Are Complex Roots of a Polynomial Greater Than 1?

AI Thread Summary
The discussion focuses on proving that if a polynomial P(z) with positive coefficients has a complex root z0, then the modulus of z0 must be greater than 1. The initial approach involved assuming |z0| < 1, leading to a contradiction using the triangle inequality. By manipulating the polynomial equations, a contradiction was reached, confirming that |z0| cannot be less than 1. Attempts to show that |z0| = 1 also resulted in inconclusive outcomes. The conversation emphasizes the importance of the triangle inequality in establishing the required result.
kurnimaha
Messages
4
Reaction score
0

Homework Statement


Let a0 > a1 > a2 > ... > an > 0 be coefficients of a polynomial P(z) = a0 + a1z + a2z2 + ... + anzn. Let z0 be complex number such that P(z0) = 0. Show that |z0| > 1.


Homework Equations


Triangle inequality? Not sure if that's enough.


The Attempt at a Solution


I started with asumption that P(z0) = 0 with some |z0| < 1. Then I made a pair of equations:

z0P(z0) = 0
P(z0) = 0

Subtraction gives a new equation

z0P(z0) - P(z0) = 0

I rearranged the terms

-a0 + (a0 - a1)z0 + ... + (an-1 - an)z0n + anz0n+1 = 0

and took a modulus of it. Then by using triangle inequality (and the asumption that |z0| < 1) I got a contradiction 0 > 0. So the modulus of z0 must be greater or equal to 1.

For the second part of the task, I also tried a similar approach (assumed that |z0| = 1 and tried to make it lead to a contradiction) but couldn't get anything out of it. In the first part I needed the asumption that |z0| < 1 to get the contradiction 0 < 0. Now the same approach leads to inequality 0 \leq 0 which is true.

Any tips? :smile:
 
Physics news on Phys.org
Not sure if it will work, but I would try estimating it from below. That is, use the triangle inequality |a|-|b|\leq |a-b|.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top