Real Analysis/Power Series

From testwiki
Jump to navigation Jump to search

Please contribute to this section, it has been neglected. I have made a start, but it is not finished.

Definition

We have already encountered series. A power series is a series of the form

f(x)=n=0anxn where an n.

f can also be seen as a real valued function. One of the first questions we will attempt to answer in this section is for which values of x is f is convergent.

Convergence

We can use the root test here. We can see that

lim supn|anxn|1/n=|x|lim supn|an|1/n=|x|R

from before, so we see that there is a radius r=1/R such that f converges for |x|<r and diverges for |x|>r. This radius has a special significance in Complex analysis, but we will not be concerned with that here.

Differentiability

We can see by the root test that if n=0anxn is convergent, then n=0(n+1)an+1xn is convergent, as lim supn|(n+1)an+1|1/n=lim supn|an|1/n, since limn(n+1)1/n=1, so this power series has the same radius of convergence as the original power series. Intuitively, we would guess that this was the derivative of it, but that requires proof. We look at the newton quotient:

f(x)=limh0n=0an(x+h)nn=0anxnh

f(x)=limh0n=0an(x+h)nanxnh


f(x)=limh0n=0an(xn+nhxn1+o(h2)xn)h

f(x)=n=0nanxn1=n=0(n+1)an+1xn

Taylor Series

One use of power series is to approximate functions. We can see that f(0)=a0, so if a power series f is a good approximation for g, then a0=g(0).

We can also see from [[#Differentiability|]] that we need 1.f(0)=a1, and that 2.f(0)=a2, and by induction that n!.f(n)(0)=an, so we define the Taylor series of f as

n=0f(n)(0)n!xn

By translation, we can also approximate f by

n=0f(n)(t)n!(xt)n

To do this, we of course require that f is differentiable an infinite number of times at o or t.

Template:BookCat