0

Polynomial $W(z) \in \mathbb{C}$ is defined by equation $$ W(z)=1+\sum_{k=1}^{2019} \frac{z^{k}}{k !} $$ prove that if $z \in \mathbb{C}$ and $|z|<10,$ then $W(z) \neq 0$

I need help and some hint. Can you take me some of first step to solution?

Blabla
  • 857
  • 6
  • 13

1 Answers1

1

Of course $e^z$ does not vanish over $|z|<10$, so if we manage to prove that $|W(z)-e^z|<e^{-10}$ over $|z|<10$ we are done. $W(z)-e^z$ is an entire function, so by the maximum modulus principle we only need to check its values over $|z|=10$. In such a case

$$ \left|e^z-W(z)\right| = \left|\sum_{k\geq 2020}\frac{z^{k}}{k!}\right|=10^{2020}\left|\sum_{h\geq 0}\frac{z^h}{(2020+h)!}\right|\leq\frac{10^{2020}}{2020!}\sum_{h\geq 0}\frac{10^h}{2020^h}=\frac{10^{2020}}{2020!\left(1-\frac{1}{202}\right)} $$ so it is enough to prove $$ 10^{2020} e^{10} < 2020!\frac{201}{202}. $$ Since $ 2020!> 2020^{2020} e^{-2020} $ it is enough to prove $$ 201\cdot 202^{2019} > e^{2030} $$ or $$ 2019 \log(202)+\log(201) > 2030, $$ which is blatantly true.

Jack D'Aurizio
  • 353,855