MethodMath
LH
Apr 17, 2026

How to use the argument principle to count zeros and poles of a complex function?

I am studying complex analysis and I learned the argument principle:

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

where NN is the number of zeros inside CC, PP is the number of poles inside CC (counting multiplicities), and ff is meromorphic on and inside CC.

My questions:

  1. What is the intuition behind this formula? Why does f(z)/f(z)f'(z)/f(z) capture zeros and poles?
  2. How can I use Rouché's theorem to determine the number of zeros of f(z)=z5+3z2+1f(z) = z^5 + 3z^2 + 1 in z<1|z| < 1?
  3. What is a concrete application of the argument principle in control theory or signal processing?
  4. How does the argument principle relate to the winding number?

I need examples that show the practical use of these powerful theorems.

1 answers20 views
Loading comments...

1 Answer

DS
Dr. Sarah MitchellApr 17, 2026 Accepted
**Intuition:** Near a zero of order $m$ at $z_0$, $f(z) \approx (z-z_0)^m g(z)$, so $f'(z)/f(z) \approx m/(z-z_0)$. The integral picks up $2\pi i \cdot m$. Near a pole of order $p$, the contribution is $-2\pi i \cdot p$. **Example using Rouché's Theorem:** Rouché's theorem: If $|f(z) - g(z)| < |g(z)|$ on a closed contour $C$, then $f$ and $g$ have the same number of zeros inside $C$. Count zeros of $f(z) = z^5 + 3z^2 + 1$ in $|z| < 1$. Let $g(z) = 3z^2$. On $|z| = 1$: $$|f(z) - g(z)| = |z^5 + 1| \leq |z|^5 + 1 = 2$$ $$|g(z)| = 3|z|^2 = 3$$ Since $2 < 3$, Rouché applies. $g(z) = 3z^2$ has 2 zeros (at $z = 0$, multiplicity 2), so $f(z)$ also has 2 zeros in $|z| < 1$. **Application in Control Theory:** The Nyquist stability criterion uses the argument principle. The function $1 + G(s)H(s)$ is mapped as $s$ traverses the Nyquist contour. The number of encirclements of the origin equals $Z - P$ (zeros minus poles in the right half-plane), determining system stability. **Argument Principle and Winding Number:** The argument principle can be rewritten as: $$\frac{1}{2\pi} \Delta_C \arg(f(z)) = N - P$$ where $\Delta_C \arg(f(z))$ is the net change in the argument of $f(z)$ as $z$ traverses $C$. This is exactly the winding number of the curve $f(C)$ around the origin. The argument principle says the winding number counts the difference between zeros and poles inside $C$.
Loading comments...
Login or Register to post an answer