4.10.3Advanced Topics (Elite Level)

Cauchy's integral theorem and formula

1,721 words8 min readdifficulty · medium3 backlinks

1. Setup: what objects are we even talking about?

WHY this matters: real differentiability only checks left/right. Complex differentiability demands the same limit from every direction — a far stronger constraint. That extra rigidity is the engine behind every theorem below.


2. The Cauchy–Riemann equations (where rigidity is born)

Write f(z)=u(x,y)+iv(x,y)f(z)=u(x,y)+iv(x,y) with z=x+iyz=x+iy.

Approach the limit along the real axis (h=Δxh=\Delta x real): f(z)=ux+ivxf'(z)=\frac{\partial u}{\partial x}+i\frac{\partial v}{\partial x}

Approach along the imaginary axis (h=iΔyh=i\,\Delta y): f(z)=1i(uy+ivy)=vyiuyf'(z)=\frac{1}{i}\Big(\frac{\partial u}{\partial y}+i\frac{\partial v}{\partial y}\Big)=\frac{\partial v}{\partial y}-i\frac{\partial u}{\partial y}

These must be equal, so matching real and imaginary parts:

WHY this is the key lemma: these equations are exactly the condition that makes the contour integral curl-free, which is what kills the loop integral.


3. Deriving Cauchy's Theorem from scratch

HOW we derive it (via Green's theorem — the honest route):

Write f=u+ivf=u+iv, dz=dx+idydz=dx+i\,dy. Then γfdz=γ(u+iv)(dx+idy)=(udxvdy)real part+i(vdx+udy)imag part\oint_\gamma f\,dz=\oint_\gamma (u+iv)(dx+i\,dy)=\underbrace{\oint (u\,dx-v\,dy)}_{\text{real part}}+i\underbrace{\oint (v\,dx+u\,dy)}_{\text{imag part}}

Apply Green's theorem (Pdx+Qdy)=R(xQyP)dA\oint (P\,dx+Q\,dy)=\iint_R\big(\partial_x Q-\partial_y P\big)\,dA to each:

  • Real part: P=u, Q=vP=u,\ Q=-v gives (vxuy)dA\iint(-v_x-u_y)\,dA.
  • Imag part: P=v, Q=uP=v,\ Q=u gives (uxvy)dA\iint(u_x-v_y)\,dA.

WHY "simply connected" is non-negotiable: Green's theorem needs ff holomorphic on the whole region RR enclosed by γ\gamma. One hole (a point where ff blows up) and the argument breaks — which is precisely why the next formula is nonzero.


4. Cauchy's Integral Formula

HOW we derive it: The integrand f(z)za\dfrac{f(z)}{z-a} is holomorphic everywhere inside γ\gamma except at z=az=a. Deform γ\gamma to a tiny circle CεC_\varepsilon of radius ε\varepsilon centred at aa (legal, because in the region between them the integrand is holomorphic → Cauchy's theorem makes the difference vanish): γf(z)zadz=Cεf(z)zadz.\oint_\gamma \frac{f(z)}{z-a}\,dz=\oint_{C_\varepsilon}\frac{f(z)}{z-a}\,dz.

On CεC_\varepsilon put z=a+εeiθz=a+\varepsilon e^{i\theta}, dz=iεeiθdθdz=i\varepsilon e^{i\theta}\,d\theta: Cεf(z)zadz=02πf(a+εeiθ)εeiθiεeiθdθ=i02πf(a+εeiθ)dθ.\oint_{C_\varepsilon}\frac{f(z)}{z-a}\,dz=\int_0^{2\pi}\frac{f(a+\varepsilon e^{i\theta})}{\varepsilon e^{i\theta}}\,i\varepsilon e^{i\theta}\,d\theta = i\int_0^{2\pi} f(a+\varepsilon e^{i\theta})\,d\theta.

Let ε0\varepsilon\to 0; by continuity f(a+εeiθ)f(a)f(a+\varepsilon e^{i\theta})\to f(a): =i2πf(a)=2πif(a).= i\cdot 2\pi\, f(a)=2\pi i\,f(a).

Divide by 2πi2\pi i. Done.

Figure — Cauchy's integral theorem and formula

5. Worked Examples


6. Common Mistakes (Steel-manned)


7. Flashcards

What is the value of γfdz\oint_\gamma f\,dz for ff holomorphic on a simply connected domain?
00 (Cauchy's Integral Theorem).
State Cauchy's Integral Formula.
f(a)=12πiγf(z)zadzf(a)=\frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{z-a}\,dz for aa inside γ\gamma.
What two conditions are required for Cauchy's theorem?
ff holomorphic on the region, and the domain simply connected (no enclosed singularities).
Which theorem reduces fdz\oint f\,dz to a double integral that vanishes by Cauchy–Riemann?
Green's theorem.
State the Cauchy–Riemann equations.
ux=vyu_x=v_y and uy=vxu_y=-v_x.
Value of z=1dzz\oint_{|z|=1}\frac{dz}{z}?
2πi2\pi i.
Generalized formula for the nn-th derivative?
f(n)(a)=n!2πiγf(z)(za)n+1dzf^{(n)}(a)=\frac{n!}{2\pi i}\oint_\gamma \frac{f(z)}{(z-a)^{n+1}}\,dz.
Why are holomorphic functions infinitely differentiable?
The integral formula expresses f(n)f^{(n)} as a contour integral of ff, valid for all nn.
Compute z=2ezz1dz\oint_{|z|=2}\frac{e^z}{z-1}dz.
2πie2\pi i\,e.

Recall Feynman: explain it to a 12-year-old

Imagine a perfectly smooth trampoline with no rips. If you walk around in a closed loop on it and add up the tilts you feel, you end up exactly where you started — total change is zero. That's Cauchy's theorem. Now the spooky part: if the trampoline is smooth inside a fenced circle, then just by feeling the height along the fence you can calculate the exact height at any point inside — you never need to step in! That's the integral formula. Smooth complex functions are so well-behaved that the edge secretly knows the whole inside.

Connections

  • Cauchy-Riemann equations — the lemma that powers everything.
  • Green's theorem — the bridge from contour to area integral.
  • Residue theorem — the grand generalization for many poles.
  • Laurent series — how the 1/(za)n+11/(z-a)^{n+1} terms arise.
  • Liouville's theorem — bounded entire functions are constant, a direct corollary.
  • Maximum modulus principle — another rigidity consequence.

Concept Map

limit same all directions

forces

makes integrand curl-free

converts loop to area integral

no holes required for

leads to

extra constraint gives

expresses

Complex differentiability

Holomorphic function

Simply connected domain

Cauchy-Riemann equations

Green's theorem

Cauchy Integral Theorem loop = 0

Rigidity boundary determines interior

Cauchy Integral Formula

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, complex analysis ka sabse khoobsurat result yahi hai. Agar koi function f(z)f(z) ek region me holomorphic hai (matlab complex derivative har direction se exist karta hai) aur region me koi "hole" ya singularity nahi hai, toh us function ka closed loop ke around integral hamesha zero hota hai: γfdz=0\oint_\gamma f\,dz=0. Iska reason simple hai — Cauchy-Riemann equations ko Green's theorem me daalo, dono area-integrand exactly cancel ho jaate hain. Bas, theorem proved.

Asli jaadu Cauchy's Integral Formula me hai. Agar point aa loop ke andar hai, toh f(a)=12πiγf(z)zadzf(a)=\frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{z-a}\,dz. Matlab sirf boundary par function ki values jaanke, andar ki har value nikal sakte ho! Holomorphic functions itne "rigid" (kadak) hote hain ki edge poora inside bata deta hai. Aur ek aur bonus: isse prove ho jaata hai ki holomorphic function infinitely differentiable hota hai — ek baar differentiable, toh hamesha smooth.

Problem solve karte waqt do hi cheez yaad rakho. Pehla: loop ke andar koi singularity nahi → answer 00. Doosra: andar singularity aa hai → answer 2πin!f(n)(a)\frac{2\pi i}{n!}f^{(n)}(a), jahan pole ka order n+1n+1 hai. Jaise z=1dzz=2πi\oint_{|z|=1}\frac{dz}{z}=2\pi i kyunki z=0z=0 andar hai. Galti sabse common yahi hoti hai ki log 1/z1/z ko "nice function" samajh ke zero bol dete hain — par z=0z=0 par toh woh blow up karta hai, isliye theorem lagta hi nahi, formula lagta hai. Yeh do moves se 80% exam questions ban jaate hain.

Go deeper — visual, from zero

Test yourself — Advanced Topics (Elite Level)

Connections