Frequency: 3 sub-parts across 3 of 13 years (2019, 2024, 2025)
Priority tier: T3
Marks (count): 15 (3)
Average solve time: ~13 min
Difficulty mix: medium 3
Section: A | Dominant type: computation
Why This Chapter Matters
Residue computation is the workhorse of complex integration. All three questions are 15-mark problems in Section A, and each tests a different facet: 2019 asks for the theoretical proof that pole order m is equivalent to the ϕ/(z−z0)m form and derives the residue formula; 2024 requires locating poles (including a subtle order-2 pole at z=0 where two denominator factors vanish simultaneously), determining orders, and computing residues; 2025 requires evaluating a contour integral by finding residues at both a second-order and a third-order pole using the derivative formula. Mastering the (m−1)!1dzm−1dm−1[(z−z0)mf(z)] formula for arbitrary m covers all three.
Minimum Theory
Residue at an isolated singularity. The residue of f at an isolated singularity z0 is the coefficient a−1 in the Laurent expansion f(z)=∑an(z−z0)n.
Residue formula for a pole of order m. If z0 is a pole of order m≥1:
For a simple pole (m=1): Res=limz→z0(z−z0)f(z). For a simple zero of the denominator q when numerator p(z0)=0: Res=p(z0)/q′(z0).
Residue theorem. If f is analytic inside and on a simple closed positively-oriented contour C except at finitely many poles z1,…,zk inside C:
∮Cf(z)dz=2πi∑j=1kResz=zjf.
Pole-order characterisation. An isolated singularity z0 is a pole of order m if and only if f(z)=ϕ(z)/(z−z0)m where ϕ is analytic at z0 and ϕ(z0)=0. The residue is then ϕ(m−1)(z0)/(m−1)!.
Question Archetypes
Archetype
Recognition
residue-theory-proof
”show that z0 is a pole of order m iff …”; must prove both directions and derive the residue formula
poles-and-residues
”locate poles, find their orders, find residues” for a function with multiple singularity types
residue-evaluation
”evaluate ∮Cfdz” where f has higher-order poles; both residues needed
residue-theory-proof (1 question(s); 2019)
Recognition Cues — The problem says “show that” or “prove” an equivalence between a pole of order m and the ϕ/(z−z0)m representation. Expect both directions (⇒ and ⇐) and a separate derivation of the residue formula. This is a pure proof question, not a computation.
Solution Template
State the definition: z0 is a pole of order m iff Laurent series starts at (z−z0)−m with nonzero coefficient.
(⇒) Multiply the Laurent series by (z−z0)m to obtain ϕ; show ϕ extends analytically to z0 and ϕ(z0)=a−m=0.
(⇐) Taylor-expand ϕ at z0, divide by (z−z0)m; the lowest power is −m with coefficient ϕ(z0)=0, confirming a pole of order exactly m.
Read off a−1 (the residue) as the Taylor coefficient at k=m−1: a−1=ϕ(m−1)(z0)/(m−1)!.
Worked Example
2019 Paper 2, 2019-P2-Q2d (15 marks)
Show that an isolated singular point z0 of f(z) is a pole of order m if and only if f(z)=(z−z0)mϕ(z) where ϕ(z) is analytic and non-zero at z0. Moreover Resz=z0f(z)=(m−1)!ϕ(m−1)(z0) if m≥1.
Let z0 be an isolated singularity of f, with Laurent expansion on 0<∣z−z0∣<R:
f(z)=∑n=−∞∞an(z−z0)n.
By definition, z0 is a pole of order m (m≥1) iff a−m=0 and an=0 for all n<−m.
Step 1 — (⇒) Pole of order m implies the form ϕ/(z−z0)m.
If z0 is a pole of order m, the above Laurent series starts at n=−m. Multiply by (z−z0)m:
ϕ(z):=(z−z0)mf(z)=∑k≥0ak−m(z−z0)k.
This is a convergent power series on 0<∣z−z0∣<R, hence defines an analytic function on the full disc ∣z−z0∣<R (the singularity is removed), with ϕ(z0)=a−m=0. Thus f(z)=ϕ(z)/(z−z0)m with ϕ analytic at z0 and ϕ(z0)=0.
Step 2 — (⇐) The form ϕ/(z−z0)m implies a pole of order m.
Suppose f(z)=ϕ(z)/(z−z0)m with ϕ analytic at z0 and ϕ(z0)=0. Taylor-expand ϕ:
ϕ(z)=∑k≥0k!ϕ(k)(z0)(z−z0)k.
Then:
f(z)=∑k≥0k!ϕ(k)(z0)(z−z0)k−m.
The lowest power is (z−z0)−m with coefficient ϕ(z0)=0, and there are no powers below −m. So the principal part has exactly m nonzero terms: z0 is a pole of order exactly m. ■
Step 3 — Residue formula.
The residue is a−1, i.e. the coefficient of (z−z0)−1 in the last display. This occurs at k−m=−1, i.e. k=m−1:
Resz=z0f=a−1=(m−1)!ϕ(m−1)(z0).
Since ϕ=(z−z0)mf, this is equivalently (m−1)!1limz→z0dzm−1dm−1[(z−z0)mf(z)].
z0 pole of order m⟺f=(z−z0)mϕ(z),ϕ analytic,ϕ(z0)=0;Resz=z0f=(m−1)!ϕ(m−1)(z0).
Common Traps
Both directions require ϕ(z0)=0. If ϕ(z0)=0, the actual pole order is less than m and the characterisation fails.
In Step 1, the removed-singularity argument — that the power series for ϕ converges on the full disc, making ϕ analytic atz0 — must be stated explicitly.
The residue is at k=m−1, giving (m−1)! in the denominator. Off-by-one (writing m! or (m−2)!) is the classic slip. For m=1: ϕ(0)(z0)/0!=ϕ(z0), i.e. limz→z0(z−z0)f(z). Check this agrees with the simple-pole formula.
poles-and-residues (1 question(s); 2024)
Recognition Cues — “Locate the poles and their order; find the residue.” The function has several factors in the denominator, each potentially vanishing at different points. The key challenge is counting multiplicity correctly when two factors vanish at the same point.
Solution Template
Identify all zeros of the denominator by setting each factor to zero.
At each singularity, determine whether it is a zero of the denominator of multiplicity ≥2 (from coinciding zeros of different factors).
Compute the residue using the formula appropriate to the pole order: limit formula for simple poles; derivative formula for order 2.
For simple poles where the denominator has a simple zero: use Res=numerator/(denominator′) evaluated at the pole.
Worked Example
2024 Paper 2, 2024-P2-Q3a (15 marks)
Locate the poles and their order for the function f(z)=z(sinπz)(z+21)1 and find the residue of f(z) at these poles.
Step 1 — Identify singularities. The denominator vanishes when:
z=0 (from the z factor);
z=−1/2 (from the z+1/2 factor);
sinπz=0, i.e. z=n for any integer n (from the sinπz factor).
At z=0: both z and sinπz vanish (each with a simple zero), so the pole is order 2.
At z=−1/2: only z+1/2 vanishes (order 1), and sinπ(−1/2)=−1=0 and −1/2=0. Simple pole.
At z=n, n=0 integer: only sinπz vanishes (order 1), and n=0, n+1/2=0. Simple pole.
Step 2 — Residue at z=0 (order 2). Using Resz=0f=limz→0dzd[z2f(z)]:
z2f(z)=(sinπz)(z+1/2)z.
Near z=0: sinπz=πz(1−π2z2/6+⋯), so z/sinπz=(1/π)(1+π2z2/6+⋯). Thus
z2f(z)=π(z+1/2)1(1+6π2z2+⋯).
Differentiating at z=0 (the O(z2) correction contributes an O(z) term that vanishes at 0):
At z=0 both z and sinπz vanish; the pole is order 2, not 1. Checking only that f→∞ as z→0 without counting multiplicity gives the wrong order.
sin(−π/2)=−1, not +1. The sign error in the residue at z=−1/2 is very common.
The simple-pole formula Res=p(z0)/q′(z0) applies when q(z0)=0 and q′(z0)=0; for the sinπz zeros, q′(n)=πcos(πn)=π(−1)n.
residue-evaluation (1 question(s); 2025)
Recognition Cues — “Evaluate ∮Cf(z)dz” where f has explicit higher-order poles and the contour is a circle of radius large enough to enclose both. The method is: identify poles and their orders, verify which are inside C, compute residues using the derivative formula, sum and multiply by 2πi.
Solution Template
Factorise the denominator and list the poles with their orders.
Check which poles lie strictly inside the contour C.
For each enclosed pole of order m: compute (m−1)!1dzm−1dm−1[(z−z0)mf(z)] evaluated at z=z0.
The order at z=0 is 2 (from z2) and at z=−1 is 3 (from (z+1)3). Using m=1 for either gives the wrong derivative formula.
For the order-3 residue, the second derivative formula requires differentiating h(z)=ez/z2 twice; forgetting the 6/z4 term from the second differentiation gives a wrong result.
Both poles satisfy ∣z0∣<2 and are inside C; missing one (e.g. computing only the residue at z=0) loses half the marks.
The factorial in the denominator: order 3 residue uses (3−1)!=2!=2, so the formula has a factor of 1/2. Writing 1/3! or 1/1! is wrong.
Marks-Aware Writing
All three questions are 15 marks. The examiner expects: (a) explicit identification of each pole and its order with justification, (b) the residue formula written out before substitution, (c) all differentiation steps shown (quotient rule or product rule), and (d) arithmetic shown cleanly. For the proof question (2019), both directions of the iff must be clearly separated and labelled; omitting either direction loses about 5 marks. For the evaluation questions (2024, 2025), verify that poles are inside the contour before applying the residue theorem.
Practice Set
2023-P2-Q2c (20 m) — — Hint: likely a contour integral needing several residues; check all poles against the contour radius.
2014-P2-Q3c (20 m) — — Hint: use residues; watch for coinciding zeros in the denominator.
2015-P2-Q3a (15 m) — — Hint: identify pole orders and apply the derivative formula.
2022-P2-Q3a (15 m) — — Hint: standard residue evaluation; verify which poles lie inside the given contour.
2021-P2-Q1d (10 m) — — Hint: compulsory Q1 residue; likely a simple or order-2 pole.
2016-P2-Q3c (15 m) — — Hint: residue computation with trigonometric denominator.
2025-P2-Q2c (20 m) — — Hint: extended residue calculation; keep track of all poles and their orders.
We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.