Skip to main content

Section 2.1 Generating New Series from Known Series

In Table 2.1.1 below we have listed the Maclaurin series for a small set of basic functions of science and engineering. These series can all be relatively easily derived from first principals as discussed in previous lectures. However, for some more complex functions it is easier to find their Maclaurin series by starting from known series rather than trying to find the series from scratch. We will look at two commonly used techniques.

  • Manipulating/Substituting into known series.

  • Differentiating/Integrating known series.

Table 2.1.1. Some Important Maclaurin Series:
11x=k=0xk=1+x+x2+x3+ |x|<1
ex=k=0xkk!=1+x+x22!+x33!+ R
sin(x)=k=0(1)kx2k+1(2k+1)!=xx33!+x55! R
cos(x)=k=0(1)kx2k(2k)!=1x22!+x44! R
ln(1+x)=k=1(1)k1xkk=xx22+x33 |x|<1
tan1(1+x)=k=0(1)kx2k+12k+1=xx33+x55 |x|<1
sinh(x)=k=0x2k+1(2k+1)!=x+x33!+x55!+ R
cosh(x)=k=0x2k(2k)!=1+x22!+x44!+ R

Manipulating/Substituting into Known Series.

Find the Maclaurin series for f(x)=11+x2.

Answer.

11+x2=k=0(1)kx2k

Solution.

We know that the Maclaurin series forf(x)=11x on |x|<1 is

11x=k=0xk=1+x+x2+x3+

We can use this series by replacing x with x2 to obtain

11+x2=11(x2)=1+(x2)+(x2)2+(x2)3+=1x2+x4x6+=k=0(1)kx2k

which will converge on the interval |x2|<1, i.e., 1<x<1.

Find the Maclaurin series for f(x)=x225x.

Answer.

x225x=x22k=0(5x2)k

Solution.

Once again we will use the Maclaurin series for f(x)=11x on |x|<1. Now

x225x=x22(11(5x2))=x22(1+(5x2)+(5x2)2+(5x2)3+)=x22k=0(5x2)k

which will converge on the interval |5x2|<1, i.e., 25<x<25.

Find the Maclaurin series for f(x)=ex2.

Answer.

ex2=k=0(1)kx2kk!

Solution.

Substituting into the Maclaurin series for f(x)=ex, we obtain

ex2=k=0(x2)kk!=k=0(1)kx2kk!=1x2+x42!x63!+

which will converge for all real values of x.

Differentiating/Integrating Known Series.

As the theorem below says, we can also use differentiation and integration to work out new Maclaurin series expansions from ones that we already know. The proof of this theorem is beyond the scope of this course.

Note that the behaviour of the series (i.e. whether it converges or diverges) at the endpoints may change when it is differentiated or integrated.

Find the Maclaurin series for f(x)=1(1x)2.

Answer.

1(1x)2=k=1kxk1

Solution.

Notice that 1(1x)2dx=11x, or put the other way, 1(1x)2=ddx(11x). Since we know the Maclaurin series for 11x we can differentiate this series to obtain the Maclaurin series for 1(1x)2. So, on |x|<1,

1(1x)2=ddx(k=0xk)=k=1kxk1=1+2x+3x2+4x3+

Find the Maclaurin series for f(x)=ln(1+x).

Answer.

ln(1+x)=k=1(1)k1xkk

Solution.

Notice that ddx(ln(1+x)), or put the other way, ln(1+x)=K+11+xdx. Since we know the Maclaurin series for 11+x we can integrate this series to obtain the Maclaurin series for ln(1+x). So, on |x|<1,

ln(1+x)=K+(k=0(x)k)dx=K+k=0(1)kxk+1k+1=K+x12x2+13x3

Since ln(1+x) is 0 when x=0 we have K=0. Thus on |x|<1

ln(1+x)=k=1(1)k1xkk=xx22+x33

Exercises Example Tasks

1.

Find the Maclaurin series for f(x)=13+2x.

2.

Find the Maclaurin series for f(x)=1x253x2.

3.

Find the Maclaurin series for f(x)=1(12x)2.

4.

Find the Maclaurin series for f(x)=tan1(x).

5.

Use a sixth degree Maclaurin polynomial to estimate f(x)=01ex2dx.