Complex Analysis – Find Number of Roots of a Polynomial Using Rouche’s Theorem

analyticitycomplex-analysispolynomialsroots

Use Rouche's theorem to find the number of roots of the polynomial $z^5+3z^2+1$ in the anulus $1<|z|<2$.

I am looking for a solution to this problem.


My thoughts:

This is a topic that was explained rather quickly at the end of class last week, and I'm struggling on how to answer it. I know that Rouche's Theorem says: If $f$ and $h$ are each functions that are analytic inside and on a simple closed contour C and if the strict inequality $|h(z)|<|f(z)|$ holds at each point on C, then $f$ and $f+h$ must have the same total number of zeros inside C.

My confusion with this problem begins with the fact that the theorem is describing two functions and I've only been given one. I believe that I can split up the function I've been given into two analytic functions and approach it with the theorem that way; but I'm not sure how to decide what to split the function into.

Best Answer

I don't think that there is a fixed method how you can always proceed. Generally, one tries to find a "dominant" term. In this case, the trick is to consider your polynomial in the circles $|z| < 1 $ and $|z| < 2 $ separately.

For $|z| = 1 $, $$ |z^5 + 1| \le 1 + 1 = 2 < 3 = |3z^2| \, , $$ so you can choose $h(z) = z^5+1$ and $f(z) = 3z^2$ and conclude that $z^5+3z^2+1$ has 2 zeros in $|z| < 1 $.

For $|z| = 2 $, $$ |3z^2 + 1| \le 3 \cdot 4 + 1 = 13 < 32 = |z^5| \, , $$ so you can choose $h(z) = 3z^2 + 1$ and $f(z) = z^5$ and conclude that $z^5+3z^2+1$ has 5 zeros in $|z| < 2 $.

Related Question