Show that there are exactly $8$ roots of the polynomial $z^{10} - 6z^9 + 6^9$ inside the disk of radius $6$ centered at the origin in the complex plane.
I am trying to use Rouche's theorem but am unable to find a suitable other function.
Show that there are exactly $8$ roots of the polynomial $z^{10} - 6z^9 + 6^9$ inside the disk of radius $6$ centered at the origin in the complex plane.
I am trying to use Rouche's theorem but am unable to find a suitable other function.
Note: Let us see the roots first and their modulus:
The problem is "hard to solve via Rouche's Theorem" because of the modulus of the last two roots, $$ a=x_9,\ \bar a=x_{10}\ , $$ (the two near $6\pm i$,) they are outside the circle, but they are very closed to the boundary. A perturbation of $f$ by using a suitable function $g$ such that using a continuous deformation of the coefficients from $f$ to $f+g$, for instance $t\to f+tg$, $t\in[0,1]$, which hopefully offers a better study for $f+g$,
is of course possible,
but showing "with bare hands" an inequality, constrained to use Rouche's Theorem, leads to a long search for a $g$ which also "almost vanishes" near $a$ (and $\bar a$).
The minimal value of $f$ on the boundary of the disc centered in $0$ with radius $6$ is (numerically) at most...
Sage code:
with results
and the value $77097,09\dots$ is small compared to $6^9$. One conclusion is that it may be difficult to find a solution, constrained by the condition to use Rouche's Theorem.
Numerically we have a "true proof", by computing integrals around each solution numerically to given precision, e.g. (using the pari/gp calculator)
and this isolates exactly one root of $f$ inside the disk centered in $-13/3+3i/2$ of radius one. In this century, this is a proof. (Similar proofs show that the Rieman zeta function has only predicted zeros in the critical strip up to "some human height".)
Similar integrals can locate the other roots.
My best try to solve the problem (humanly, but not using Rouche's Theorem) is as follows:
As in the comment of Lord Shark the Unknown, start with $f=0$, $$ z^{10}-6z^9 + 6^9=0\ ,$$ divide by $6^{10}$, and substitute $u=z/6$, the new equation is $$ u^{10}-u^9 + \frac 16=0\ ,$$ to be solved inside the unit circle.
Now multiply with $6$, divide by $u^{10}$ and substitute $w=1/z$, ($z=0$ is not a root,) to get the equation in $w$ $$ 6 - 6w + w^{10}=0\ ,$$ to be solve outside the unit circle. There should be eight solutions. Equivalently, we solve inside the unit circle, show, there are two solutions exactly. The situation is as follows:
Now show via analysis that for any $A\in (5,6]$ there is no solution of modulus one for the equation $$ w^{10} -6w+A=0\ .$$
(This is maybe connected with a study of the zeros of $\sin(10t) -6\sin(t)$.)
With this "cheat", we reach the limiting case $$ w^{10} -6w+5=0\ ,$$ which has the solution with multiplicity one $w=1$. By this deformation was to pass from the above distribution of zeros to the following one:
The progress is, that we have moved one the transcendental pair of complex conjugated roots "that hurts" first to a real "pair", the one for $A$ corresponding to $(w^{10}-6w+A)'=0$, i.e. $w_0=(6/10)^{1/9}$, $\displaystyle A_0=\left( 6-\frac 6{10}\right)\left( \frac 6{10}\right)^{1/9}$, then the pair splits in the real axis, till the the bigger one reaches the $1$.
If this "is O.K.", then we have to show that the quotient $$ \frac{ w^{10}-6w+A }{w-1} = w^9 + w^8 + w^7 + w^6 + w^5 + w^4 + w^3 + w^2 + w - 5 $$ has exactly one root in the unit disk. It is clear that there is exactly one real solution in the unit disk in the interval $(-1,1)$, monotony. We denote this solution by $b$. To have an idea about its magnitude,
so $0,8<b<0,9$. We divide the above with $(w-b)$, getting the equation $$ (1-b)w^8 +(1-b^2)w^7 +(1-b^3)w^6 +(1-b^4)w^5 +(1-b^5)w^4 +(1-b^6)w^3 +(1-b^7)w^2 +(1-b^8)w +(1-b^9) =0\ . $$ We have to show there are no solutions in the unit disk.
Here one "should be able" to apply Rouche's Theorem for passing from the above function corresponding to $b\approx 0.87947286761575\dots$ to the one corresponding to $$b^*=\frac 89\ .$$
The corresponding polynomial is now: $$ F=\frac {U(w)-U(8/9)}{w-8/9}\ , $$ where $$U=w^9 + w^8 + w^7 + w^6 + w^5 + w^4 + w^3 + w^2 + w\ .$$ This is $$F= w^{8} + \frac{17}{9} w^{7} + \frac{217}{81} w^{6} + \frac{2465}{729} w^{5} + \frac{26281}{6561} w^{4} + \frac{269297}{59049} w^{3} + \frac{2685817}{531441} w^{2} + \frac{26269505}{4782969} w + \frac{253202761}{43046721} \ .$$
Its roots are numerically
Now we consider the polynomial:
$$G= \left(w^2+\frac {22}9w+\frac 53\right) \left(w^2+\frac 43w+\frac 53\right) \left(w^2-\frac 29w+\frac {14}9\right) \left(w^2-\frac 53w+\frac 43\right) \ . $$ Its roots can be easily located. The difference $F-G$ is
which is "small", and maybe can be controlled with $F$ or $G$. (Else use a better approximation.)
Have to stop here.