lacunary - Mathnotes

Laurent Series

First, some background on geometric series.

The geometric series

n=0arn

can be written as

a1r

and converges for r<1.

Now, when we have a term like 1z2 we can write

1z2=12z=1211z2=12n=0(z2)n,(a)

and we can write

1z2=1z112z=1zn=0(2z)n=n=02nzn+1.(b)

The geometric series from (a) will converge when z<2, and the geometric series from (b) will converge when z>2. So, we have a choice of which geometric series to take, depending on the region of z we want to work in.

Laurent Expansion Theorem. Let f be analytic in an annulus D:r<zz0<R. Then f(z) can be expressed in the form

f(z)=n=an(zz0)n

which converges and represents f(z) in D.

Note the negative powers of n - this is a distinguishing factor between Laurent series, which only apply to Complex functions and not Real functions, and Taylor series.

Example

We will find the Laurent series for f(z)=zz23z+z for D:1<z3<2.

We can factor the denominator of f(z) to get

f(z)=zz23z+z=z(z1)(z2).

This makes it evident that f(z) has singularities at z=1,2, and our domain of definition is an annular disc centered at z=3, with an internal disc of radius 1 and an annulus of width 1 outside of that:

Annular disc.png

Now, via partial fraction decomposition we get

z(z1)(z2)=2z21z1.

We need to use the two terms above to find geometric series in (z3)n that converge for the interior of the annular disc, the region z3<1, and the exterior of the annular disc, the region z3>2.

Starting with the first term, we have

2z2=2(z3)+1=2(z3)(1+1z3)=2z3=n=0(1)n(z3)n=n=0(1)n(z3)n+1,

which converges for z3>1, which includes the region z3>2. Note that this series involves negative integer powers of (z3) as the (z3) term is in the denominator.

With the second term, we have

1z1=1(z3)+2=12(11+z32)=12n=0((z3)2)n=n=0(1)n+12n+1(z3)n,

which converges for z3<2, which includes the region z3<1. Note that this series involves positive integer powers of (z3).

Combining the two, and adjusting the range of summation for the first series to get a (z3)n term rather than (z3)n+1, we can add the two together to get

f(z)=n=1(1)n+1(z3)n+n=0(1)n+12n+1(z3)n, 1<|z3|<2.

General Method for Finding all Taylor and Laurent Series

If we want to find all of the Taylor and Laurent Series for f(z) centered at z0 we can do this:

1. Consider where there are singularities.

If the is a disc around the center that contains no singularities, then we'll have a taylor series centered at that disc, and its region of convergence will extend until the first singularity is encountered.

If there is an isolated singularity at the center, then we'll only have Laurent series.

If there is an isolated singularity other than at the origin, then we may have a Taylor (or Laurent) series that's convergent around the origin, and then another Laurent series on the outside of that singularity.

It helps to draw these singularities and regions out - we need to find series to cover all of them.

2. Make a substitution to w land

We let w=zz0,z=w+z0. This translates us to being centered at z0, which makes it easier to do algebraic manipulation.

3. Deal with each region

We write a series for each region by writing it as a binomial series, potentially multiplied by analytic factors.

For a Binomial Series, we have

(1+x)α=n=0(αn)xn,|x|<1.

So, we need to do something to make |x| small. As an example, if we have

1(w+i)2,

We can factor out i from the denominator to get

1(i(1+wi))2=1(1+wi)2=n=0(2n)(wi)n,

where |wi|<1 when |w|<1, so this is good for a disc around z0.

On the other hand, we can factor out w from the denominator to get

1(w(1+iw))2=1w21(1+iw)2=1w2n=0(2n)(iw)n=n=0(2n)in1wn+2,

where |iw|<1 when |w|>1, so this is good for an annulus where |zz0|>1.

4. Translate back to z land

We substituted w=zz0 earlier, so we need to substitute that back into our series and then we're done. We have to be sure to keep track of which series converges for which region.