[Math] Roots of polynomial and unit circle

polynomialsroots

Let $$p(k)=a_0+a_1x+a_2x^2+a_3x ^3+\dots+a_kx^k$$
Is possible known just looking at the coefficients $a_0,a_1,\dots,a_k$ $(a_k\in\mathbb{R})$ if the polynomial $p(k)$ will have roots out of the unit circle for values of $k=2,3,4$?

EDIT: I'm asking about both complex and real roots and I want to know if there is a way to check if all the roots will be outside of the unit circle or in somehow verify that at least one of the roots will be inside the unit circle.

Best Answer

Firstly, to clarify - are you allowing complex roots or only real roots?

I do not know of an if or only if test. However, there are a couple of things that will help in some circumstances. Divide through by $a_k$ then:

  • $a_0$ is the product of the roots, so if it is outside the unit circle, then there must be a root also outside.
  • $a_1$ is the sum of the roots, so if its absolute is greater than k, then there must be a root outside the unit circle.

If this is a real life problem, then plugging your polynomial into a computer program is the way to go. If this is a question for mathematical interest, then I would be very interested to hear if someone knows a solution!