Calculus/Power series

From testwiki
Jump to navigation Jump to search

The study of power series is aimed at investigating series which can approximate some function over a certain interval.

Motivations

Elementary calculus (differentiation) is used to obtain information on a line which touches a curve at one point (i.e. a tangent). This is done by calculating the gradient, or slope of the curve, at a single point. However, this does not provide us with reliable information on the curve's actual value at given points in a wider interval. This is where the concept of power series becomes useful.

An example

Consider the curve of y = cos(x), about the point x = 0. A naïve approxomation would be the line y = 1. However, for a more accurate approximation, observe that cos(x) looks like an inverted parabola around x = 0 - therefore, we might think about which parabola could approximate the shape of cos(x) near this point. This curve might well come to mind:

y=1x22

In fact, this is the best estimate for cos(x) which uses polynomials of degree 2 (i.e. a highest term of x2) - but how do we know this is true? This is the study of power series: finding optimal approximations to functions using polynomials.

Definition

A power series is a series of the form

a0x0 + a1x1 + ... + anxn

or, equivalently,

j=0najxj

Radius of convergence

When using a power series as an alternative method of calculating a function's value, the equation

f(x)=j=0najxj

can only be used to study f(x) where the power series converges - this may happen for a finite range, or for all real numbers.

The size of the interval (around its center) in which the power series converges to the function is known as the radius of convergence.

An example

11x=n=0xn (a geometric series)

this converges when | x | < 1, the range -1 < x < +1, so the radius of convergence - centered at 0 - is 1. It should also be observed that at the extremities of the radius, that is where x = 1 and x = -1, the power series does not converge.

Another example

ex=n=0xnn!

Using the ratio test, this series converges when the ratio of successive terms is less than one:

limn|x(n+1)(n+1)!n!xn|<1
limn|xnx1n!(n+1)n!xn|<1
or limn|xn+1|<1

which is always true - therefore, this power series has an infinite radius of convergence. In effect, this means that the power series can always be used as a valid alternative to the original function, ex.

Abstraction

If we use the ratio test on an arbitary power series, we find it converges when

lim|an+1x||an|<1

and diverges when

lim|an+1x||an|>1

The radius of convergence is therefore

r=lim|an||an+1|

If this limit diverges to infinity, the series has an infinite radius of convergence.

Differentiation and Integration

Within its radius of convergence, a power series can be differentiated and integrated term by term.

ddxj=0ajxj=j=0(j+1)aj+1xj
j=0ajzjdz=j=1aj1jxj

Both the differential and the integral have the same radius of convergence as the original series.

This allows us to sum exactly suitable power series. For example,

11+x=1x+x2x3+

This is a geometric series, which converges for | x | < 1. Integrating both sides, we get

ln(1+x)=xx22+x33

which will also converge for | x | < 1. When x = -1 this is the harmonic series, which diverges'; when x = 1 this is an alternating series with diminishing terms, which converges to ln 2 - this is testing the extremities.

It also lets us write power series for integrals we cannot do exactly:

ex2=(1)nx2nn!

The left hand side can not be integrated exactly, but the right hand side can be.

0zex2dx=(1)nz2n+1(2n+1)n!

This gives us a power series for the sum, which has an infinite radius of convergence, letting us approximate the integral as closely as we like.


Further reading