How to show that $\sum_{n=1}^{\infty}\frac{x^n}{n!}$ does not converge uniformly on the set $(0,+\infty)$?

175 Views Asked by At

Show that the series does not converge uniformly: $$ \sum_{n=1}^{\infty}\frac{x^n}{n!},\ \ \ x\in E=(0,+\infty) $$

Well, here is what I did: $$ \frac{x^n}{n!}=u_n(x)\Rightarrow \lim_{n\rightarrow\infty}\frac{u_{n+1}(x)}{u_n(x)}=\lim_{n\rightarrow\infty}\frac{x}{n+1}=0\ \ \ \forall x\in E \Rightarrow\\ \Rightarrow\sum_{n=1}^{\infty}\frac{x^n}{n!}\ \ \text{converges by the ratio test.}\\ \text{Now let's check uniform convergence:}\\ r_n(x)=S(x)-S_n(x)=\sum_{k=n+1}^{\infty}\frac{x^k}{k!},\ \ \lim_{n\rightarrow\infty}\sup_{x\in E}|r_n(x)|\ne0\Rightarrow\\ \Rightarrow \sum_{n=1}^{\infty}\frac{x^n}{n!}\ \ \text{does not converge uniformly.} $$ The question is how to prove that $\lim_{n\rightarrow\infty}\sup|r_n(x)|\ne0$?

3

There are 3 best solutions below

0
On BEST ANSWER

With $f_m(x)=\sum_{n=0}^mx^n/n!$ and $f(x)=\lim_{m\to \infty}f_m(x)$ we have for $m>0$ that $$\sup_x|f_m(x)-f(x)|\ge |f_m(m)-f(m)|=\sum_{n=m+1}^{\infty}m^n/n!>$$ $$>m^{m+1}/(m+1)!=(m/(m+1))\cdot(m^m/m!)\ge (m/(m+1)\ge 1/2.$$

0
On

If a series of functions $\sum u_n(x)$ converges uniformly, then its finite sums $S_N(x) = \sum_{i=1}^N u_n(x)$ are uniformly Cauchy. In particular $\Vert S_{n+1} - S_n \Vert_\infty$ converges to zero. Which is not the case here as $\frac{x^n}{n!}$ is unbounded on $[0, \infty)$.

And if you want to go precisely in the direction of your question, you have:

$$r_n(2n+2) \ge \frac{(2n+2)^{n+1}}{(n+1)!} \ge \frac{2n+2}{n+1} \ge 2$$

2
On

Observe that $$ r_n(x)\geq\frac{x^{n+1}}{n!}. $$ If the series were to converge uniformly, for any $\varepsilon>0$, there would be some $N\in\mathbb{N}$ such that $|r_n(x)|<\varepsilon$ for all $n>N$ and $x$. Since $$\lim_{x\rightarrow\infty}r_n(x)\geq\lim_{x\rightarrow\infty}\frac{x^{n+1}}{n!}=\infty,$$ this does not happen and the convergence is not uniform.

Note, alternatively (following the setup in the question), $$ \lim_{n\rightarrow\infty}\sup_{x\in(0,\infty)}|r_n(x)|\geq\lim_{n\rightarrow\infty}\sup_{x\in(0,\infty)}\frac{x^{n+1}}{n!}=\lim_{n\rightarrow\infty}\infty. $$