I am given the following limit:
$\lim_{x \to \infty} \frac{a^{x+1}}{(x+1)!} $
I am aware that this limit approaches $0$ after plugging large enough numbers on the calculator, but I am looking for a more mathematical approach. Do I need to use L'Hôpital's rule for this as it looks like the fraction is approaching $\frac{\infty}{\infty}$? I'm unfamiliar with solving limits with factorials, so any help on this will be greatly appreciated!
If you expand it out as a product, notice $(x+1)! = (x+1)(x)(x-1) \cdots 2\cdot 1$ and $a^{x+1} = a\cdot a \cdot a \cdots a$ are both products with $x+1$ terms. Thus you can write the function as $$ \lim_{x\rightarrow\infty} \frac{a^{x+1}}{(x+1)!} = \lim_{x\rightarrow\infty} \frac{a}{1} \cdot \frac{a}{2} \cdot \frac{a}{3} \cdots \frac{a}{x-1} \cdot \frac{a}{x}\cdot \frac{a}{x+1} $$ Since $a$ is fixed, but $x$ goes to infinity, you are multiplying by smaller and smaller terms as $x$ increases. In fact, observe that all of the terms in the product are less than 1, except for those with denominator less than $a$. Thus if $x> a$, we have $$\frac{a^{x+1}}{(x+1)!} \le \frac{a^{\lfloor a \rfloor + 1}}{(\lfloor a \rfloor + 1)!} \cdot \frac{a}{x+1}$$ Since $a$ is fixed, and the left hand side is always nonnegative, you can use the squeeze theorem to show the limit is 0.
There's other ways to do it, but this is one simple way.