Cauchy's Integral Formula
Learning objectives
- State Cauchy's theorem (closed-contour integral of a holomorphic function is zero)
- Use Cauchy's integral formula to recover from boundary data
- Compute residues at simple and higher-order poles
- Apply the residue theorem to evaluate closed-contour integrals
The miracle of complex analysis is that local differentiability forces global structure. A holomorphic function on a simply connected region is uniquely determined by its values on the boundary, and any integral of it over a closed loop is zero unless the loop encloses a singularity, in which case the integral is exactly times the sum of residues inside. This is the residue calculus, and it is the most efficient computational machinery in all of complex analysis. Real definite integrals that take pages to handle by parts collapse to a single residue computation.
Cauchy's theorem
If is holomorphic on a simply connected open set and is any simple closed contour inside , then
The proof rests on Green's theorem and the Cauchy-Riemann equations: writing , the line integral equals , both of whose integrands vanish by CR. The hypothesis that is simply connected is crucial; on multiply connected domains, integrals over closed loops detect the topology.
Cauchy's integral formula
If is holomorphic inside and on a positively oriented simple closed contour and lies inside , then
The boundary values of on completely determine its interior values. Differentiating under the integral sign yields the formula for derivatives:
One striking corollary: holomorphic functions are infinitely differentiable. Real differentiability gives no such bonus, does not imply in real analysis, but in a single derivative implies all of them.
The widget above lets you visualize contour integrals when the integrand is real-valued on a real interval (useful for understanding the residue trick for real integrals like , which arises from a semicircular contour and the residue at ).
The residue theorem
When has isolated singularities inside but is holomorphic elsewhere inside and on ,
The residue is the coefficient in the Laurent expansion of around . At a simple pole, . At a pole of order ,
\operatorname{Res}(f, z_j) = \frac{1}{(m-1)!} \lim_{z \to z_j} \frac{d^{m-1}}{dz^{m-1}} \left[ (z - z_j)^m f(z) \right].
- Quantum field theory: Feynman propagators are evaluated by closing the contour in the lower or upper half-plane and picking up residues at the poles. This is how QFT computes any amplitude.
- Signal processing: The inverse Laplace and inverse Z-transforms are contour integrals computed by residues. Every step response of a linear control system is, at the level of implementation, a residue sum.
- Number theory: The explicit formula for (the prime counting function) uses contour integration of to extract the location of the zeta zeros into the distribution of primes. Even the Prime Number Theorem proof rests on residue calculus.
- Statistical mechanics: Partition functions of lattice models near critical points have analytic structure (poles, branch cuts) whose residues encode universal critical exponents. The conformal-bootstrap programme uses these residues to constrain 2D and 3D phase transitions.
- Antenna design: Far-field radiation patterns are computed by contour integrals over wavenumber space; closing the contour and using residues at saddle points gives the dominant radiation directions (the stationary-phase method, a residue cousin).
Pause and think: Why does even though is huge on the circle? is entire, so by Cauchy's theorem the integral over any closed contour vanishes. Now consider : the integrand has a simple pole at (inside ), residue , so the integral is .
Try it
- Evaluate . (Hint: the integrand has simple poles at , both inside . Find the residues and add.)
- Predict first: what is ? Apply the derivative form of Cauchy's formula with , , .
- Compute the residue of at . (Hint: expand in Taylor series and find the coefficient of .)
- Use the residue theorem to evaluate the real integral by closing the contour in the upper half-plane. (The answer is , obtained from the single residue at .)
A trap to watch for
The residue formula is correct ONLY at a simple pole. At a pole of order , you must differentiate times and divide by . Beginners habitually skip this step on double poles like and get the wrong answer. Sanity check: at a simple pole, from the Laurent series; at a double pole, is still , but extracting it from requires one derivative. Always check the order of the pole first; do not autopilot the simple-pole formula.
What you now know
You can recognize when Cauchy's theorem zeros out an integral, apply the integral formula to extract from boundary data, and compute residues at simple and higher-order poles. The next section turns to power series: Taylor expansions inside disks of analyticity, Laurent expansions around isolated singularities, and the classification of singularities via the negative-power tail.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed: But Need to Know for Graduate School. Cambridge University Press, §9.4-9.5.
- Ahlfors, L. V. (1979). Complex Analysis (3rd ed.). McGraw-Hill, ch. 4.
- Stein, E. M., Shakarchi, R. (2003). Complex Analysis. Princeton University Press, ch. 2-3.
- Conway, J. B. (1978). Functions of One Complex Variable I (2nd ed.). Springer, ch. 4-5.
- Brown, J. W., Churchill, R. V. (2014). Complex Variables and Applications (9th ed.). McGraw-Hill, ch. 4-6.