From what value of $a$ will the following series be divergent: $$\sum_{n=0}^{\infty} \dfrac{a^{n}}{n!}$$
2026-03-30 23:57:11.1774915031
On
From what value of $a$ the given series will be divergent?
48 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Let $$u_n=\frac{a^n}{n!}.$$ Then $$\left|\frac{u_{n+1}}{u_n} \right|=\left|\frac{a^na}{(n+1)n!}\cdot\frac{n!}{a^n}\right|=\frac{1}{n+1}|a|\to 0 \text{ as } n\to\infty$$
So, using the Ratio Test, the given series converges for all values of $a$. Therefore, no such value of $a$ the given series diverges.
Clearly the series converges for $\;a=0\;$ , and for $\;a\neq0\;$ we can use the $\;n\,-$th root test:
$$\lim_{n\to\infty}\sup\sqrt[n]{\frac{|a|^n}{n!}}=0\implies R=\infty$$
with $\;R=$ the convergence radius, so the series converges for all $\;a\in\Bbb C\;$ .
In fact, this is the series for $\;e^a\;$ ...