Homework 02

Mathematica notebook

5. Power series

Consider a power series of the form

a=1+n=1anzn

Show that there is another power series

b=n=0bnzn

such that, as a formal expression

ab=1

Do this by giving a recurrence relation for the coefficients bn. Solve this recurrence relation for 1/ez and show it gives the power series for ez.

The product ab can be written as:

ab=(1+n=1anzn)(n=0bnzn)=1

By expanding, we get:

ab=b0+(b1+a1b0)z+(b2+a1b1+a2b0)z2++(k=0nakbnk)zn+

For ab=1, all the coefficients of zn (for n1) must be zero, and the constant term (the coefficient of z0) must be 1. This gives us the following conditions:

  1. b0=1 (since the constant term of ab must be 1).
  2. For n1, we have k=0nakbnk=0.

For ak, we have a0=1 and an for n1. Thus, the recurrence relation for bn becomes:

bn=k=1nakbnkfor n1

For a=ez. The power series for b=1/ez is given by:

  1. b0=1 (from the initial condition).
  2. For n1:

bn=k=1n1k!bnk

And if bn=(1)nn!. Then, it is exactly the power series for ez:

ez=n=0(z)nn!

To prove bn=(1)nn!, we use induction method. Suppose it is true for n, then using

(1+(1))n+1=Ckn+1(1)n+1k=(n+1)!k=0n+1(1)n+1kk!(n+1k)!

By substituting bk=(1)kk! for kn, we have

(1)n+1/(n+1) !=k=1n+11k!bnk

So bn+1=(1)n+1(n+1)!. Q.E.D

6. Expansion near pole

Assuming the result of problem 5 and the bonus problem, show that if f(z)=g(z)/h(z) has a pole at z=0, that we can expand f(z) in a series

f(z)=n=manzn

for some m, and that this converges in a “punctured disc” {z||z|<R,z0}. Make such an expansion for f(z)=z/(1+z2) around z=i (hint: for this example we use tricks with geometric series, we don’t need the general recurrence relation).

Since f(z) has a pole at z=0, h(z) must have a zero of order m at z=0

Given this, h(z) can be written as zmk(z) where k(z) is analytic and non-zero at z=0. Therefore, f(z) can be written as:

f(z)=g(z)zmk(z)

Since k(z) is analytic and non-zero at z=0, there exists a power series n=0bnzn such that 1k(z)=n=0bnzn . This leads to:

f(z)=g(z)zmn=0bnzn=n=0bng(z)znm

for z0. As g(z) is analytic at z=0, it can also be expanded into a power series around z=0. Thus, the product of these two series results in a series of the form:

f(z)=n=manzn

This series converges in some punctured disc {z||z|<R,z0} because it is the product of two convergent power series in that region.

For the specific function f(z)=z1+z2, we want to expand around z=i

f(z)=z(zi)(z+i)

To expand around z=i, let’s set w=zi, so z=w+i. Then:

f(w+i)=w+iw(w+2i)

Now, observe that:

1w+2i=12i11+w2i

Since |w2i|<1 for |w|<2, we can use the geometric series expansion:

11+w2i=n=0(w2i)n

Thus, we get:

f(z)=w+i2iwn=0(w2i)n

which will be valid in a punctured disc around z=i, specifically for |zi|<2 (or |w|<2).