Complex zeros of the polynomials $\sum_{k=0}^{n} z^k/k!$, inside balls

It was proved by K. S. K. Iyengar in 1938 [1] that every zero of the polynomial

$$s_n(z) = \sum_{k=0}^{n} \frac{z^k}{k!}$$

lies in the annulus

$$\frac{n}{e^2} < |z| < n.$$

A much stronger result was proved in 1966 by Buckholtz [2], namely that the rescaled polynomials $s_n(n z)$ have no zeros in the region

$$ \left\{ z \in \mathbb{C} \,\colon \left|z e^{1-z}\right| \leq 1 \,\,\text{ and }\,\, |z| \leq 1 \right\}. $$

As the proof is short and sweet I will include it here.

Proof: Let $z \in \mathbb{C}$ with $|z| \leq 1$ and $\left|z e^{1-z}\right| \leq 1$. Then

$$\begin{align*} \left|1 - e^{-nz} s_n(nz)\right| &= \left|e^{-nz} \sum_{k=n+1}^{\infty} \frac{n^k z^k}{k!} \right| \\ &= \left|\left(z e^{1-z}\right)^n e^{-n} \sum_{k=n+1}^{\infty} \frac{n^k z^{k-n}}{k!} \right| \\ &\leq e^{-n} \sum_{k=n+1}^{\infty} \frac{n^k}{k!} \\ &= 1 - e^{-n} s_n(n) \\ &< 1. \end{align*}$$

Having $s_n(nz) = 0$ here would contradict this inequality.

Q.E.D.

This bound is sharp in the sense that the limit points of the zeros of $s_n(n z)$ are precisely the points in the set

$$ \left\{ z \in \mathbb{C} \,\colon \left|z e^{1-z}\right| = 1 \,\,\text{ and }\,\, |z| \leq 1 \right\}. $$

This is known as the Szegő curve.

References:

[1] K. S. K. Iyengar, A note on the zeros of $\sum_{r=0}^{n} \frac{x^r}{r!} = 0$, The Mathematics Student 6 (1938), pp. 77-78.

(As the above paper apparently doesn't exist electronically I have transcribed it here.)

[2] J. D. Buckholtz, A characterization of the exponential series, The American Mathematical Monthly 73 (1966), no. 4, part II, pp. 121–123.


Here's another approach using Rouche's Theorem:

Let $f(z) = \frac{p_n(z)}{e^Z}$, and $g(z) = 1$. Note that $z \mapsto e^z$ has no zeros. Since convergence is uniform on compact sets (in this case $\bar B_r(0)$), we can choose $n$ large enough so that $|f(z) -1| <1$, $\forall z \in \bar B_r(0)$ (clearly $f$ has no zeros or poles on the circle of radius $r$). Then by Rouche's Theorem, $Z_f-P_f = Z_g-P_g$ (zeros and poles of $f,g$). Since $P_f=Z_g=P_g=0$, we have $Z_f = 0$, from which the result follows.


Using complex analysis, you can prove that the convergence of the series $$ \sum_{k=0}^{\infty} \frac{z^k}{k!} $$ is uniform over any disk centered at $0$. Therefore, given $r$, for every $\varepsilon > 0$, there exists $N$ such that for all $n > N$ and all $|z| < r$, we have $|p_n(z) - e^z| < \varepsilon$. Therefore it suffices to put $e^z$ "away from zero in $B_r(0)$" to win this.

Now given $z = x + iy$, you know that $e^z = e^x(\cos y + i \sin y)$ by Euler's formula, hence $|e^z| > \varepsilon$ if and only if $e^x > \varepsilon$, which means $x > \log(\varepsilon)$. So given a good choice $\varepsilon$ this could work. Take an arbitrary $r > 0$, and let $\varepsilon(r) = e^{-r}$. Therefore, for $x > -r$ and $n > N$, we have $|e^z| > \varepsilon$ and $|p_n(z) - e^z| < \varepsilon$, which means $$ |p_n(z)| \ge |e^z| - |e^z - p_n(z)| = |e^x| - |e^z - p_n(z)|> \varepsilon - \varepsilon = 0. $$

Here's how I started : an attempt of a sketch of a proof (I don't know if the details work out very well and short, but I gave it a try)

$$ \sum_{k=0}^{\infty} \frac{z^k}{k!} = e^z = \lim_{n \to \infty} \left( 1 + \frac zn \right)^n $$ Therefore it seems reasonable to expect (because the expansion of the polynomial on the right is quite similar to the series on the left) that to put lower bounds on the size of the LHS, we could use estimates on the RHS. This would give $$ \left| \sum_{k=0}^n \frac{z^k}{k!} \right| \cong \left| \left( 1 + \frac zn \right)^n \right| = \left| 1 + \frac zn \right|^n $$ which you can easily bound below if you have choice on $n$.

For instance, $$ \left(1 + \frac zn \right)^n = \sum_{k=0}^n \binom nk z^k = \sum_{k=0}^n \frac{n!}{k!(n-k)!}z^k = \sum_{k=0}^n \frac{n!}{(n-k)!} \frac{z^k}{k!} $$

After a while, I believed using the uniform convergence of the series was probably a better way to go and I left this approach behind, because the large coefficients in the latter sum $(n!/(n-k)!)$ made me lose faith in it ; I didn't believe I could prove the $\cong$ part easily without using the convergence in the series, so I just let it go.

Hope that helps,