Mathwords logoMathwords

Residue Theorem — Definition, Formula & Examples

The Residue Theorem is a powerful result in complex analysis that lets you compute a contour integral around a closed curve by summing up the residues of the function at its isolated singularities inside the curve.

Let ff be analytic on and inside a simple closed positively oriented contour CC, except at finitely many isolated singularities z1,z2,,znz_1, z_2, \ldots, z_n interior to CC. Then Cf(z)dz=2πik=1nRes(f,zk)\oint_C f(z)\,dz = 2\pi i \sum_{k=1}^{n} \operatorname{Res}(f, z_k), where Res(f,zk)\operatorname{Res}(f, z_k) is the residue of ff at zkz_k, defined as the coefficient a1a_{-1} in the Laurent series expansion of ff about zkz_k.

Key Formula

Cf(z)dz=2πik=1nRes(f,zk)\oint_C f(z)\,dz = 2\pi i \sum_{k=1}^{n} \operatorname{Res}(f, z_k)
Where:
  • CC = A simple closed positively oriented contour in the complex plane
  • f(z)f(z) = A function analytic on and inside C except at isolated singularities
  • zkz_k = The isolated singularities of f inside C
  • Res(f,zk)\operatorname{Res}(f, z_k) = The residue of f at the singularity z_k

How It Works

To apply the Residue Theorem, first identify all isolated singularities of f(z)f(z) that lie inside your contour CC. For each singularity, compute the residue — for a simple pole at z0z_0, the residue is limzz0(zz0)f(z)\lim_{z \to z_0}(z - z_0)f(z). Multiply the sum of all residues by 2πi2\pi i to get the value of the integral. The theorem reduces a potentially difficult integration problem to an algebraic computation at a handful of points.

Worked Example

Problem: Evaluate C1z(z2)dz\oint_C \frac{1}{z(z-2)}\,dz where CC is the circle z=1|z| = 1, traversed counterclockwise.
Identify singularities: The function has simple poles at z=0z = 0 and z=2z = 2. Only z=0z = 0 lies inside z=1|z| = 1.
Compute the residue at z = 0: Since z=0z = 0 is a simple pole, use the limit formula.
Res(f,0)=limz0z1z(z2)=limz01z2=12\operatorname{Res}(f, 0) = \lim_{z \to 0} z \cdot \frac{1}{z(z-2)} = \lim_{z \to 0} \frac{1}{z-2} = -\frac{1}{2}
Apply the Residue Theorem: Multiply by 2πi2\pi i.
C1z(z2)dz=2πi(12)=πi\oint_C \frac{1}{z(z-2)}\,dz = 2\pi i \left(-\frac{1}{2}\right) = -\pi i
Answer: C1z(z2)dz=πi\oint_C \frac{1}{z(z-2)}\,dz = -\pi i

Why It Matters

The Residue Theorem is essential in physics and engineering for evaluating real improper integrals, inverse Laplace transforms, and summing series. In courses on complex analysis and mathematical methods, it is one of the most frequently tested tools.

Common Mistakes

Mistake: Including residues at singularities that lie outside or on the contour.
Correction: Only sum residues at singularities strictly inside the contour. Singularities on the boundary require separate treatment (e.g., indentation arguments).