Lecture27 Handout (1)
Lecture27 Handout (1)
8 Differentiation and
Jiwen He
1 Power Series
1.1 Geometric Series and Variations
Geometric Series P
∞ k
Geometric Series: k=0 x
1
∞
X , if |x| < 1,
xk = 1 + x + x2 + x3 + · · · 1−x
diverges, if |x| ≥ 1.
k=0
Power Series
Define a function f on the interval (−1, 1)
∞
X 1
f (x) = xk = 1 + x + x2 + x3 + · · · = for |x| < 1
1−x
k=0
As the Limit
f can be viewed as the limit of a sequence of polynomials:
f (x) = lim pn (x),
n→∞
where pn (x) = 1 + x + x2 + x3 + · · · + xn .
∞
X
f (x) = 2k xk+2 = x2 + 2x3 + 4x4 + 8x5 + · · ·
k=0
∞
X x2
= x2 (2x)k = for |2x| < 1.
1 − 2x
k=0
1
Variations on the Geometric Series (II)
Closed forms for many power series can be found by relating the series to the
geometric series
Examples 2.
∞
X
f (x) = (−1)k x2k = 1 − x2 + x4 − x6 + · · ·
k=0
∞
X 1 1
= (−x2 )k = 2
= , for |x| < 1.
1 − (−x ) 1 + x2
k=0
∞
X x2k+1 1 1 1
f (x) = = x + x3 + x5 + x7 + · · ·
3k 3 9 27
k=0
∞ 2 k
X x x 3x
=x = 2
= for |x2 /3| < 1.
3 1 − (x /3) 3 − x2
k=0
2
Example 3.
∞
X
f (x) = k 2 xk = x + 4x2 + 9x3 + · · ·
k=1
Thus the series converges absolutely when |x| < 1/e and diverges when |x| >
1/e.
3
Interval of Convergence
For a series with radius of convergence r, the interval of convergence can be
[−r, r], (−r, r], [−r, r), or (−r, r).
Example 6. In general, the behavior of a power series at −r and at r is not
predictable. For example, the series
X X (−1)k X1 X 1
xk , xk , xk , xk
k k k2
all have radius of convergence 1, but the first series converges only on (−1, 1),
the second converges on (−1, 1], but the third converges on [−1, 1), the fourth
on [−1, 1].
Interval of Convergence
Example 7.
∞
X (−1)k−1
f (x) = xk
k
k=1
Thus the series converges absolutely when |x| < 1 and diverges when |x| > 1.
So the radius of convergence is 1
∞ ∞
X (−1)k−1 X −1
x = −1 : (−1)k = diverges
k k
k=1 k=1
∞ k−1 ∞
X (−1) X (−1)k−1
x=1: (1)k = converges conditionally
k k
k=1 k=1
4
∞
1 X
Geometric series: = xk for |x| < 1
1−x
k=0
∞ ∞
1 X X
Differentiation: = k xk−1 (k + 1) xk for |x| < 1
(1 − x)2
k=0 k=0
∞ ∞
X 1 X1
Integration: − ln(1 − x) = xk+1 = xk for |x| < 1
k+1 k
k=0 k=1
2.2 Examples
Power Series Expansion of ln(1 + x)
∞
d 1 X
Note: ln(1 + x) = = (−1)k xk for |x| < 1
dx 1+x
k=0
∞
X (−1)k k+1
Integration: ln(1 + x) = x (+C = 0)
k+1
k=0
∞
X (−1)k 1 1 1
= xk = x − x2 + x3 − x4 + · · ·
k 2 3 4
k=1
∞
d 1 X
Note: tan−1 x = 2
= (−1)k x2k for |x| < 1
dx 1+x
k=0
∞
X (−1)k 2k+1
Integration: tan−1 x = x (+C = 0)
2k + 1
k=0
1 1 1
= x − x3 + x5 − x7 + · · ·
3 5 7
Outline
5
Contents
1 Power Series 1
1.1 Geometric Series . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Radius of Convergence . . . . . . . . . . . . . . . . . . . . . . . . 2