Introduction to Power Series



A power series is a series of the form

the sum over n from
0 to infinity of c[n]x^n = c[0] + c[1]x + c[2]x^2 + c[3]x^3 + ...

where x is a variable and the c[n] are constants called the coefficients of the series. We can define the sum of the series as a function

f(x) = c[0] + c[1]x
+ c[2]x^2 + ... + c[n]x^n + ...

with domain the set of all x for which the series converges.

More generally, a series of the form

the sum over n from
0 to infinity of c[n](x-a)^n = c[0] + c[1](x-a) + c[2](x-a)^2 + ...

is called a power series in (x-a) or a power series at a. So, the question becomes "when does the power series converge?" Any of the series tests are available for use, but most often the Ratio Test is used. It tells us that the series converges when the limit of the ratio of the n+1st term to the nth term is less than one in absolute value, and diverges when the limit is greater than one in absolute value. In general, this boils down to

the limit
as n goes to infinity of |c[n+1]/c[n]|*|x-a|.

When this limit is between -1 and 1, the series converges.

There are only three possibilities for how this series can converge:

In the third case, R is called the radius of convergence. Note that the special cases of |x-a|=R need to be checked separately. If the series only converges at a, we say the radius of convergence is zero, and if it converges everywhere, we say the radius of convergence is infinite.

For example, look at the power series

the sum over n from 0
to infinity of (1/n)*x^n

Using the ratio test, we find that

the limit as n goes
to infinity of (1/(n+1))/(1/n)*x = the limit as n goes to infinity of (nx)/(n+1)
= x

so the series converges when x is between -1 and 1. If x=1, then we get

the sum over n from
0 to infinity of 1/n

which diverges, since it is the harmonic series. If x=-1, then we get

the sum over n from
0 to infinity of (-1)^n*(1/n)

which converges, by the Alternating Series Test. So, the power series above converges for x in [-1,1).

One fact that may occasionally be helpful for finding the radius of convergence: if the limit of the nth root of the absolute value of c[n] is K, then the radius of convergence is 1/K.



Copyright © 1996 Department of Mathematics, Oregon State University

If you have questions or comments, don't hestitate to contact us.