Evaluate $$\lim_{n\to\infty}\frac{x^n}{n!}$$ where $x\in\mathbb R$
This is a common limit and has been asked and answered many times here on this site. However, I present another approach with Stolz-Cesaro($x\notin[-1,1]$. When $x\in[-1,1]$, the limit is trivially zero):
$$L=\lim_{n\to\infty}\frac{x^n}{n!}=\lim_{n\to\infty}\frac{x^{n+1}-x^n}{(n+1)!-n!}$$
$$L=\lim_{n\to\infty}\frac{x^n}{n!}\frac{(x-1)}{n}=L\frac{(x-1)}{n}$$
The above equation holds for all $x$ in domain only when $L=0$. Hence the limit is just $0$.
I have never seen Stolz-Cesaro being used this way to solve a limit, hence the lack of surety. It would be great to get this verified!
You have not proved that the limit exists, what Stolz-Cesaro criterion says is the following:
Let $\{a_n\}$ and $\{b_n\}$ be sequences, with $\{b_n\}$ monotone increasing and divergent. Then, if $$\lim_{n\rightarrow \infty}\frac{a_{n+1}-a_n}{b_{n+1}-b_n}=\lambda,\ \lambda \in \mathbb{R} \Rightarrow \lim_{n\rightarrow \infty}\frac{a_n}{b_n}=\lambda$$ In order to use it you would have to calculate the limit after the second $=$ and then the criterion would guarantee that the limit you are actually trying to calculate is equal.
The most immediate way to see why it is zero is to notice that you are trying to calculate the limit of the general term of a convergent series (in this case the expansion of $e^x$), so it has to be zero.