Finding Zeroes of a Complex Polynomial Inside |z| < 1

  • Thread starter Thread starter Gauss M.D.
  • Start date Start date
  • Tags Tags
    Complex Polynomial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Gauss M.D.
Messages
151
Reaction score
1

Homework Statement



Find the number of zeroes of

p(z) = z^5 + 10z - 1

inside |z| < 1

Homework Equations





The Attempt at a Solution



Let f(z) = z^5
g(z) = 10z-1

On |z| = 1:

10|z| - 1< |10z-1| < 10|z| + 1 (is this true...?)

9 < |g(z)| < 11

|f(z)| = 1

So |g| > |f|, so f+g should have the same number of zeroes as f, which is five.

That's incorrect obviously. What am I doing wrong?
 
Physics news on Phys.org
Gauss M.D. said:

Homework Statement



Find the number of zeroes of

p(z) = z^5 + 10z - 1

inside |z| < 1

Homework Equations





The Attempt at a Solution



Let f(z) = z^5
g(z) = 10z-1

On |z| = 1:

10|z| - 1< |10z-1| < 10|z| + 1 (is this true...?)

Set [itex]z = Re^{i\theta}[/itex]. Then
[tex]|10z - 1|^2 = (10Re^{i\theta} - 1)(10Re^{-i\theta} - 1) = 100R^2 + 1 + 20R\cos\theta[/tex]
so that
[tex] 100R^2 - 20R + 1 \leq |10z - 1|^2 \leq 100R^2 + 20R + 1[/tex]
or
[tex] (10R - 1)^2 \leq |10z - 1|^2 \leq (10R + 1)^2[/tex]
so yes, it is true that [itex]10|z| - 1 \leq |10z-1| \leq 10|z| + 1[/itex].


9 < |g(z)| < 11

|f(z)| = 1

So |g| > |f|, so f+g should have the same number of zeroes as f, which is five.

That's incorrect obviously. What am I doing wrong?

You haven't applied Rouche's Theorem correctly: if [itex]|g| > |f|[/itex] on [itex]|z| = 1[/itex] then [itex]g[/itex] and [itex]f + g[/itex] have the same number of zeroes in [itex]|z| < 1[/itex].
 
But if |g| is between 9 and 11 and f is always 1, then f < g on |z| = 1. What's incorrect?
 
Gauss M.D. said:
But if |g| is between 9 and 11 and f is always 1, then f < g on |z| = 1. What's incorrect?

What's incorrect is your conclusion that f and f +g have the same number of zeroes. Rouche's Theorem is actually telling you that g and f + g have the same number of zeroes.
 
  • Like
Likes   Reactions: 1 person