ConceptComplete

Laurent Series

Laurent series extend Taylor series to include negative powers, enabling the representation of holomorphic functions near isolated singularities. They are essential for classifying singularities and computing residues.


Definition and Convergence

Definition5.2Laurent series

A Laurent series centered at z0z_0 is a doubly infinite series

n=an(zz0)n=n=0an(zz0)n+n=1an(zz0)n.\sum_{n=-\infty}^{\infty} a_n(z - z_0)^n = \sum_{n=0}^{\infty} a_n(z-z_0)^n + \sum_{n=1}^{\infty} a_{-n}(z-z_0)^{-n}.

The first sum is the analytic part (or regular part) and the second is the principal part.

Theorem5.4Laurent series theorem

Let ff be holomorphic on the annulus A={z:r<zz0<R}A = \{z : r < |z - z_0| < R\} where 0r<R0 \leq r < R \leq \infty. Then ff has a unique Laurent series representation

f(z)=n=an(zz0)nf(z) = \sum_{n=-\infty}^{\infty} a_n(z-z_0)^n

converging absolutely and uniformly on compact subsets of AA, with coefficients

an=12πiγf(z)(zz0)n+1dza_n = \frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{(z-z_0)^{n+1}}\,dz

where γ\gamma is any positively oriented simple closed curve in AA encircling z0z_0.


Examples

ExampleLaurent series of $e^{1/z}$

The function e1/ze^{1/z} is holomorphic on C{0}\mathbb{C} \setminus \{0\}. Substituting w=1/zw = 1/z into ew=wn/n!e^w = \sum w^n/n!:

e1/z=n=01n!zn=1+1z+12z2+16z3+e^{1/z} = \sum_{n=0}^{\infty} \frac{1}{n! z^n} = 1 + \frac{1}{z} + \frac{1}{2z^2} + \frac{1}{6z^3} + \cdots

The principal part has infinitely many terms, so z=0z = 0 is an essential singularity.

ExampleLaurent series from partial fractions

For f(z)=1z(z1)f(z) = \frac{1}{z(z-1)} on the annulus 0<z<10 < |z| < 1, use partial fractions:

f(z)=1z+1z1=1z11z=1zn=0zn.f(z) = \frac{-1}{z} + \frac{1}{z-1} = -\frac{1}{z} - \frac{1}{1-z} = -\frac{1}{z} - \sum_{n=0}^\infty z^n.

On the annulus z>1|z| > 1:

f(z)=1z+1z111/z=1z+n=11zn=n=21zn.f(z) = -\frac{1}{z} + \frac{1}{z}\cdot\frac{1}{1-1/z} = -\frac{1}{z} + \sum_{n=1}^\infty \frac{1}{z^n} = \sum_{n=2}^\infty \frac{1}{z^n}.


Uniqueness and Coefficient Formulas

RemarkUniqueness of Laurent series

The Laurent series representation in a given annulus is unique. This is because the coefficients ana_n are determined by the integral formula, which depends only on the values of ff on any circle in the annulus. Different annuli (e.g., 0<z<10 < |z| < 1 vs. z>1|z| > 1) can yield different Laurent series for the same function.

RemarkResidue from Laurent coefficients

The coefficient a1a_{-1} in the Laurent series of ff around z0z_0 is the residue of ff at z0z_0:

Res(f,z0)=a1=12πiγf(z)dz.\text{Res}(f, z_0) = a_{-1} = \frac{1}{2\pi i}\oint_\gamma f(z)\,dz.

This connects Laurent series directly to the residue theorem.


Classification of Singularities

Definition5.3Isolated singularity classification

Let ff be holomorphic on 0<zz0<R0 < |z - z_0| < R with Laurent series an(zz0)n\sum a_n(z-z_0)^n. The singularity at z0z_0 is:

  • A removable singularity if an=0a_n = 0 for all n<0n < 0 (the principal part vanishes).
  • A pole of order mm if am0a_{-m} \neq 0 and an=0a_n = 0 for all n<mn < -m.
  • An essential singularity if infinitely many ana_n with n<0n < 0 are nonzero.
ExampleExamples of singularity types
  • sinzz=1z2/6+\frac{\sin z}{z} = 1 - z^2/6 + \cdots has a removable singularity at z=0z = 0.
  • 1z3\frac{1}{z^3} has a pole of order 33 at z=0z = 0.
  • e1/ze^{1/z} has an essential singularity at z=0z = 0.
  • cosz1z2=12+z224\frac{\cos z - 1}{z^2} = -\frac{1}{2} + \frac{z^2}{24} - \cdots has a removable singularity at z=0z = 0.