Laurent Series & the Classification of Singularities

Laurent expansion by geometric series and partial fractions

The integral formula for Laurent coefficients is honest but slow. In practice almost nobody computes those integrals; instead they reach for a single familiar tool — the geometric series 1/(1 - w) = 1 + w + w^2 + w^3 + ..., valid for |w| < 1 — and bend the function into a shape where it applies. Combined with partial fractions, this turns finding a Laurent series into a piece of clever algebra.

The method for a rational function goes in plain steps. First, split f into partial fractions, so it becomes a sum of simple pieces like A/(z - a). Second, for each piece decide which annulus you are in, because that fixes how to expand. To expand 1/(z - a) around z_0 = 0 in the region |z| < |a| (inside), write it as -1/(a(1 - z/a)) = -(1/a)(1 + z/a + z^2/a^2 + ...) — a geometric series in the small quantity z/a, giving non-negative powers. To expand the SAME piece in the region |z| > |a| (outside), factor out z instead: 1/(z(1 - a/z)) = (1/z)(1 + a/z + a^2/z^2 + ...) — now a geometric series in a/z, giving negative powers. The rule of thumb: always arrange the ratio inside the series to have modulus less than 1, then expand. Third, add the pieces back together and collect powers.

This is the workhorse of every residue calculation and every series-based singularity classification, and it generalizes: divide a known Taylor series to handle things like e^z / z^2 or (cos z)/z^3, or substitute w = 1/z into a known series to expand around infinity or to see an essential singularity (as for e^(1/z)). Master the trick of choosing the right factorization for the annulus you want, and you can write down Laurent series by hand without ever touching the integral formula.

Expand f(z) = 1/((z - 1)(z - 2)) on the annulus 1 < |z| < 2 around 0. Partial fractions: 1/(z - 2) - 1/(z - 1). For 1/(z - 1) with |z| > 1, write (1/z)(1/(1 - 1/z)) = 1/z + 1/z^2 + ...; for 1/(z - 2) with |z| < 2, write (-1/2)(1/(1 - z/2)) = -1/2 - z/4 - .... Subtracting gives -...- 1/z^2 - 1/z - 1/2 - z/4 - ..., negative AND positive powers, as a true annulus demands.

Partial fractions plus two geometric expansions, each tuned to the annulus, build the Laurent series.

The single most common mistake is factoring out the wrong term: in |z| < |a| pull out a (small z/a); in |z| > |a| pull out z (small a/z). Choosing wrongly gives a divergent series that looks plausible but is meaningless.

Also called
finding Laurent series by algebra代數法求羅朗級數