Is it possible to find the following using the squeeze/sandwich theorem? Think of the
$$\lim_{n\rightarrow\infty}\frac{n!}{n^n}$$
Is it possible to find the following using the squeeze/sandwich theorem? Think of the
$$\lim_{n\rightarrow\infty}\frac{n!}{n^n}$$
You can use Stirling's approximation to apply the squeeze theorem. However, you need more than the basic version. In particular, you need the approximation
$$ \sqrt{2\pi}\frac{n^{n+\frac{1}{2}}}{e^n}\leq n!\leq e\frac{n^{n+\frac{1}{2}}}{e^n}. $$
Therefore, $$ \sqrt{2\pi}\frac{\sqrt{n}}{e^n}\leq\sqrt{2\pi}\frac{n^{n+\frac{1}{2}}}{n^ne^n}\leq \frac{n!}{n^n}\leq e\frac{n^{n+\frac{1}{2}}}{n^ne^n}=e\frac{\sqrt{n}}{e^n} $$
Now, study the terms on the end.
Note: mfl's comment is a simpler approach.
https://en.wikipedia.org/wiki/Stirling%27s_approximation
– JC574 Oct 23 '16 at 11:04