Power Series
Power Series
J. Robert Buchanan
Department of Mathematics
Spring 2018
Introduction
Definition
A power series in x − x0 where x0 is a constant is an infinite
series of the form
X∞
an (x − x0 )n
n=0
Definition ∞
X
A power series f (x) = an (x − x0 )n is said to converge at
n=0
x 6= x0 if
N
X
lim an (x − x0 )n
N→∞
n=0
exists.
Convergence
Definition ∞
X
A power series f (x) = an (x − x0 )n is said to converge at
n=0
x 6= x0 if
N
X
lim an (x − x0 )n
N→∞
n=0
exists.
The power series may converge:
I only for x = x0 ,
I for all x ∈ R,
I only for x ∈ (x0 − ρ, x0 + ρ) where ρ > 0 (or
x ∈ (x0 − ρ, x0 + ρ], or x ∈ [x0 − ρ, x0 + ρ), or
x ∈ [x0 − ρ, x0 + ρ]).
Absolute Convergence
Definition ∞
X
A power series f (x) = an (x − x0 )n is said to converge
n=0
absolutely at x 6= x0 if
∞
X ∞
X
n
|an (x − x0 ) | = |an | |x − x0 |n
n=0 n=0
converges.
∞
X
1. if L|x − x0 | < 1 then f (x) = an (x − x0 )n converges
n=0
absolutely for |x − x0 | < 1/L,
2. if L|x − x0 | > 1 then the series diverges,
3. if L|x − x0 | = 1 the test is inconclusive.
If
∞
X ∞
X
an (x − x0 )n = bn (x − x0 )n
n=0 n=0
an = bn
for n = 0, 1, 2, . . ..
Arithmetic of Power Series
∞
X ∞
X
n
Suppose an (x − x0 ) and bn (x − x0 )n converge to f (x)
n=0 n=0
and g(x) respectively for |x − x0 | < ρ with ρ > 0.
∞
X
I f (x) ± g(x) = (an ± bn )(x − x0 )n converges at least for
n=0
|x − x0 | < ρ.
X∞
I f (x)g(x) = cn (x − x0 )n where
n=0
cn = a0 bn + a1 bn−1 + · · · + an−1 b1 + an b0
∞
X
If f (x) = an (x − x0 )n has radius of convergence ρ > 0 then
n=0
the power series
∞ Z x
X an n+1
(x − x0 ) = f (t) dt
n+1 x0
n=0
∞
X
If f (x) = an (x − x0 )n has radius of convergence ρ > 0 then
n=0
f (n) (x0 )
an =
n!
and
∞ (n)
X f (x0 )
f (x) = (x − x0 )n .
n!
n=0
Definition
The N th partial sum of a Taylor series is polynomial of degree N
N
X f (n) (x0 )
PN (x) = (x − x0 )n
n!
n=0
f (N) (x0 )
= f (x0 ) + f 0 (x0 )(x − x0 ) + · · · + (x − x0 )N
N!
called the Taylor polynomial of degree N for f expanded
about x = x0 .
Taylor’s Theorem
f (N+1) (z)
RN (x) = f (x) − PN (x) = (x − x0 )N+1
(N + 1)!
f (N+1) (z)
RN (x) = f (x) − PN (x) = (x − x0 )N+1
(N + 1)!
Theorem
Suppose that f has derivatives of all orders on the interval
(x0 − r , x0 + r ) for some r > 0 and that
lim RN (x) = 0
N→∞
f (x) = 1 + (x − 1)
Examples
f (x) = 1 + (x − 1)
f (x) = 1 + (x − 1)
Definition
A geometric series with ratio r has the form
∞
X
a + ar + ar 2 + · · · = ar n .
n=0
a
If a 6= 0 the series converges to for |r | < 1 and diverges
1−r
otherwise.
Power Series for Common Functions
∞
1 X
= xn for −1 < x < 1
1−x
n=0
∞
X xn
ex = for −∞ < x < ∞
n!
n=0
∞
X (−1)n 2n+1
sin x = x for −∞ < x < ∞
(2n + 1)!
n=0
∞
X (−1)n 2n
cos x = x for −∞ < x < ∞
(2n)!
n=0
∞
X (−1)n+1
ln x = (x − 1)n for 0 < x ≤ 2
n
n=1
Re-indexing a Power Series (1 of 2)
∞
X n
Re-index the series x n so that the summation index
n2 +2
n=3
starts at 0.
Re-indexing a Power Series (1 of 2)
∞
X n
Re-index the series x n so that the summation index
n2 +2
n=3
starts at 0.
Replace every n with n + 3.
∞ ∞ ∞
X n n
X n+3 n+3
X n+3
2
x = 2
x = x n+3
n +2 (n + 3) + 2 (n + 3)2 + 2
n=3 n+3=3 n=0
Re-indexing a Power Series (2 of 2)
∞
X ∞
X ∞
X ∞
X
2an x n+1 − bn x n = 2an x n+1 − bn+1 x n+1
n=0 n=1 n=0 n+1=1
X∞ X∞
= 2an x n+1 − bn+1 x n+1
n=0 n=0
∞
X
= (2an − bn+1 )x n+1
n=0
Example
(1 − x + x 2 )ex .
Solution
∞
2 x 2
X xk
(1 − x + x )e = (1 − x + x )
k!
k =0
∞ ∞ ∞
X xk X x k +1 X x k +2
= − +
k! k! k!
k =0 k =0 k =0
∞ ∞ ∞
X xk X xk X xk
= − +
k! (k − 1)! (k − 2)!
k =0 k =1 k =2
∞ ∞ ∞
X xk X kx k X k (k − 1)x k
= − +
k! k! k!
k =0 k =1 k =2
∞ ∞ ∞
X xk X kx k X k (k − 1)x k
= − +
k! k! k!
k =0 k =0 k =0
∞
X (k − 1)2 x k
=
k!
k =0
Homework