0% found this document useful (0 votes)
104 views

Lecture 12

This document discusses power series, including their definition, radius of convergence, and techniques for term-by-term differentiation and integration within the radius of convergence. Key points covered include determining the radius of convergence using the Ratio Test, and the three possible scenarios for convergence: convergence at a single point, convergence for all real numbers, or convergence within an interval. Examples are provided to illustrate calculating the radius of convergence and interval of convergence for specific power series.

Uploaded by

Dane Sinclair
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views

Lecture 12

This document discusses power series, including their definition, radius of convergence, and techniques for term-by-term differentiation and integration within the radius of convergence. Key points covered include determining the radius of convergence using the Ratio Test, and the three possible scenarios for convergence: convergence at a single point, convergence for all real numbers, or convergence within an interval. Examples are provided to illustrate calculating the radius of convergence and interval of convergence for specific power series.

Uploaded by

Dane Sinclair
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Lecture 12: Power Series

Today: Power Series, Radius of Convergence, Term-by-Term Differentiation and Integra-


tion, Power Series of Specific Functions

We are now ready to sum up infinitely many functions.

Power Series and Radius of Convergence

Definition. A power series is a series of the form



X
cn x n = c0 + c1 x + c2 x 2 + c3 x 3 + · · · + cn x n + · · ·
n=0

where x is a variable and the cn ’s are constants. We call the constants cn the coefficients
of the power series. More generally, a power series centered at a, or simply, a power
series at a, is a series of the form

X
cn (x − a)n = c0 + c1 (x − a) + c2 (x − a)2 + c3 (x − a)3 + · · · + cn (x − a)n + · · ·
n=0

Remark. We adopt the special treatment of (x − a)0 ≡ 1 even when x = a.

Example. Consider the power series centered at x = 2



X
(x − 2)n .
n=0

There is no reason to expect this power series to converge for all values of x. For example,
when x = 0, this is a geometric series with common ratio −2, which is divergent. We also
notice that this is simply a geometric series with common ratio x − 2, so it is convergent
whenever |x − 2| < 1, or equivalently, 1 < x < 3.

Example. Now consider the power series centered at x = 2



X (x − 2)n
n=0
n

We use the Ratio Test to determine the values of x such that it converges.
(x − 2)n+1  (x − 2)n (x − 2)n+1 n |x − 2| · n

lim = lim · = lim = |x − 2|
n→∞ n+1 n n→∞ (x − 2)n n + 1 n→∞ n+1
Thus the power series is convergent when |x − 2| < 1, or equivalently, 1 < x < 3; it is
divergent when |x − 2| > 1, or equivalently, x < 1 or x > 3. The Ratio Test is inconclusive

85
when x = 1 or x = 3, so we need to discuss these two cases separately. When x = 3, the
power series is the harmonic series, which diverges. When x = 1, the power series is the
alternating harmonic series, which converges. In conclusion, the power series converges when
1 ≤ x < 3.
P

2
Exercise. For what values of x is the series en xn convergent?
n=0

We use the Ratio Test to determine the values of x such that it converges.
e(n+1)2 xn+1 2
en +2n+1

lim = lim · |x| = lim e2n+1 |x|
n→∞ en2 xn n→∞ en2 n→∞

This limit diverges to ∞ when x 6= 0. Thus the given series converges only when x = 0.

Exercise. Recall the Bessel’s differential equation

d2 f df
x2 2
+ x + (x2 − α2 )f = 0.
dx dx
The Bessel functions of the first kind, denoted by Jα (x), are solutions to Bessel’s differential
equation. For this exercise, we will only take α to be non-negative integers. In this case, the
Bessel function Jα (x) is given by

X (−1)n
Jα (x) = · x2n+α .
n=0
22n+α · n!(n + α)!

Find the domain of the Bessel function of the first kind Jα (x).
Let an be the coefficients. Then
a x2n+α+2 (−1)n+1 22n+α · n!(n + α)! x2n+α+2
n+1
lim = lim · · 2n+α
n→∞ an x2n+α n→∞ 22n+α+2 · (n + 1)!(n + α + 1)! (−1)n x
2n+α
2 · n!(n + α)!
= lim 2n+α+2 · x2
n→∞ 2 · (n + 1)!(n + α + 1)!
x2
= lim =0
n→∞ 4(n + 1)(n + α + 1)

for all x. Thus the Ratio Test tells us that the series converges for all values of x ∈ R. In
another word, the domain of the Bessel function of the first kind Jα (x) is (−∞, ∞).

From these examples above, we expect that given a power series centered at x = a, there is
an interval (possibly degenerate) around the point a on which the power series is convergent.
The following theorem summarizes all possible scenarios for this to happen, and therefore
leads to the definition of radius of convergence.

86
P

Theorem 37. Given a power series cn (x − a)n . Exactly one of the following three cases
n=0
holds:
(1) The series converges only if x = 1;
(2) The series converges for all x ∈ R;
(3) There exists a positive real number R such that the series converges if |x − a| < R and
diverges if |x − a| > R.
Definition. The number R in case (3) of the previous theorem is called the radius of
convergence of the power series. By convention, the radius of convergence is R = 0 for
case (1) and R = ∞ for case (2). The interval of convergence of a power series is the
interval that consists of all values of x for which the series is convergent.
Remark. For a power series centered at a with radius of convergence R, the interval of
convergence is not necessarily (a − R, a + R). Indeed, the theorem tells us that the power
series is convergent on (a − R, a + R) and is divergent on (−∞, a − R) and (a + R, ∞), but
it does not tell us the convergence at the endpoints a ± R. The endpoints must be checked
individually with other convergence tests.
P∞ xn
Example. Find the radius of convergence and interval of convergence of the series n
.
n=0 e

Compute the ratio of consecutive terms


xn+1  xn xn+1 en |x| |x|

lim n+1 n
= lim n n+1 = lim = .
n→∞ e e n→∞ x e n→∞ e e
By the Ratio Test, the series is convergent if |x|/e < 1, or equivalently, |x| < e. It is divergent
if |x|/e > 1, or equivalently, |x| > e. Thus the radius of convergence is R = e.
To find the interval of convergence, we need to look at the endpoints ±e. When x = e, the
P P
series becomes 1, thus diverges. When x = −e, the series becomes (−1)n , thus also
diverges. Therefore, we conclude that the interval of convergence is (−e, e).
P∞ xn
Example. Find the radius of convergence and interval of convergence of the series n
.
n=1 ne

Compute the ratio of consecutive terms


 n nxn+1 en
xn+1 x n |x| |x|
lim n+1 n
= lim n n+1
= lim · = .
n→∞ (n + 1)e ne n→∞ (n + 1)x e n→∞ n + 1 e e
By the Ratio Test, the series is convergent if |x|/e < 1, or equivalently, |x| < e. It is
divergent if |x|/e > 1, or equivalently, |x| > e. Thus the radius of convergence is R = e.
To find the interval of convergence, we need to look at the endpoints ±e. When x = e, the
series becomes the harmonic series, thus diverges. When x = −e, the series becomes the
alternating harmonic series, thus converges. Therefore, the interval of convergence is [−e, e).

87
Term-by-Term Differentiation and Integration

The following theorem provide us with the powerful tool of term-by-term differentiation and
integration within the radius of convergence of a power series.
Theorem 38 (Term-by-Term Differentiation and Integration). Let

X
cn (x − a)n
n=0

be a power series centered at a with radius of convergence R > 0. Then the function f (x)
defined by

X
f (x) = cn (x − a)n
n=0
on the interval (a − R, a + R) is differentiable (hence continuous). Furthermore,

X Z ∞
X
0 n−1 cn (x − a)n+1
(i) f (x) = ncn (x − a) , (ii) f (x) dx = C + ,
n=1 n=0
n+1

and the radii of convergence of the power series in these two equations are both R.

We will not prove this theorem. But we shall use this theorem to find power series expressions
for specific functions.
Example. Take the Bessel function of the first kind of order 0

X (−1)n
J0 (x) = · x2n .
n=0
22n · n! · n!
The power series is convergent on all of R. Thus its derivative can be computed term-by-term
X∞ ∞
(−1)n · 2n 2n−1 X (−1)n ·
J00 (x) = 2n
·x = 2n−1
· x2n−1
n=1
2 · n! · n! n=1
2 · (n − 1)!n!

X (−1)n+1 ·
= · x2n+1 = −J1 (x).
n=0
22n+1 · n!(n + 1)!

Representing Functions as Power Series

We have seen the sum of convergent geometric series.


X ∞
1
= xn (1)
1 − x n=0
for |x| < 1. We will use this formula to find the power series expressions for a variety of
functions.

88
1
Example. We first try to find the power series representation of and its interval of
1 + x2
convergence. Notice that
X ∞ X ∞
1 1 2 n
= = (−x ) = (−1)n x2n .
1 + x2 1 − (−x2 ) n=0 n=0

This is a geometric series with common ratio −x2 . Thus it converges if | − x2 | < 1, or
equivalently, |x| < 1. Therefore, its interval of convergence is (−1, 1).
1
Example. Now we try to find the power series representation of and its interval of
x+2
convergence. We factor a 2 from the denominator to write it in the form of the left-hand
side of equation (1).
1 X  x n X (−1)n xn
∞ ∞
1 1 1 1
= = · = − =
x+2 2(1 + x2 ) 2 1 − (− x2 ) 2 n=0 2 n=0
2n+1
This is a geometric series with common ratio −x/2. Thus it converges if | − x/2| < 1, or
equivalently, |x| < 2. Therefore, its interval of convergence is (−2, 2).
x2
Exercise. Find a power series representation of and determine its interval of conver-
1 + x2
gence.
We may notice that
X∞ X∞
x2 1 n 2n
=1− =1− (−1) x = 1 + (−1)n+1 x2n
1 + x2 1 + x2 n=0 n=0

X
2 4 6 8
= 1 − 1 + x − x + x − x + ··· = (−1)n+1 x2n .
n=1

Another way is to notice that


X∞ X∞
x2 2 1 2 n 2n
2
=x · 2
=x (−1) x = (−1)n x2n+2 .
1+x 1+x n=0 n=0

Both series are geometric with common ratio −x2 . Thus they converge if | − x2 | < 1, or
equivalently, |x| < 1. Therefore, the interval of convergence is (−1, 1).

In these three cases, we transformed the given functions into the form
1
,
1−u
then use the sum of convergent geometric series to write them into power series. The next
several examples uses term-by-term differentiation and integration on the equation
X∞
1
= xn (1)
1 − x n=0
to find power series.

89
Example. Differentiating each side of the equation
X∞
1
= xn ,
1 − x n=0
we get
X ∞
1
= nxn−1 .
(1 − x)2 n=1
By Theorem 38, the radius of convergence R = 1 does not change.
Example. Integrating both sides of the the equation
X∞
1
= (−1)n xn ,
1 + x n=0
we get

X ∞
X
(−1)n n+1 (−1)n−1
ln(1 + x) = C + ·x =C+ · xn .
n=0
n+1 n=1
n
To determine what the value of C is, let x = 0, then ln(1 + 0) = C. Thus C = 0 and

X (−1)n−1
ln(1 + x) = · xn .
n=1
n
By Theorem 38, the radius of convergence R = 1 does not change.
Exercise. Find a power series representation for arctan(x), and determine its interval of
convergence.
We know that Z
1
dx = arctan(x) + C.
1 + x2
Thus ∞
X (−1)n
arctan(x) = C + · x2n+1 .
n=0
2n + 1
To find C, let x = 0, then we get arctan(0) = C. Thus C = 0, and therefore
X∞
(−1)n
arctan(x) = · x2n+1 .
n=0
2n + 1
By Theorem 38, the radius of convergence R = 1 does not change. To find the interval of
convergence, we need to inspect the endpoints x = ±1.
Notice that (±1)2n+1 = (±1)2n · (±1) = ±1. Thus the convergence at the endpoints are the
same. Let’s look at x = 1. Then the power series becomes
X∞
(−1)n
,
n=0
2n + 1
which is convergent by the Alternating Series Test. The interval of convergence is [−1, 1].

90
Example. Besides giving power series representations of known functions, we may also use
term-by-term differentiation and integration to determine the function corresponding to a
given power series. For example, we know from a homework problem that the power series

X xn
n=0
n!

P∞ xn
is convergent for all x ∈ R. Now define f (x) = . Then its derivative
n=0 n!


X X∞ ∞
X
0 nxn−1 xn−1 xn
f (x) = = = = f (x).
n=1
n! n=1
(n − 1)! n=0 n!

However, we know all functions that satisfies f 0 (x) = f (x) are of the form

f (x) = Cex .

To find the value of C, let x = 0, then we have


1 0 0
f (0) = Ce0 = C, and f (0) = + + + · · · = 1.
0! 1! 2!
Thus C = 1 and f (x) = ex . Therefore, we get the power series representation of the
exponential function
X∞
x xn
e = .
n=0
n!
The radius of convergence of this power series is ∞. Thus the equality above holds for all
x ∈ R.
In particular, if we take x = 1, we get the following expression for the number e as a sum of
an infinite series: ∞
X 1 1 1 1
e= = 1 + + + + ···
n=0
n! 1! 2! 3!
In some context, this expression is adopted as the definition of the number e.

91

You might also like