Tuesday, May 22, 2018

Upper bound on the magnitude of the roots of a complex polynomial



Problem:



Let z0 be a root of the complex polynomial zn+an1zn1+...+a0 (akC).

Prove that |z0|ζ, where ζ is the only positive root of zn|an1|zn1...|a0|.



(the preceding problem - which I've solved - was to prove that the second polynomial has in fact exactly one positive root; to be precise we'd have to assume that at least one of the ai are not equal to 0 or allow the root to be zero)



I have no idea how to approach this problem. The statement seems to be that "for given nonnegative real ai the complex polynomial with the greatest root whose coefficients are of magnitude ai is zn...a0", and I've tried proving this by "rotating" the coefficients one by one and observing how the roots behave, but I've had no success. (maybe it's just because I have no experience at all with complex polynomials)



I haven't studied complex analysis, so it would be great to find a solution that doesn't use results from that area. Hints would be great as well. :)


Answer



If z0 is a root then zn0=a0++an1zn10. Now the triangle inequality says that |z0|n|a0|++|an1||z0|n1.




Since for positive real x, xn|a0||an1|xn1 has a unique root ζ, this quantity is negative for 0xζ and positive for xζ.



This shows that |z0|ζ.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...