I am working the next problem:
Consider the polynomials $$ p_n(z)=\sum_{j=0}^{n}\frac{z^j}{j!} $$ For $n \geq 2$, show that if $a \in \mathbb{C}$ is such that $|a|=1$ or $|a|=n$, then $p_n(a)\neq 0$
For the case $|a|=1$, I think i have a partial solution: Suppose that $a\in \mathbb{C}$ is such that $p_n(a)=0$ and $|a|=1$, then by the revers triangle inequality $$ 0 = | p_n(a)| > \left| 1 - \left|a+\frac{a^2}{2}+\cdots+\frac{a^n}{n!}\right|\right| $$ which is a contradiction, because since $n\geq 2$, the RHS of the last inequality must be positive (I said partial solution because I am not sure how to prove this, I am almost sure that this follows because $| a + \cdots a^n/n!|>1$ if $n\geq 2$ but I can't prove that either) EDIT: According to the comments this is wrong, so my question now extends to both cases!.
For the case $|a|=n$, i tried something similar but it gets worst.
My questions are: 1) Is my approach for the first case correct? If it is, how can I prove the details I am missing, and if is not how can I approach it? 2) How can I approach the second case ? Any help or hints will be very appreciated