Why does $\;\lim_{n\to \infty }\frac{n}{n!^{1/n}}=e$?

207 Views Asked by At

I have tried to show that this limit : $$\lim\limits_{n\to \infty }\frac{n}{n!^{\frac 1 n}}=e$$

using $ \lim (1+\frac 1 n)^{\frac 1 n} , n \to \infty $ , I don't find any equivalence , however wolfram alpha says that is $e$ as shown here, then how do I evaluate it ?

3

There are 3 best solutions below

0
On BEST ANSWER

As an alternative without Stirling, note that

$$\frac{n}{n!^{\frac 1 n}}=\left(\frac{n^n}{n!}\right)^{\frac 1 n}=(a_n)^\frac1n$$

and

$$\frac{a_{n+1}}{a_n}=\frac{(n+1)^{n+1}}{(n+1)!}\frac{n!}{n^n}=\left(1+\frac1n\right)^n\to e$$

then by ratio-root criterion $\frac{n}{n!^{\frac 1 n}}\to e$.

3
On

By Stirling's approximation

$$n! \sim \sqrt{2 \pi n}\left(\frac{n}{e}\right)^n$$

then

$$\frac{n}{n!^{\frac 1 n}}\sim \frac{n}{(\sqrt{2 \pi n})^\frac1n\left(\frac{n}{e}\right)}\to e$$

2
On

We have: $\displaystyle \lim_{n \to \infty} -\dfrac{1}{n}\displaystyle \sum_{k=1}^n \ln \left(\dfrac{k}{n}\right)= -\displaystyle \int_{0}^1\ln xdx=1\implies \displaystyle \lim_{ n\to \infty} \ln\left(\dfrac{n}{n!^{1/n}}\right)=1\implies \displaystyle \lim_{n \to \infty} \dfrac{n}{n!^{1/n}}=e$.