What is $\lim_{n\to \infty}\frac {n!}{e^n} ? $
e.g the expression $\frac {n!}{e^n}$ approximates to what as n gets larger? Here I should use Stirling approximation which is $n!\approx \sqrt {2\pi n}(\frac {n}{e})^n$
How to approach now? Any suggestions?
A variant, using asymptotic equivalence.
First of all, note Stirling's formula is NOT a approximation formula, in the sense that the values of $n!$ and of the formula get closer and closer. Asymptotic equivalence simply means the ratio of both tends to$1$ as $n$ tends to $\infty$
We'll find the limit of the log using equivalence and Stirling's formula: $$\log\Bigl(\frac{n!}{\mathrm e^n}\Bigr)=\log(n!)-n\sim_\infty\log\bigl(\sqrt{2\pi}\bigr)+n\log n-2n.$$ Now, $\;\log\bigl(\sqrt{2\pi}\bigr)=o(n\log n)$ and $2n=o(n\log n)$, so $$\log\Bigl(\frac{n!}{\mathrm e^n}\Bigr)\sim_\infty n\log n\xrightarrow[n\to\infty]{}+\infty.$$