Laurent’s series in an annulus
At a Glance
- Frequency: 7 sub-parts across 7 of 13 years (2014, 2015, 2018, 2019, 2021, 2022, 2025)
- Priority tier: T2
- Marks (count): 10 (4), 15 (1), 20 (2)
- Average solve time: ~13 min
- Difficulty mix: medium 5, hard 2
- Section: A | Dominant type: computation
Why This Chapter Matters
Laurent series appears in every year from 2014 to 2025 (7 appearances) in Section A at 10–20 marks. The 20-mark questions (2015, 2021) require three separate expansions corresponding to three annuli around z=0. The 10-mark questions ask for a single annulus, typically the one nearest a specified singularity. The entire topic reduces to one skill: after partial-fraction decomposition, choose the correct geometric-series direction (in z or in 1/z) for each factor depending on which annulus you are in. Once that choice is systematic, the mechanics are routine.
Minimum Theory
Laurent series. A function analytic in an annulus r<∣z−z0∣<R has a unique Laurent expansion there:
f(z)=∑n=−∞∞cn(z−z0)n.
The terms with n<0 form the principal part; the terms with n≥0 form the analytic part.
Key tool: geometric series in two directions. For a simple factor (z−a)−1:
- If ∣z−z0∣<∣a−z0∣ (inside the singularity): factor out (a−z0) and expand in z−z0. Example about z0=0:
z−a1=−a−z1=−a1⋅1−(z/a)1=−a1∑n=0∞(az)n,∣z∣<∣a∣.
- If ∣z−z0∣>∣a−z0∣ (outside): factor out (z−z0) and expand in (a−z0)/(z−z0). Example:
z−a1=z1⋅1−(a/z)1=z1∑n=0∞(za)n=∑n=0∞zn+1an,∣z∣>∣a∣.
Procedure. (1) Partial-fraction decompose f. (2) Identify the singular radii: the moduli ∣aj−z0∣ for each singularity aj, listed in increasing order — these divide the plane into concentric annuli. (3) In each annulus, choose the expansion direction for each factor: inside → power series in (z−z0); outside → power series in 1/(z−z0).
Number of annuli. With k distinct singular radii, there are k+1 regions: the disc ∣z−z0∣<r1, then each annulus rj<∣z−z0∣<rj+1, then the exterior ∣z−z0∣>rk. The “about z=0” question with poles at ∣z∣=1 and ∣z∣=2 gives exactly three regions.

Question Archetypes
One pattern covers all Laurent-series questions in the corpus.
| Archetype | You are seeing this when… |
|---|
| laurent-expansion | find Laurent (or Taylor) series of a rational or transcendental function in one or more specified annuli |
laurent-expansion (7 question(s); 2014, 2015, 2018, 2019, 2021, 2022, 2025)
Recognition Cues
- “Find the Laurent series of f(z) in [annulus description].”
- “Find all possible Taylor/Laurent expansions about z=z0.”
- “Expand f in the region 0<∣z−a∣<r.”
Solution Template
- Partial fractions (for rational functions). Write f=∑jAj/(z−aj)kj.
- Identify the singular radii from z0: compute ∣aj−z0∣. Sort them: r1<r2<…<rk.
- List the annuli: ∣z−z0∣<r1, r1<∣z−z0∣<r2, …, ∣z−z0∣>rk.
- In each annulus, expand each factor:
- For ∣z−z0∣<∣aj−z0∣: expand (z−aj)−1 in powers of (z−z0).
- For ∣z−z0∣>∣aj−z0∣: expand in powers of 1/(z−z0).
- Collect terms (sum the series). State the annulus of validity explicitly.
- For transcendental functions (e.g. 1/(ez−1)): factor out the lowest-power zero of the denominator, expand the remaining factor as 1/(1+w)=∑(−w)n collecting terms to the required order.
Worked Example(s)
2015 Paper 2, 2015-P2-Q2c (20 marks)
Find all Taylor/Laurent expansions of f(z)=(2z−3)/(z2−3z+2) about z=0.
Partial fractions: f=1/(z−1)+1/(z−2). Singular radii from 0: ∣1∣=1, ∣2∣=2. Three regions:
Region I (∣z∣<1): both factors inside their singularities.
z−11=−∑n=0∞zn,z−21=−21∑n=0∞(2z)n.
f(z)=−n=0∑∞(1+2n+11)zn,∣z∣<1.
Region II (1<∣z∣<2): first factor outside (∣1/z∣<1), second still inside (∣z/2∣<1).
z−11=z1∑n=0∞z−n=∑n=1∞z−n,z−21=−21∑n=0∞(z/2)n.
f(z)=n=1∑∞z−n−n=0∑∞2n+1zn,1<∣z∣<2.
Region III (∣z∣>2): both factors outside.
z−11=∑n=1∞z−n,z−21=z1∑n=0∞(2/z)n=∑n=1∞zn2n−1.
f(z)=n=1∑∞zn1+2n−1,∣z∣>2.
2014 Paper 2, 2014-P2-Q1d (10 marks)
Laurent series of 1/(z2(z−1)) about z=0 and z=1.
About z=0, region 0<∣z∣<1:
f=z21⋅z−11=−z21∑n=0∞zn.
f(z)=−z21−z1−1−z−z2−⋯,0<∣z∣<1.
About z=1, region 0<∣z−1∣<1: let w=z−1, z=1+w:
f=w(1+w)21=w1∑n=0∞(−1)n(n+1)wn=w1−2+3w−4w2+⋯
f(z)=z−11−2+3(z−1)−4(z−1)2+⋯,0<∣z−1∣<1.
2019 Paper 2, 2019-P2-Q4b (10 marks)
First three terms of the Laurent series of 1/(ez−1) in 0<∣z∣<2π.
ez−1=z(1+z/2+z2/6+⋯)=:z(1+w). So f=z1⋅1+w1=z1(1−w+w2−⋯).
1−w+w2=1−(z/2+z2/6)+z2/4+⋯=1−z/2+(1/4−1/6)z2+⋯=1−z/2+z2/12+⋯
ez−11=z1−21+12z−⋯,0<∣z∣<2π.
2018 Paper 2, 2018-P2-Q4b (15 marks)
Laurent series of 1/((1+z2)(z+2)) in (i) ∣z∣<1, (ii) 1<∣z∣<2, (iii) ∣z∣>2.
Partial fractions: f=51⋅z+21+51⋅z2+12−z. Singular radii: ∣±i∣=1, ∣−2∣=2.
(i) ∣z∣<1: both 1/(z+2) and 1/(z2+1) expand in powers of z (Taylor):
f=51∑n=0∞2n+1(−1)nzn+51(2−z)∑n=0∞(−1)nz2n.
(ii) 1<∣z∣<2: 1/(z+2) still in z; 1/(z2+1) switches to 1/z2 (since ∣z∣>1):
f=51∑n=0∞2n+1(−1)nzn+51(2−z)∑n=0∞(−1)nz−2n−2.
(iii) ∣z∣>2: both expand in 1/z:
f=51∑n=0∞(−1)n2nz−n−1+51(2−z)∑n=0∞(−1)nz−2n−2.
2025 Paper 2, 2025-P2-Q1d (10 marks)
Expand f(z)=1/((z+1)(z+3)) valid for 1<∣z∣<3.
In this annulus ∣z∣>1 (so 1/(z+1) expands in 1/z) and ∣z∣<3 (so 1/(z+3) expands in z/3):
z+11=z1⋅1+1/z1=z1∑n=0∞zn(−1)n=∑n=0∞zn+1(−1)n.
z+31=31⋅1+z/31=31∑n=0∞(−3z)n.
Partial fractions: f=21(z+11−z+31):
f(z)=21n=0∑∞zn+1(−1)n−61n=0∑∞(−3z)n,1<∣z∣<3.
Common Traps
- Choosing the wrong direction: if you use ∣z∣<∣a∣ expansion when in the ∣z∣>∣a∣ region, you get a series that diverges. Always determine which inequality holds for each factor in the given annulus.
- Forgetting the minus sign in 1/(z−a)=−1/(a−z) for the ∣z∣<∣a∣ expansion. Write the geometric-series step explicitly to avoid this.
- “About z=0” means expand in powers of z, not z−a for some other centre. If the question says “about z=1”, substitute w=z−1 before expanding.
- 1/(1+w)2 is not the same as 1/(1−w2). For repeated poles near the expansion centre, the expansion is ∑n=0∞(−1)n(n+1)wn (from differentiating the geometric series).
- Transcendental functions: factor out the zero of lowest order (ez−1=z(1+higher)), divide by z, then invert 1+w as a geometric series.
Practice Set
- 2021-P2-Q2c (20 m) — — three-region expansion for a rational function with a cubic denominator about z=0; the hardest mark-value variant.
- 2022-P2-Q1d (10 m) — — two annuli about z=1 and z=3; uses substitution w=z−1.