Taylor Series: Chapter Eleven
Taylor Series: Chapter Eleven
Taylor Series: Chapter Eleven
Taylor Series
A power series is thus a sequence of special polynomials: each term is obtained from
the previous one by adding a constant multiple of the next higher power of (x − a).
Clearly the question of convergence will depend on x , as will the limit where there is one.
The k th term of the series is ck (x − a)k so the Ratio Test calculation looks like
c k +1 (x − a)k +1 c
r(x) = lim = x − a lim k +1 .
k →∞ ck (x − a) k k →∞ c
k
Recall that our series converges for r(x) < 1 and diverges for r(x) > 1 . Thus this
ck +1
series converges absolutely for all values of x if the number lim = 0 . Otherwise, we
k →∞ ck
ck
have absolute convergence for | x − a | < lim and divergence for
k →∞ c
k +1
ck ck
| x − a | > lim . The number R = lim is called the radius of convergence,
k →∞ c k →∞ ck +1
k +1
and the interval | x − a |< R is called the interval of convergence. There are thus exactly
n
three possibilities for the convergence of our power series ∑ ck (x − a) k :
k= 0
11.1
(ii)The series converges for all values of x ; or
(iii)There is a positive number R so that the series converges for | x − a |< R and
diverges for | x − a | > R .
Note that the Ratio Test tells us nothing about the convergence or divergence of the
series at the two points where | x − a |= R .
Example
n c k! 1
Consider the series ∑ k!x k . Then R = lim k = lim = lim = 0.
k=0 k →∞ c
k +1
k →∞ (k +1)! k →∞ k +1
Another Example
n c 3k 1 1
Now look at the series ∑ 3k (x −1)k . Here R = lim k = lim k +1 = lim = .
k=0 k →∞ c
k +1
k →∞ 3 k →∞ 3 3
1 1
Thus, this one converges for | x − 1|< and diverges for | x − 1|> .
3 3
Exercises
Find the interval of convergence for each of the following power series:
n
1. ∑ (x + 5)k
k=0
n 1
2. ∑ (x −1)k
k=0 k
11.2
n k
3. ∑ (x − 4)k
k = 0 3k + 1
n 3k
4. ∑ (x +1) k
k = 0 k!
n k!
5. ∑ (x − 9) k
k = 0 7(k +1)
2
It is known that this function has a derivative, and this derivative is the limit of the
derivative of the series. Moreover, the differentiated series has the same interval of
convergence as that of the series defining f . Thus for all x in the interval of convergence,
we have
∞
f '( x) = ∑ kc (x − a)
k
k −1
.
k=1
We can now apply this result to the power series for the derivative and conclude that
f has all derivatives, and they are given by
∞
f (p ) (x) = ∑ k(k −1)K(k − p + 1)c (x − a) k
k− p
.
k= p
Example
11.3
∞
1
We know that = ∑ x k for | x |< 1 . It follows that
1 − x k=0
∞
1
(1 − x) 2
= ∑ kx k −1 = 1+ 2x + 3x 2 + 4x3 +K
k =1
for | x |< 1 .
It is, miraculously enough, also true that the limit of a power series can be integrated,
and the integral of the limit is the limit of the integral. Once again, the interval of
convergence of the integrated series remains the same as that of the original series:
x ∞
ck
∫ f (t)dt = ∑ k +1(x − a)
k +1
.
a k=0
Example
We may simply integrate the Geometric series to get
∞
xk +1
log(1− x) = − ∑ , for −1 < x < 1, or 0 < 1 − x < 2.
k=0 k + 1
It is also valid to perform all the usual arithmetic operations on power series. Thus if
∞ ∞
f (x) = ∑c x k
k
and g(x) = ∑d x k
k
for | x |< r , then
k=0 k=0
∞
f (x) ± g(x) = ∑ (c k ± dk )x k , for | x |< r .
k =0
Also,
∞
k
f (x)g(x) = ∑ ∑ ci dk −i c kx k , for | x |< r .
k= 0 i= 0
The essence of the story is that power series behave as if they were “infinite degree”
polynomials—the limits of power series are just about the nicest functions in the world.
11.4
Exercises
n
6. What is the limit of the series ∑ x 2k ? What is its interval of convergence?
k=0
n
7. What is the limit of the series ∑ 2(−1) k kx 2k −1 ? What is its interval of convergence?
k =1
∞
9. Suppose f (x) = ∑ c (x − a)
k
k
. What is f (p ) (a) ?
k=0
11.5
Example
n x 2k + 1
The Taylor series for f (x) = sin x at x = a is simply ∑ (−1)k . An easy
k=0 (2k +1)!
calculation shows us that the radius of convergence is infinite, or in other words, this
power series converges for all x . But is the limit sin x ? That’s easy to decide. From
Section 9.3, we know that
n
x 2 k+ 1 | x |2 n+ 3
sin x − ∑ (−1)k ≤ ,
k =0 (2k +1)! (2n + 3)!
Exercises
10. Find the Taylor Series at a = 0 for f (x) = ex . Find the interval of convergence and
11. Find the Taylor Series at a = 0 for f (x) = cos x . Find the interval of convergence and
12. Find the derivative of the cosine function by differentiating the Taylor Series you
found in Problem #11.
13. Find the Taylor Series at a = 1 for f (x) = logx . Find the interval of convergence and
11.6
14. Let the function f be defined by
0, for x = 0
f (x) = −1/ x 2 .
e , for x ≠ 0
Find the Taylor Series at a = 0 for f. Find the interval of convergence and the limit of
the series.
11.7