🧮 Brain Teaser

The Argument Principle: Counting Zeros by Winding

Let ff be a meromorphic function on a domain containing the closed disk D\overline{D}, with no zeros or poles on the boundary circle γ=D\gamma = \partial D. Define the logarithmic derivative integral:

NP=12πiγf(z)f(z)dz,N - P = \frac{1}{2\pi i} \oint_\gamma \frac{f'(z)}{f(z)}\, dz,

where NN is the number of zeros of ff inside DD (counted with multiplicity) and PP is the number of poles (counted with multiplicity).

Problem: Use this principle to determine how many zeros the function

f(z)=z45z+1f(z) = z^4 - 5z + 1

has inside the annulus 1<z<21 < |z| < 2.

(Hint: Apply the argument principle on each boundary circle separately, using Rouché's theorem to count zeros on z=1|z|=1 and z=2|z|=2 separately.)

argument principleRouché's theoremwinding numberzeros of polynomialslogarithmic derivative

Answer: Argument Principle: Zeros in an Annulus

Key Idea / Intuition

The argument principle says that 12πiffdz\frac{1}{2\pi i}\oint \frac{f'}{f}\,dz counts how many times f(z)f(z) winds around the origin as zz traverses γ\gamma — each zero contributes +1+1 winding and each pole contributes 1-1. To count zeros in an annulus, simply apply Rouché on the outer circle z=2|z|=2 and inner circle z=1|z|=1 separately, then subtract. Rouché's theorem tells us: if one term dominates on the boundary, the total zero count equals the zero count of the dominant term.


Formal Proof / Solution

Step 1: Zeros inside z<2|z| < 2

On z=2|z| = 2, compare f(z)=z45z+1f(z) = z^4 - 5z + 1 by isolating the dominant term z4z^4:

5z+15z+1=5(2)+1=11,|{-5z + 1}| \leq 5|z| + 1 = 5(2) + 1 = 11, z4=16.|z^4| = 16.

Since 16>1116 > 11, by Rouché's theorem, f(z)f(z) has the same number of zeros inside z<2|z| < 2 as z4z^4, which is 4\mathbf{4} zeros (with multiplicity).

Step 2: Zeros inside z<1|z| < 1

On z=1|z| = 1, compare f(z)=z45z+1f(z) = z^4 - 5z + 1 by isolating 5z-5z as the dominant term:

z4+1z4+1=1+1=2,|z^4 + 1| \leq |z|^4 + 1 = 1 + 1 = 2, 5z=5.|-5z| = 5.

Since 5>25 > 2, by Rouché's theorem, f(z)f(z) has the same number of zeros inside z<1|z| < 1 as 5z-5z, which is 1\mathbf{1} zero (at the origin).

Step 3: Zeros in the annulus

The number of zeros of ff in the open annulus 1<z<21 < |z| < 2 is:

(zeros inside z<2)(zeros inside z1).(\text{zeros inside } |z|<2) - (\text{zeros inside } |z| \leq 1).

We need to check: does ff have a zero on z=1|z|=1? If z=1|z|=1 and f(z)=0f(z)=0, then z4+1=5zz^4 + 1 = 5z, so 5z=5|5z| = 5 but z4+12|z^4+1| \leq 2, a contradiction. So no zeros lie on z=1|z|=1.

Therefore:

zeros in annulus=41=3.\text{zeros in annulus} = 4 - 1 = \boxed{3}.

Summary of the Argument Principle in action

The logarithmic derivative ff\frac{f'}{f} has simple poles exactly at the zeros and poles of ff, with residue +ord+\text{ord} at zeros and ord-\text{ord} at poles. Integrating picks up exactly these residues via the residue theorem:

12πiγf(z)f(z)dz=zerosord(zk)polesord(pk)=NP.\frac{1}{2\pi i}\oint_\gamma \frac{f'(z)}{f(z)}\,dz = \sum_{\text{zeros}} \text{ord}(z_k) - \sum_{\text{poles}} \text{ord}(p_k) = N - P.

This geometric interpretation — counting signed winding number of the image curve f(γ)f(\gamma) around 00 — is the heart of the argument principle.

Source: Complex Analysis, Stein & Shakarchi, Chapter 3

Type: Complex AnalysisSource: Complex Analysis, Stein & Shakarchi, Chapter 3Edit on GitHub ↗