Power Series: Taylor’s theorem

Notes PDF
More Challenging Problems

1. Find the Taylor series, expanded about x = 0, for f(x) = 1/(1 + x)3

 

Answer

1.  The series is ∑n=0anxn,where an = (-1)n(n+1)(n+2)/2

Solution

1. For f(x) = 1/(1 + x)3 we compute some derivatives and seek a pattern. f'(x)= -3/(1 + x)4 f”(x)= 3⋅4/(1 + x)5 f”'(x)= -3⋅4⋅5/(1 + x)6 and so on. Evaluating the function and its derivatives at x = 0 we find f(0)= 1 f'(0)= -3 f”(0)= 3⋅4 f”'(0)= -3⋅4⋅5 and so on. Then the coefficients of the Taylor series, f(n)(0)/n!, are f(0) = 1 f'(0)/1! = -3 f”(0)/2! = 3⋅4/2! = 3⋅4/2 f”'(0)/3! = -3⋅4⋅5/3! = – 4⋅5/2 We need a few more terms to find the pattern. f(4)(0)/4! = 3⋅4⋅5⋅6/4! = 5⋅6/2 f(5)(0)/5! = -3⋅4⋅5⋅6⋅7/5! = -6⋅7/2 Now we see it: f(n)(0)/n! = (-1)n(n+1)(n+2)/2

 

 

2. Find the Taylor series for f(x) = 1 + x – x3, expanded about x = 1.

 

Answer

1. The expansion is f(x)= 1 -2(x-1) -3(x-1)2 – (x-1)3.

Solution

1. We compute the derivatives. Only a few are nonzero, so we need to expend much energy looking for the pattern. f(1)= 1 f'(1)= -2 f”(1)= -6 f”'(x)= -6 f(n)(x) = 0 for all n > 3. Then the Taylor series is f(x) = 1 – (2/1!)(x-1) – (6/2!)(x-1)2 – (6/3!)(x – 1)3 = 1 -2(x-1) -3(x-1)2 – (x-1)3

 

 

3. Without computing any derivatives, find the Taylor series, expanded about x = 0, for x3ex

 

Answer

1. The series is x3 + x4 + x5/2! + x6/3! + x7/4! + … + xn+3/n! + …

Solution

1. Recall the Taylor series for ex= 1 + x + x2/2! + x3/3! + x4/4! + … Multiplying by x3 raises all the exponents by 3: x3ex= x3 + x4 + x5/2! + x6/3! + x7/4! + … + xn+3/n! + …

 

 

4. Without computing any derivatives, find the Taylor series, expanded about x = 0, for sin2(x). Hint: trigonometric identities.

 

Answer

1. sin2(x)= -x2 + 23x4/4! – 25x6/6! + …

Solution

1. Recall sin2(x) = (1 – cos(2x))/2. The Taylor series for cos(2x) is cos(2x)= 1 – (2x)2/2! + (2x)4/4! – (2x)6/6! + ….So 1 – cos(2x) has series expansion 1 – cos(2x)= -22x2/2! + 24x4/4! – 26x6/6! + …and we find sin2(x)= -x2 + 23x4/4! – 25x6/6! + …

 

 

5. Evaluate the limit limx → 0(sin(x) – x)/x3. Use Taylor series, not l’Hôpital’s rule.

 

Answer

1. The limit is -1/6.

Solution

1. Substitute in the Taylor series for sin(x), obtaining sin(x) – x = (x -x3/3! + x5/5! – …) – x= -x3/3! + x5/5! – … and so (sin(x) – x)/x3 = -1/3! + x2/5! – … where all the omitted terms have powers of x higher than 2, specifically, x4, x6, x8 and so on. As x → 0, only the -1/3! remains.