Representing Functions as Power Series



You may remember from geometric series that

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

for appropriate values of r. Similarly, this tells us from a power series perspective that

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

when x is between -1 and 1. So, the function 1/(1-x) can be represented as a power series for part of its domain. In similar ways, other functions can be represented by power series.

Differentiation and integration are useful techniques for finding power series representations of functions. Differentiation and integration of power series works in a way very similar to handling polynomials: look at the series term by term. For instance, look at the power series

the sum over n from
0 to infinity of c[n](x-a)^n

with radius of convergence R, and define f(x) on the interval (a-R,a+R) by setting it equal to the series. Then,

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

and

the antiderivative
of f(x) = C + c[0](x-a) + (c[1](x-a)^2)/2 + ... =

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

The radii of convergence of these power series will both be R, the same as the original function.

For instance, suppose you were interested in finding the power series representation of

f(x) = 1/((x-3)^2)

We can find the power representation of this function like so:

the derivative
of 1/(x-3) = -1/((x-3)^2) = -f(x),

or

f(x) =
- the derivative of 1/(x-3).

1/(x-3) = -1/(3-x)
= -1/(3*(1-(x/3))) = -1/3 * 1/(1-y),

where y=x/3, so

1/(x-3) = -1/3
* the sum over n from 0 to infinity of y^n = -1/3 * the sum over n from 0
to infinity of (1/3)^n x^n.

Thus,

f(x) = - the derivative of -1/3
* the sum over n from 0 to infinity of (1/3)^n x^n = 1/3 * the sum over n
from 0 to infinity of (1/3)^n *n*x^(n-1) =

the sum over
n from 1 to infinity of (1/3)^(n+1) *n*x^(n-1) = the sum over n from 0 to
infinity of (1/3)^(n+2) *(n+1)x^n.



Copyright © 1996 Department of Mathematics, Oregon State University

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