Please note: this question was asked before, but the solution provided does not work as far as I know; see How to find the number of roots using Rouche theorem?
We have $f(z) = z^{10} + 10z + 9$ and have to use Rouché's theorem to estimate the number of zeroes in $D(0,1)$. The theorem requires that we find a $g(z)$ for which
$|f(z)-g(z)|<|f(z)|+|g(z)|$ for all $z \in \partial D(0,1)$.
Just like in the aforementioned question, I wanted to divide by a factor $(z+1)$, and use Rouché's theorem on $h(z) = f(z)/(z+1)$ and $g(z) = 9$. However, if $z = -1$, then $|h(z)-g(z)| = 9$ and $|h(z)|+|g(z)| = 9$, so we do not have a strict inequality.
The reason for this is that $-1$ is a zero of multiplicity $2$ in $f(z)$. I then thought that dividing by $(z+1)$ again would help me, but now I am left with having to prove that
$|z^8 - 2z^7+3z^6-4z^5+5z^4-6z^3+7z^2-8z| < |z^8 - 2z^7+3z^6-4z^5+5z^4-6z^3+7z^2-8z+9| + |9|$ for all $z \in \partial D(0,1)$.
Maple and Wolfram both agree this is valid for all $z \in \partial D(0,1)$, but how do I prove this? Or is there a better function $g(z)$ that I can use?
Thanks