2

I need to prove that :

$$\lim_{n \to \infty} \frac{x^n}{n!}=0$$

I tried to prove it using epsilon-delta, but I still haven't managed to prove it.

I think that maybe with sandwich theorem it possible to prove it.

Any help will be appreciated.

JaVaPG
  • 2,716

2 Answers2

7

Hint:

$$\lim_{n\to\infty} \frac{x^{n+1}}{(n+1)!}\frac{n!}{x^n} = \lim_{n\to\infty} \frac{x}{n+1} = 0 <1 $$

Aaron Maroja
  • 17,571
2

Let $n_0$ be such that $|x|<n_0$. Then $|\lim_{n\geq 1}\frac {x^n}{n!}|=|\frac{x^{n_0-1}}{(n_0-1)!} \lim_{n\geq n_0}\frac {x^{n-n_0+1}}{n_0\cdots n}|\leq |\frac{x^{n_0-1}}{(n_0-1)!} \lim_{n\geq n_0}\left(\frac {x}{n_0}\right)^{n-n_0+1}| =0$