7

Possible Duplicate:
Finding the limit of $\frac {n}{\sqrt[n]{n!}}$

Evaluate $$\lim_{n \to \infty }\frac{(n!)^{1/n}}{n}.$$

Can anyone help me with this? I have no idea how to start with. Thank you.

JSCB
  • 13,456
  • 15
  • 59
  • 123

3 Answers3

7

Let's work it out elementarily by wisely applying Cauchy-d'Alembert criterion:

$$\lim_{n\to\infty} \frac{n!^{\frac{1}{n}}}{n}=\lim_{n\to\infty}\left(\frac{n!}{n^n}\right)^{\frac{1}{n}} = \lim_{n\to\infty} \frac{(n+1)!}{(n+1)^{(n+1)}}\cdot \frac{n^{n}}{n!} = \lim_{n\to\infty} \frac{n^{n}}{(n+1)^{n}} =\lim_{n\to\infty} \frac{1}{\left(1+\frac{1}{n}\right)^{n}}=\frac{1}{e}. $$

Also notice that by applying Stolz–Cesàro theorem you get the celebre limit:

$$\lim_{n\to\infty} (n+1)!^{\frac{1}{n+1}} - (n)!^{\frac{1}{n}} = \frac{1}{e}.$$

The sequence $L_{n} = (n+1)!^{\frac{1}{n+1}} - (n)!^{\frac{1}{n}}$ is called Lalescu sequence, after the name of a great Romanian mathematician, Traian Lalescu.

Q.E.D.

user 1591719
  • 44,216
  • 12
  • 105
  • 255
  • 2
    For those, like me, who didn't know what the "Cauchy-d'Alembert criterion" was, it seemingly says that $$\lim_{n \rightarrow \infty} (a_n)^{1/n} = \lim_{n \rightarrow \infty} \frac{a_{n+1}}{a_n}$$ – James Fennell Aug 04 '12 at 14:25
  • @ James Fennell: that's correct! – user 1591719 Aug 04 '12 at 14:37
  • 2
    @James Perhaps to be more precise, one should say that this equality holds provided the limit $\lim\limits_{n\to\infty} \frac{a_{n+1}}{a_n}$ exists. In the other words, the existence of $\lim\limits_{n\to\infty} \frac{a_{n+1}}{a_n}$ implies the existence of $\lim\limits_{n\to\infty} \sqrt[n]{a_n}$. More details can be found in the duplicate thread. – Martin Sleziak Aug 04 '12 at 15:06
3

We can use Stirling's Approximation for the factorial:

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

Therefore, your expression becomes:

$$\lim_{n\to\infty}{\left(\frac{1}{n}\left(\sqrt{2\pi n}\left(\frac{n}{\rm e}\right)^{n}\right)^{\frac{1}{n}}\right)}=\lim_{n\to\infty}{\left(\frac{1}{n}\frac{n}{\rm e}\sqrt[n]{\sqrt{2\pi n}}\right)}$$

We know that $\lim_{n\to\infty}{\sqrt[n]{an}}=1$, so we have:

$$\lim_{n\to\infty}{\left(\frac{1}{\rm e}\sqrt[n]{\sqrt{2\pi n}}\right)}=\frac{1}{\rm e}$$

Hope this helps!

Thomas Russell
  • 10,425
  • 5
  • 38
  • 66
1

With an integral test for convergence: $\displaystyle \int_1^n \ln(x)dx \leq \sum\limits_{k=2}^n \ln(k) = \ln(n!) \leq \int_2^{n+1} \ln(x)dx$.

You can deduce that $\ln(n!)=n\ln(n)-n + o(n)$. So $\displaystyle \lim\limits_{n\to + \infty} \frac{(n!)^{1/n}}{n}= e^{-1}$.

Seirios
  • 33,157