Lesson 17 - Power Series

Form of a Power Series

A series of the form

n=0cnxn=C0+C1x+c2x2+,

where x is a variable and the coefficients Cn are constants is known as a power series. The series

1+x+x2+=n=0xn

is an example of a power series. Since this series is a geometric series with ratio r=x, we know that it converges if |x|<1 and diverges if |x|1.

A series of the form

n=1Cnxn=C0+C1x+C2x2+

is a power series centered at x=0. A series of the form

n=0Cn(xa)n=C0+C1(xa)+C2(xa)2+

is a power series centered at x=a.

It is important to note that x0=1 and (xa)0=1 even when x=0 and x=a, respectively.

Convergence of a Power Series

Since the terms in a power series involve a variable x, the series may converge for certain values of x and diverge for other values of x. For a power series centered at x=a, then value of the series at x=a is given by C0. Therefore, a power series always converges at its center. Most power series converge for more than one value of x, either for all real numbers x or for all x in a finite interval. For this, we turn to a theorem.

Theorem: Convergence of a Power Series

Consider the power series n=0Cn(xa)n. The series satisfies exactly one of the following properties:
i. The series converges at x=a and diverges for all xa.
ii. The series converges for all real numbers x.
iii. There exists a real number R>0. At the values x where |xa|=R, the series may converge or diverge.

A proof for this theorem can be found here.

Interval of Convergence and Radius of Convergence

Consider the power series n=0Cn(xa)n. The set of real numbers x where the series converges is the interval of convergence. If there exists a real number R>0 then R is the radius of convergence. If the series converges only at x=a, we say the radius of convergence is R=0. If the series converges for all real numbers x, we say the radius of convergence is R=.

Example: Finding the Interval and Radius of Convergence

a. n=0xnn!
b. n=0n!xn
c. n=0(x2)n(n+1)3n

a. The check for convergence, apply the ratio test. We have

ρ=limn|xn+1(n+1)!xnn!|=limn|xn+1(n+1)!×n!xn|=limn|xn+1(n+1)×n!×n!xn|=limn|xn+1|=|x|limn1n+1=0<1

for all values of x. Therefore, the series converges for all real numbers x. The interval of convergence is (,) and the radius of convergence is R=.

b. Apply the ratio test. For x0, we see that

ρ=limn|(n+1)!xn+1n!xn|=limn|(n+1)x|=|x|limn(n+1)=

Therefore, the series diverges for all x0. Since the series is centered at x=0, it must converge there, so the series converges only for x=0. The interval of convergence is the single value x=0 and the radius of convergence is R=0.

c. Try for yourself.

Representing Functions as Power Series

Consider again the geometric series

1+x+x2+x3+=n=0xn

Recall that the geometric series

a+ar+ar2+ar3+

converges if and only if |r|<1.

In that case, it converges to a1r. Therefore, if |x|<1, the series in the example above converges to 11x and we write

1+x+x2+x3+=11x  for  |x|<1

As a result, we are able to represent the function f(x)=11x for |x|<1 by the power series

1+x+x2+x3+  when  |x|<1.

Example: Representing a Function with a Power Series

Use a power series to represent each of the following functions f. Find the interval of convergence.

a. f(x)=11+x3
b. f(x)=x24x2

a. You should recognize this function f as the sum of a geometric series, because

11+x3=11(x3).

Using the fact that, for |r|<1, a1r is the sum of the geometric series

n=0arn=a+ar+ar2+,

we see that, for |x3|<1,

11+x3=11(x3)=n=0(x3)n=1x3+x6x9+

Since this series converges if and only if |x3|<1, the interval of convergence is (1,1), and we have

11+x3=1x3+x6x9+  for  |x|<1.

b. Try for yourself.

Next Lesson: Lesson 18 - Taylor Series

Table of Contents: Table of Contents

Note: This lesson adapted from OpenStax. Credit goes to OpenStax creators.