Generally speaking, how does one handle a limit involving a factorial? Take, for example, the limit:
$$\lim_{n\to\infty} \frac{x^{n+1}}{(n+1)!}$$
According to WolframAlpha, this limit evaluates to $0$, which seems reasonable. How can this be determined?
$x^n$ is a $o( n! )$ (little o) which means that exponentials grow much slower than factorials.
https://en.wikipedia.org/wiki/Big_O_notation