All chapters Unit 1 · Complex Analysis

Taylor and Laurent series, singularities, residues

Chapter 9 of 15
The hook

A real integral, walked off in a different plane

Chapter 8 closed with a promise: the partial-fraction-and-loop machinery you built there would become a single tool for real integrals that ordinary calculus cannot touch. Here is the promise, paid in full on the first page.

z = −½ z = −2 |z| = 1 0 1
The integrand has two poles. The unit circle encloses only z=12z = -\tfrac12; the pole at z=2z = -2 sits outside. Only the one inside counts.

The headline, computed properly in Beat 3 once the machinery is in place. Substitute z=eiθz = e^{i\theta}, so cosθ=12(z+z1)\cos\theta = \tfrac12(z + z^{-1}) and dθ=dz/(iz)d\theta = dz/(iz); the real integral becomes a loop integral on the unit circle:

02πdθ5+4cosθ=1iz=1dz(2z+1)(z+2).\int_0^{2\pi}\frac{d\theta}{5 + 4\cos\theta} = \frac1i\oint_{|z|=1}\frac{dz}{(2z+1)(z+2)}.

Only z=12z = -\tfrac12 lies inside, and its residue — the one number that survives the loop — is 13\tfrac13. So

02πdθ5+4cosθ=1i2πi13=2π3.\int_0^{2\pi}\frac{d\theta}{5 + 4\cos\theta} = \frac1i\cdot 2\pi i\cdot\frac13 = \frac{2\pi}{3}.
Story

That is a real integral that ordinary calculus handles only through an awkward, error-prone substitution — and the complex plane handles in three lines. The whole of this chapter is the apparatus behind those three lines: Taylor series (how a function looks near a good point), Laurent series (how it looks near a bad one), the classification of the bad points, and the single coefficient — the residue — that turns a loop integral into a sum you can read off by eye.

Why this matters

This is the densest, most heavily examined topic in Unit 1. Four exam costumes live here — expand in a region, classify the singularities, evaluate a loop integral by residues, and evaluate a real 02π\int_0^{2\pi} — and all four are worked for you before you are asked to reproduce them. This is also the closer of Unit 1: the arc that began with "what is a complex number" ends with "evaluate real integrals that ordinary methods make genuinely painful."

Intuition before formulas

A basement, a triage, and one survivor

Three pictures carry the whole chapter. Hold them before any formula arrives.

1 · Laurent is Taylor with a basement. A Taylor series builds a function out of non-negative powers 1,(zz0),(zz0)2,1, (z-z_0), (z-z_0)^2, \dots — the storeys above ground. Near a singularity that is not enough: you also need negative powers, (zz0)1,(zz0)2,(z-z_0)^{-1}, (z-z_0)^{-2}, \dots — a basement. The Laurent series is exactly Taylor plus that basement, and the basement is where all the information about how the function blows up is stored.

2 · Classifying a singularity is a triage on the basement. Stand at a bad point and ask one question — how many floors does the basement have?

  • Zero floors (no negative powers): the singularity is removable — the function was only pretending to be sick.
  • mm floors (lowest power (zz0)m(z-z_0)^{-m}): a pole of order mm.
  • Infinitely many floors: an essential singularity — the wild case, e.g. e1/ze^{1/z}.
3 · The residue is the sole survivor — and this is the whole chapter

Recall the one integral everything rests on, from Chapter 7: z=rzndz=0\displaystyle\oint_{|z|=r} z^n\,dz = 0 for every integer n1n \ne -1, and =2πi= 2\pi i when n=1n = -1. Now integrate a Laurent series an(zz0)n\sum a_n (z-z_0)^n term by term around a small loop. Every term dies — except the single term a1(zz0)1a_{-1}(z-z_0)^{-1}, which contributes a12πia_{-1}\cdot 2\pi i. So

C(nan(zz0)n)dz=2πia1.\oint_C \Big(\sum_n a_n (z-z_0)^n\Big)\,dz = 2\pi i\,a_{-1}.

The entire loop integral collapses to one coefficient. That coefficient a1a_{-1} has a name — the residue — and that single sentence is Cauchy's residue theorem in embryo. Everything else in this chapter is machinery for finding a1a_{-1} without writing out the whole series.

Zeros and poles are the same fact, read upside down

A point where an analytic qq has a zero of order mm is one where q(z)=(zz0)m(something nonzero)q(z) = (z-z_0)^m\,(\text{something nonzero}). Flip the function over: 1q\dfrac{1}{q} then has a pole of order mm there. More generally a quotient pq\dfrac{p}{q} has, at a zero of order mm of qq, a pole of order at most mm — "at most," because the numerator pp may vanish there too and cancel some of the factors. That "at most" is not a footnote: it is the exact wire you will trip in practice problem P3, where a denominator (z1)2(z-1)^2 hides a singularity that is only a simple pole.

Formal statement · Taylor

Taylor: the series of a function near a good point

Taylor's theorem

If ff is analytic throughout the disk zz0<R|z - z_0| < R, then for every zz in that disk

f(z)=n=0f(n)(z0)n!(zz0)n.f(z) = \sum_{n=0}^{\infty} \frac{f^{(n)}(z_0)}{n!}\,(z - z_0)^n.

The radius of convergence is the distance from z0z_0 to the nearest singularity of ff. The series is exactly as large as the biggest singularity-free disk around z0z_0 — no larger, because a power series cannot converge across a point where the function blows up.

Worked example 3A · a geometric Taylor series, and why the radius is what it is

Expand f(z)=1z+2f(z) = \dfrac{1}{z + 2} about z0=0z_0 = 0, and state the radius.

Force out a geometric series. Factor the 22 so the variable part is small:

1z+2=1211+z/2=12n=0(z2)n=n=0(1)n2n+1zn.\frac{1}{z+2} = \frac{1}{2}\cdot\frac{1}{1 + z/2} = \frac{1}{2}\sum_{n=0}^{\infty}\left(-\frac{z}{2}\right)^n = \sum_{n=0}^{\infty}\frac{(-1)^n}{2^{\,n+1}}\,z^n.

Radius. The only singularity of ff is the pole at z=2z = -2, a distance 22 from z0=0z_0 = 0. So the series converges for z<2|z| < 2 — radius R=2R = 2. The geometric series (z/2)n\sum(-z/2)^n says the same thing from the other side: it converges exactly when z/2<1|z/2| < 1, i.e. z<2|z| < 2. The function's nearest bad point and the series' convergence condition are one fact.

Formal statement · Laurent

Laurent: the same function, a different series in each region

Laurent's theorem

If ff is analytic on an annulus r<zz0<Rr < |z - z_0| < R (a ring, possibly with r=0r = 0 or R=R = \infty), then throughout that ring

f(z)=n=an(zz0)n,a1=Resz0f.f(z) = \sum_{n=-\infty}^{\infty} a_n\,(z - z_0)^n, \qquad a_{-1} = \operatorname{Res}_{z_0} f.

The negative-power terms are the principal part. A function can have several different Laurent series about the same z0z_0 — one for each ring on which it is analytic. The ring you are working in decides which series is correct.

Name the region by an inequality — always

An exam never asks for "the Laurent series." It asks for the series valid in 1<z<21 < |z| < 2, or in 0<z<10 < |z| < 1. Read the ring off the question, and write your ring down before you expand — the next worked example shows two different answers for one function, and the only thing that tells them apart is the inequality.

Worked example 3B · one function, two regions, two series — the chapter's conceptual core

Expand f(z)=1z(z1)f(z) = \dfrac{1}{z(z-1)} about z0=0z_0 = 0, in both regions on which it is analytic. First split it: 1z(z1)=1z+1z1\dfrac{1}{z(z-1)} = -\dfrac{1}{z} + \dfrac{1}{z-1} (cover-up: 1z1z=0=1\tfrac{1}{z-1}\big|_{z=0} = -1, 1zz=1=1\tfrac1z\big|_{z=1} = 1).

Region 0<z<10 < |z| < 1 (the punctured disk touching the pole at 00). Here z<1|z| < 1, so expand 1z1=11z=(1+z+z2+)\dfrac{1}{z-1} = -\dfrac{1}{1-z} = -(1 + z + z^2 + \cdots):

f(z)=1z1zz2,0<z<1.f(z) = -\frac1z - 1 - z - z^2 - \cdots, \qquad 0 < |z| < 1.

The basement has one floor, 1z-\dfrac1z. Its coefficient is a1=1a_{-1} = -1, so Res0f=1\operatorname{Res}_{0} f = -1read straight off the series valid in the punctured disk around the pole.

Region z>1|z| > 1 (outside both poles). Now z>1|z| > 1, so 1z<1\left|\tfrac1z\right| < 1 and 1z1=1z111/z=1z(1+1z+1z2+)\dfrac{1}{z-1} = \dfrac1z\cdot\dfrac{1}{1 - 1/z} = \dfrac1z\left(1 + \dfrac1z + \dfrac1{z^2} + \cdots\right):

f(z)=1z+1z+1z2+1z3+=1z2+1z3+,z>1.f(z) = -\frac1z + \frac1z + \frac1{z^2} + \frac1{z^3} + \cdots = \frac1{z^2} + \frac1{z^3} + \cdots, \qquad |z| > 1.

Same function, two genuinely different series. Note the trap: in this outer ring the coefficient of 1z\tfrac1z is 00 — but that is not the residue. The residue is read from the series valid in the punctured disk hugging the pole (the first one), where a1=1a_{-1} = -1. The ring sets the series; the residue lives in the innermost ring.

Formal statement · classification

Reading the basement: removable, pole, essential

The three kinds of isolated singularity

Let z0z_0 be an isolated singularity of ff, with Laurent series an(zz0)n\sum a_n (z-z_0)^n valid in a punctured disk 0<zz0<R0 < |z - z_0| < R. Look only at the principal part (the negative powers):

  • Removable — no negative powers at all. ff extends to an analytic function; limzz0f(z)\lim_{z\to z_0} f(z) exists and is finite.
  • Pole of order mm — the lowest power is (zz0)m(z-z_0)^{-m} (am0a_{-m} \ne 0, and ak=0a_{-k} = 0 for all k>mk > m). m=1m = 1 is a simple pole.
  • Essential — infinitely many negative powers.
Worked example 3C · triage three on the spot

(i) sinzz\dfrac{\sin z}{z} at z=0z = 0. Since sinz=zz33!+z55!\sin z = z - \dfrac{z^3}{3!} + \dfrac{z^5}{5!} - \cdots,

sinzz=1z23!+z45!.\frac{\sin z}{z} = 1 - \frac{z^2}{3!} + \frac{z^4}{5!} - \cdots.

No negative powers — removable (define the value 11 at 00 and the trouble vanishes).

(ii) 1z2(z+1)\dfrac{1}{z^2(z+1)}. At z=0z = 0 the factor z2z^2 downstairs is uncancelled (the rest is 1z+11\tfrac{1}{z+1} \to 1), so z=0z = 0 is a pole of order 22; at z=1z = -1, a single uncancelled factor gives a simple pole.

(iii) e1/ze^{1/z} at z=0z = 0. Substituting 1/z1/z into the exponential series, e1/z=1+1z+12!z2+13!z3+e^{1/z} = 1 + \dfrac1z + \dfrac{1}{2!\,z^2} + \dfrac{1}{3!\,z^3} + \cdots — infinitely many negative powers, so the singularity is essential.

The residue still works even in the wild case

One closing line, because it is reassuring and occasionally examined: even at an essential singularity the residue is just a1a_{-1} read from the series. For e1/z=1+1z+12!z2+e^{1/z} = 1 + \dfrac1z + \dfrac{1}{2!\,z^2} + \cdots, the coefficient of 1z\tfrac1z is 11, so Res0e1/z=1\operatorname{Res}_{0} e^{1/z} = 1 and z=1e1/zdz=2πi\displaystyle\oint_{|z|=1} e^{1/z}\,dz = 2\pi i. No residue formula applies to an essential singularity — but none is needed. The series is the formula.

End of sitting 1 — you can now expand a function as a Taylor or Laurent series in a named region, and classify any isolated singularity by reading its basement. After the break: the shortcuts that pull the residue out without writing the whole series, and the theorem that turns residues into integrals.

Formal statement · residues

Pulling out a1a_{-1} without the whole series

Reading a1a_{-1} off a full Laurent expansion always works, but it is slow. For poles there are shortcuts that never touch the series. Here are the three you need, as cards.

Residue at a simple pole

If z0z_0 is a simple pole of ff,

Resz0f=limzz0(zz0)f(z).\operatorname{Res}_{z_0} f = \lim_{z \to z_0} (z - z_0)\,f(z).

Multiply away the single bad factor, then evaluate at z0z_0.

Residue at a pole of order mm Resz0f=1(m1)!limzz0dm1dzm1[(zz0)mf(z)].\operatorname{Res}_{z_0} f = \frac{1}{(m-1)!}\, \lim_{z \to z_0}\frac{d^{\,m-1}}{dz^{\,m-1}}\Big[(z - z_0)^m\,f(z)\Big].

Kill the pole with (zz0)m(z-z_0)^m, differentiate m1m-1 times, divide by (m1)!(m-1)!, evaluate. For m=1m = 1 this is the simple-pole rule (no derivative, 0!=10! = 1).

The p/qp/q shortcut (simple poles only)

If f=pqf = \dfrac{p}{q} with p,qp, q analytic, p(z0)0p(z_0) \ne 0, and qq has a simple zero at z0z_0 (so q(z0)=0q(z_0) = 0, q(z0)0q'(z_0) \ne 0), then

Resz0pq=p(z0)q(z0).\operatorname{Res}_{z_0}\frac{p}{q} = \frac{p(z_0)}{q'(z_0)}.

No factoring of qq needed — differentiate the denominator and evaluate. This is the fastest route for things like 2z+1z2z2\dfrac{2z+1}{z^2 - z - 2} (you will use it in P5).

Cauchy's residue theorem

Let CC be a positively oriented simple closed contour, and let ff be analytic on and inside CC except at finitely many isolated singularities z1,,zkz_1, \dots, z_k inside CC. Then

Cf(z)dz=2πij=1kReszjf.\oint_C f(z)\,dz = 2\pi i \sum_{j=1}^{k} \operatorname{Res}_{z_j} f.

Key idea: expand ff in its Laurent series at each enclosed singularity and integrate term-by-term — every power dies except a1a_{-1}, since (zz0)ndz=0\oint (z - z_0)^n\,dz = 0 for all n1n \ne -1.

This is the single formula that replaces Chapter 8's split-and-apply ritual: locate the poles inside, add their residues, multiply by 2πi2\pi i. Step 0 — locate every pole and keep only the enclosed ones — is as decisive here as it was for Cauchy's integral formula.

Worked examples · residues

A higher-order residue, then the theorem on a real loop

Worked example 3D · an order-3 residue, two ways that agree

Find Resz=0ezz3\operatorname{Res}_{z=0} \dfrac{e^z}{z^3}.

Way 1 — read it off the series. Since ez=1+z+z22!+z33!+e^z = 1 + z + \dfrac{z^2}{2!} + \dfrac{z^3}{3!} + \cdots,

ezz3=1z3+1z2+12!1z+13!+,\frac{e^z}{z^3} = \frac{1}{z^3} + \frac{1}{z^2} + \frac{1}{2!}\cdot\frac1z + \frac{1}{3!} + \cdots,

so the coefficient of 1z\tfrac1z is a1=12!=12a_{-1} = \dfrac{1}{2!} = \dfrac12.

Way 2 — the order-mm formula, m=3m = 3.

Res0ezz3=12!limz0d2dz2[z3ezz3]=12limz0d2dz2ez=12e0=12.\operatorname{Res}_{0}\frac{e^z}{z^3} = \frac{1}{2!}\lim_{z\to 0}\frac{d^2}{dz^2}\Big[z^3\cdot\frac{e^z}{z^3}\Big] = \frac12\lim_{z\to 0}\frac{d^2}{dz^2}e^z = \frac12\,e^0 = \frac12.

Both give 12\dfrac12. The series route is safest when you are unsure of the order; the formula is faster once you trust it.

Worked example 3E · Cauchy's residue theorem, two simple poles enclosed

Evaluate z=23z1z(z1)dz\displaystyle\oint_{|z|=2} \frac{3z - 1}{z(z-1)}\,dz.

Step 0 — locate. Poles at z=0z = 0 and z=1z = 1; both have modulus <2< 2, so both are enclosed. Residues (simple poles, cover-up):

Res0=3z1z1z=0=11=1,Res1=3z1zz=1=21=2.\operatorname{Res}_{0} = \frac{3z-1}{z-1}\bigg|_{z=0} = \frac{-1}{-1} = 1, \qquad \operatorname{Res}_{1} = \frac{3z-1}{z}\bigg|_{z=1} = \frac{2}{1} = 2.

Residue theorem. Add the enclosed residues and multiply by 2πi2\pi i:

z=23z1z(z1)dz=2πi(1+2)=6πi.\oint_{|z|=2}\frac{3z-1}{z(z-1)}\,dz = 2\pi i\,(1 + 2) = 6\pi i.

What took partial fractions and two separate applications of Cauchy's formula in Chapter 8 is now one line.

Worked example · real integrals

The hook, slowly: 02π\int_0^{2\pi} by residues

The substitution table — state once, reuse every time

For any 02πR(cosθ,sinθ)dθ\displaystyle\int_0^{2\pi} R(\cos\theta, \sin\theta)\,d\theta with RR a rational function, set z=eiθz = e^{i\theta}. As θ\theta runs 02π0 \to 2\pi, zz traces the unit circle once counter-clockwise, and

cosθ=z+z12,sinθ=zz12i,dθ=dziz.\cos\theta = \frac{z + z^{-1}}{2}, \qquad \sin\theta = \frac{z - z^{-1}}{2i}, \qquad d\theta = \frac{dz}{iz}.

The integral becomes z=1(rational in z)dz\displaystyle\oint_{|z|=1}(\text{rational in } z)\,dz — then it is just Step 0 and the residue theorem.

Worked example 3F · the hook integral, done in full

Evaluate 02πdθ5+4cosθ\displaystyle\int_0^{2\pi}\frac{d\theta}{5 + 4\cos\theta}.

Substitute. With cosθ=12(z+z1)\cos\theta = \tfrac12(z + z^{-1}),

5+4cosθ=5+2(z+1z)=2z2+5z+2z=(2z+1)(z+2)z.5 + 4\cos\theta = 5 + 2\left(z + \frac1z\right) = \frac{2z^2 + 5z + 2}{z} = \frac{(2z+1)(z+2)}{z}.

Then dθ5+4cosθ=dzizz(2z+1)(z+2)=1idz(2z+1)(z+2)\dfrac{d\theta}{5 + 4\cos\theta} = \dfrac{dz}{iz}\cdot\dfrac{z}{(2z+1)(z+2)} = \dfrac1i\cdot\dfrac{dz}{(2z+1)(z+2)}, so

02πdθ5+4cosθ=1iz=1dz(2z+1)(z+2).\int_0^{2\pi}\frac{d\theta}{5 + 4\cos\theta} = \frac1i\oint_{|z|=1}\frac{dz}{(2z+1)(z+2)}.

Step 0 — locate. Poles where 2z+1=02z + 1 = 0, i.e. z=12z = -\tfrac12 (12<1|-\tfrac12| < 1, inside), and z+2=0z + 2 = 0, i.e. z=2z = -2 (outside). Residue at z=12z = -\tfrac12 (write 2z+1=2(z+12)2z+1 = 2(z+\tfrac12)):

Res1/21(2z+1)(z+2)=12(z+2)z=1/2=1232=13.\operatorname{Res}_{-1/2}\frac{1}{(2z+1)(z+2)} = \frac{1}{2\,(z+2)}\bigg|_{z=-1/2} = \frac{1}{2\cdot\tfrac32} = \frac13.

Assemble. The residue theorem gives =2πi13\oint = 2\pi i\cdot\tfrac13, and the leading 1i\tfrac1i cancels the ii:

02πdθ5+4cosθ=1i2πi13=2π3.\int_0^{2\pi}\frac{d\theta}{5 + 4\cos\theta} = \frac1i\cdot 2\pi i\cdot\frac13 = \frac{2\pi}{3}.

Every 02πR(cosθ,sinθ)dθ\int_0^{2\pi} R(\cos\theta,\sin\theta)\,d\theta follows this exact template: substitute, factor, locate, residue, cancel the ii.

Interactive playground

The residue counter: watch the contour decide the integral

Pick a function, then grow the contour z=R|z| = R with the slider. The readout marks each pole as inside or outside, adds up the residues of the enclosed ones, and reports Cfdz=2πiRes\displaystyle\oint_C f\,dz = 2\pi i\sum\operatorname{Res}. The residues are exact (worked out in advance) — so watch what happens to the integral as RR sweeps past a pole.

The residue counter
2.00

Slide R to grow or shrink the contour. A filled dot is an enclosed pole; a hollow dot is outside. When the circle lands on a pole, the integral is undefined and the readout greys out.

What to notice
  • The value jumps. Slide RR across a pole's radius and the integral snaps to a new value — it does not drift. The integral counts only the poles the contour encloses; the size of the contour is otherwise irrelevant.
  • Cancellation is real. For f=1(z1)(z3)f = \dfrac{1}{(z-1)(z-3)} with both poles enclosed, the residues 12-\tfrac12 and +12+\tfrac12 add to 00: enclosing a pole does not guarantee a nonzero integral.
  • No pole inside 0\Rightarrow 0. Shrink RR below every pole and the integral is 00 — Cauchy–Goursat, the same answer Chapter 7 gave.
  • On the circle is off-limits. When RR equals a pole's modulus the contour passes through a singularity and the integral is undefined — the readout refuses to answer. (For f=3z1z(z1)f = \dfrac{3z-1}{z(z-1)}, the pole at z=0z = 0 sits inside for every RR on this slider, so only the crossing at z=1z = 1 shows the jump.)

End of sitting 2 — you now have every residue tool and the theorem that spends them, on loop integrals and on real 02π\int_0^{2\pi} integrals alike. Last sitting is all retrieval: three quizzes, six cold problems, and the exam translator.

Retrieval gauntlet

Test yourself before moving on

Each follows a method you have now seen worked. Commit to an answer before reading the feedback — recognising the right option once you see it feels like knowing it, and it is not the same thing. Classify first, then count poles, then compute.

Quiz 1 · classify the singularity

At z=0z = 0, the function f(z)=1coszz2f(z) = \dfrac{1 - \cos z}{z^2} has:

Quiz 2 · the order-mm residue, instance changed

Resz=0e2zz3=\operatorname{Res}_{z=0}\dfrac{e^{2z}}{z^3} = ?

Quiz 3 · residue theorem, Step 0 first

z=2dz(z1)(z3)=\displaystyle\oint_{|z|=2}\frac{dz}{(z-1)(z-3)} = ?

Practice set

Six cold problems

Work each before revealing. Two of them — P2 and P4 — open with a faded bridge: part of the work done for you, the key step left for you to predict before the full solution. Every solution is complete; nothing points outside this page.

Taylor expansion and its radius

Shape · force a geometric series, then read the nearest singularity

P1. Expand 1z+2\dfrac{1}{z+2} about z=0z = 0, and state the radius of convergence.

Factor out the 22: 1z+2=1211+z/2=12n=0(z2)n\dfrac{1}{z+2} = \dfrac12\cdot\dfrac{1}{1 + z/2} = \dfrac12\displaystyle\sum_{n=0}^{\infty}\left(-\dfrac{z}{2}\right)^n, so

1z+2=n=0(1)n2n+1zn=12z4+z28z316+.\frac{1}{z+2} = \sum_{n=0}^{\infty}\frac{(-1)^n}{2^{\,n+1}}\,z^n = \frac12 - \frac{z}{4} + \frac{z^2}{8} - \frac{z^3}{16} + \cdots.

Radius: the nearest (only) singularity is the pole at z=2z = -2, a distance 22 away, so R=2R = 2.

Faded bridge · Laurent in the middle annulus

Shape · split, then expand each piece for the region you are in

P2. Expand 1(z1)(z2)\dfrac{1}{(z-1)(z-2)} in the annulus 1<z<21 < |z| < 2.

Bridge: the partial-fraction split is 1(z1)(z2)=1z21z1\dfrac{1}{(z-1)(z-2)} = \dfrac{1}{z-2} - \dfrac{1}{z-1}. In this ring, z<2|z| < 2 but z>1|z| > 1. Before revealing, predict the next step: which of the two pieces gets expanded in powers of zz, and which in powers of 1z\tfrac1z?

The ring forces a different expansion for each piece.

1z2\dfrac{1}{z-2} (use z<2|z| < 2): 1z2=1211z/2=n=0zn2n+1\dfrac{1}{z-2} = -\dfrac{1}{2}\cdot\dfrac{1}{1 - z/2} = -\displaystyle\sum_{n=0}^{\infty}\frac{z^n}{2^{\,n+1}} — ordinary powers of zz.

1z1-\dfrac{1}{z-1} (use z>1|z| > 1): 1z1=1z111/z=k=11zk-\dfrac{1}{z-1} = -\dfrac{1}{z}\cdot\dfrac{1}{1 - 1/z} = -\displaystyle\sum_{k=1}^{\infty}\frac{1}{z^{k}} — negative powers.

Together,

1(z1)(z2)=n=0zn2n+1    k=11zk,1<z<2.\frac{1}{(z-1)(z-2)} = -\sum_{n=0}^{\infty}\frac{z^n}{2^{\,n+1}} \;-\; \sum_{k=1}^{\infty}\frac{1}{z^{k}}, \qquad 1 < |z| < 2.

The coefficient of 1z\tfrac1z is a1=1a_{-1} = -1. Teaching point: the inequality did all the work — 1z2\tfrac{1}{z-2} expanded "inward" and 1z1\tfrac{1}{z-1} "outward," because only that choice converges in this ring.

Classification trap · a cancelling factor

Shape · factor the numerator before you trust the denominator

P3. Locate and classify all singularities of z21(z1)2(z+2)\dfrac{z^2 - 1}{(z-1)^2(z+2)}, and give the residue at each.

Factor the numerator first: z21=(z1)(z+1)z^2 - 1 = (z-1)(z+1), so

z21(z1)2(z+2)=(z1)(z+1)(z1)2(z+2)=z+1(z1)(z+2).\frac{z^2 - 1}{(z-1)^2(z+2)} = \frac{(z-1)(z+1)}{(z-1)^2(z+2)} = \frac{z+1}{(z-1)(z+2)}.

One factor of (z1)(z-1) cancels. So z=1z = 1 is a simple pole — not order 2, despite the (z1)2(z-1)^2 you started with — and z=2z = -2 is a simple pole.

Residues (simple poles, cover-up):

Res1=z+1z+2z=1=23,Res2=z+1z1z=2=13=13.\operatorname{Res}_{1} = \frac{z+1}{z+2}\bigg|_{z=1} = \frac{2}{3}, \qquad \operatorname{Res}_{-2} = \frac{z+1}{z-1}\bigg|_{z=-2} = \frac{-1}{-3} = \frac13.

This is the "at most mm" warning from Beat 2, made concrete: the denominator advertised an order-2 pole, but the numerator quietly cancelled it down to order 1.

Faded bridge · an order-2 residue

Shape · kill the pole, differentiate once, evaluate

P4. Find Resz=i1(z2+1)2\operatorname{Res}_{z=i}\dfrac{1}{(z^2+1)^2}.

Bridge: z2+1=(zi)(z+i)z^2 + 1 = (z-i)(z+i), so (z2+1)2=(zi)2(z+i)2(z^2+1)^2 = (z-i)^2(z+i)^2 — a pole of order 22 at z=iz = i. Before revealing, predict the next step: after multiplying by (zi)2(z-i)^2, what is left to differentiate, and how many times?

Order m=2m = 2, so the formula needs one derivative. Multiply by (zi)2(z-i)^2: (zi)2f(z)=1(z+i)2(z-i)^2 f(z) = \dfrac{1}{(z+i)^2}. Then

Resi=11!limziddz1(z+i)2=limzi2(z+i)3=2(2i)3.\operatorname{Res}_{i} = \frac{1}{1!}\lim_{z\to i}\frac{d}{dz}\frac{1}{(z+i)^2} = \lim_{z\to i}\frac{-2}{(z+i)^3} = \frac{-2}{(2i)^3}.

Now (2i)3=8i3=8i(2i)^3 = 8i^3 = -8i, so 28i=14i=i4\dfrac{-2}{-8i} = \dfrac{1}{4i} = -\dfrac{i}{4} (multiply top and bottom by ii: 14i=i4i2=i4\tfrac{1}{4i} = \tfrac{i}{4i^2} = -\tfrac{i}{4}).

Answer: Resz=i1(z2+1)2=i4\operatorname{Res}_{z=i}\dfrac{1}{(z^2+1)^2} = -\dfrac{i}{4}.

Residue theorem · the p/qp/q' shortcut

Shape · locate both poles, use p(z₀)/q′(z₀), add

P5. Evaluate z=32z+1z2z2dz\displaystyle\oint_{|z|=3}\frac{2z+1}{z^2 - z - 2}\,dz.

Step 0 — locate. z2z2=(z2)(z+1)z^2 - z - 2 = (z-2)(z+1), so the poles are z=2z = 2 and z=1z = -1; both have modulus <3< 3, so both are enclosed.

Residues by the shortcut p(z0)q(z0)\dfrac{p(z_0)}{q'(z_0)} with p=2z+1p = 2z+1, q=2z1q' = 2z - 1:

Res2=2(2)+12(2)1=53,Res1=2(1)+12(1)1=13=13.\operatorname{Res}_{2} = \frac{2(2)+1}{2(2)-1} = \frac{5}{3}, \qquad \operatorname{Res}_{-1} = \frac{2(-1)+1}{2(-1)-1} = \frac{-1}{-3} = \frac13.

Residue theorem: the residues sum to 53+13=2\tfrac53 + \tfrac13 = 2, so

z=32z+1z2z2dz=2πi(2)=4πi.\oint_{|z|=3}\frac{2z+1}{z^2 - z - 2}\,dz = 2\pi i\,(2) = 4\pi i.

Capstone · a real trig integral

Shape · the 3F template, end to end

P6. Evaluate 02πdθ13+12cosθ\displaystyle\int_0^{2\pi}\frac{d\theta}{13 + 12\cos\theta}.

Substitute z=eiθz = e^{i\theta}, cosθ=12(z+z1)\cos\theta = \tfrac12(z + z^{-1}):

13+12cosθ=13+6(z+1z)=6z2+13z+6z=(3z+2)(2z+3)z,13 + 12\cos\theta = 13 + 6\left(z + \frac1z\right) = \frac{6z^2 + 13z + 6}{z} = \frac{(3z+2)(2z+3)}{z},

so dθ13+12cosθ=dzizz(3z+2)(2z+3)\dfrac{d\theta}{13 + 12\cos\theta} = \dfrac{dz}{iz}\cdot\dfrac{z}{(3z+2)(2z+3)} and

02πdθ13+12cosθ=1iz=1dz(3z+2)(2z+3).\int_0^{2\pi}\frac{d\theta}{13 + 12\cos\theta} = \frac1i\oint_{|z|=1}\frac{dz}{(3z+2)(2z+3)}.

Step 0 — locate. 3z+2=0z=233z + 2 = 0 \Rightarrow z = -\tfrac23 (23<1|-\tfrac23| < 1, inside); 2z+3=0z=322z + 3 = 0 \Rightarrow z = -\tfrac32 (outside). Residue at z=23z = -\tfrac23 (write 3z+2=3(z+23)3z+2 = 3(z+\tfrac23)):

Res2/31(3z+2)(2z+3)=13(2z+3)z=2/3=13(53)=15.\operatorname{Res}_{-2/3}\frac{1}{(3z+2)(2z+3)} = \frac{1}{3\,(2z+3)}\bigg|_{z=-2/3} = \frac{1}{3\,(\tfrac53)} = \frac15.

Assemble:

02πdθ13+12cosθ=1i2πi15=2π5.\int_0^{2\pi}\frac{d\theta}{13 + 12\cos\theta} = \frac1i\cdot 2\pi i\cdot\frac15 = \frac{2\pi}{5}.
Exam translator

How this appears on exams

Exam shapes

In standard Indian engineering math exams, and likely in MCC201A unless your class notes differ, this chapter wears four recognisable costumes — each one you have now seen worked. The phrasing on the left maps to the worked example on the right:

  • "Expand f(z)f(z) valid in \langleregion\rangle" → worked example 3B. Write the inequality down first; it decides the series. (Practice: P1, P2.)
  • "Discuss / state the nature of the singularities of ff" → worked example 3C. Factor the numerator before trusting the denominator. (Practice: P3.)
  • "Evaluate Cfdz\oint_C f\,dz using Cauchy's residue theorem" → worked example 3E. Step 0, residues of the enclosed poles, times 2πi2\pi i. (Practice: P5.)
  • "Evaluate 02πdθ\int_0^{2\pi} \dots\,d\theta" → worked example 3F. Substitute z=eiθz = e^{i\theta} and run the template. (Practice: P6.)
The one decision tree for "evaluate by residues"
  1. Step 0 — locate. Find every singularity and mark which lie inside CC.
  2. No singularity inside? The integral is 00 (Cauchy–Goursat). Stop.
  3. Classify each enclosed pole. Simple → lim(zz0)f\lim (z-z_0)f or p(z0)/q(z0)p(z_0)/q'(z_0). Order mm → the derivative formula. Essential → read a1a_{-1} off the series.
  4. Add the enclosed residues, multiply by 2πi2\pi i.
Two named results — recognition only in this course

You may see these two names on a paper; this course does not drill them, but they should not be alien. Both count zeros and poles by integrating, and both build directly on the residue idea:

  • The argument principle: if ff is analytic inside and on a positively oriented simple closed contour CC except for poles, and has no zero on CC, then 12πiCf(z)f(z)dz=ZP\dfrac{1}{2\pi i}\displaystyle\oint_C \dfrac{f'(z)}{f(z)}\,dz = Z - P, the number of zeros minus the number of poles inside CC (each counted with its order).
  • Rouché's theorem: if ff and gg are analytic inside and on CC and g(z)<f(z)|g(z)| < |f(z)| everywhere on CC, then ff and f+gf + g have the same number of zeros inside CC (counted with order). It is the standard tool for "how many roots lie in this disk."

Recognition only — no proof, no worked evaluation here. If your class notes assign them, treat this as the vocabulary and the statements, and come back for the method.

Six things to carry out of this chapter

  1. Taylor f(z)=n0f(n)(z0)n!(zz0)nf(z) = \displaystyle\sum_{n\ge0}\dfrac{f^{(n)}(z_0)}{n!} (z-z_0)^n, radius = distance to the nearest singularity.
  2. Laurent adds negative powers on an annulus; the region (an inequality) decides which series, and a1=Resz0fa_{-1} = \operatorname{Res}_{z_0} f.
  3. Classify by the basement: none → removable; lowest (zz0)m(z-z_0)^{-m} → pole of order mm; infinitely many → essential.
  4. Residue shortcuts: simple pole lim(zz0)f\lim(z-z_0)f or p(z0)/q(z0)p(z_0)/q'(z_0); order mm the (m1)(m-1)-derivative formula.
  5. Residue theorem: Cfdz=2πiRes\displaystyle\oint_C f\,dz = 2\pi i \sum\operatorname{Res} over the enclosed poles — Step 0 always.
  6. Real 02π\int_0^{2\pi}: z=eiθz = e^{i\theta}, cosθ=12(z+z1)\cos\theta = \tfrac12(z+z^{-1}), sinθ=12i(zz1)\sin\theta = \tfrac1{2i}(z-z^{-1}), dθ=dz/(iz)d\theta = dz/(iz); then residues.
Before you move on

Re-do two of P1–P6 from a blank page tomorrow — not re-read, re-do. Expanding in a region and locating-then-residue are muscle memory worth more than another hour of reading now.

This closes Unit 1. The arc ran from "what is a complex number" to "evaluate real integrals that ordinary methods make genuinely painful" — analyticity, the Cauchy–Riemann test, conformal and Möbius maps, contour integration, Cauchy's formula, and now series and residues. What comes next is Unit 2: double integrals — a genuine change of subject, back to real multivariable calculus. Take the win here first.

Same material, another voice

If a different explanation would help, these two are worth your time — free, from MIT OpenCourseWare: