PowerSeries Handout
PowerSeries Handout
PowerSeries Handout
J. Robert Buchanan
Department of Mathematics
Fall 2021
Introduction
Example
∞
X 1
xk = 1 + x + x2 + · · · =
1−x
k =0
Definition
If x is a variable, a power series in x is a series of the form
∞
X
ak x k = a0 + a1 x + a2 x 2 + · · ·
k =0
Definition
If x is a variable and c is a constant, a power series in x − c is
a series of the form
∞
X
ak (x − c)k = a0 + a1 (x − c) + a2 (x − c)2 + · · ·
k =0
1
= lim |x|
k →∞ 4
1
= |x|.
4
The series converges absolutely when
1
|x| < 1 ⇐⇒ |x| < 4 ⇐⇒ −4 < x < 4.
4
∞
X (x − 1)k
k!
k =0
∞
X
Consider the generic power series ak (x − c)k .
k =0
Remarks:
▶ The series always converges for x = c.
▶ If the series converges for some x ̸= c there is a number
r > 0 called the radius of convergence such that the
power series converges absolutely for x in the interval
(c − r , c + r ), the interval of convergence, and diverges
when |x − c| > r .
▶ Further investigation on a case-by-case basis is needed to
determine if the power series converges for x = c ± r .
Result
Theorem ∞
X
Given any power series ak (x − c)k , there are exactly three
k =0
possibilities:
1. The series converges absolutely for all x in (−∞, ∞) and
the radius of convergence is r = ∞.
2. The series converges only for x = c and diverges for all
x ̸= c and the radius of convergence is r = 0.
3. The series converges absolutely for x in (c − r , c + r ) and
diverges for x < c − r and x > c + r for some number r
with 0 < r < ∞.
Examples (1 of 2)
(k + 1)!x k +1
lim = lim (k + 1)|x| = ∞ > 1 if x ̸= 0.
k →∞ k !x k k →∞
for x in (c − r , c + r ).
We can differentiate and integrate these convergent power
series term-by-term.
Differentiating a Power Series
∞
X
If f (x) = ak (x − c)k , then
k =0
"∞ #
′ d X k
f (x) = ak (x − c)
dx
k =0
∞
X d h i
= ak (x − c)k
dx
k =0
X∞
= k ak (x − c)k −1
k =0
X∞
= k ak (x − c)k −1
k =1
Example
1
Use the power series representation of f (x) = to find the
1−x
1
power series representation of .
(1 − x)2
∞
1 X
= x k (if |x| < 1)
1−x
k =0
"∞ #
d 1 d X k
= x (if |x| < 1)
dx 1 − x dx
k =0
∞
1 X
= kx k −1 (if |x| < 1)
(1 − x)2
k =1
Integrating a Power Series
∞
X
If f (x) = ak (x − c)k , then
k =0
∞
!
Z x Z x X
k
f (t) dt = ak (t − c) dt
c c k =0
∞
X Z x
= ak (t − c)k dt
k =0 c
∞
X ak
= (x − c)k +1
k +1
k =0
Examples (1 of 2)
1
Use the power series representation of f (x) = to find the
1−x
power series representation of ln(1 − x).
∞
1 X
= x k (if |x| < 1)
1−x
k =0
∞
" #
Z x Z x
1 X
dt = tk dt (if |x| < 1)
0 1−t 0 k =0
∞ Z x
X
[− ln(1 − t)]t=x
t=0 =
k
t dt (if |x| < 1)
k =0 0
∞
X 1
− ln(1 − x) + ln 1 = x k +1 (if |x| < 1)
k +1
k =0
∞
X −1 k +1
ln(1 − x) = x (if |x| < 1)
k +1
k =0
Examples (2 of 2)
Find a power series representation for tan−1 x using the fact
d h −1 i 1
that tan x = .
dx 1 + x2
∞
1 1 X
2
= = (−x 2 )k (if |x| < 1)
1+x 1 − (−x 2 )
k =0
∞
Z x " #
Z x
1 X
k 2k
dt = (−1) t dt (if |x| < 1)
0 1 + t2 0 k =0
h it=x ∞
X Z x
−1 k
tan t = (−1) t 2k dt (if |x| < 1)
t=0 0
k =0
∞
X (−1)k 2k +1
tan−1 x = x (if |x| < 1)
2k + 1
k =0
Other Series Containing Variables
Example
∞
X cos(k 3 x)
Suppose f (x) = . Show that the original series
k2
k =1
converges but that its derivative does not when x ̸= 0.
By the Comparison Test, the absolute value series converges
for all x, thus the given series converges absolutely for
−∞ < x < ∞.
∞
X
f ′ (x) = (−k ) sin(k 3 x)
k =1