1

I have to proof the following:

$ \lim\limits_ {n\to\infty} \dfrac{\sqrt[n]{n!}}{n} = \frac{1}{e}$

Do you have any hints for me, since I do not know where to start..

Vazrael
  • 2,281

1 Answers1

1

You will be interested in Stirling's Approximation.

$n! \sim (\dfrac{n}{e})^n \sqrt{2 \pi n}$

Inceptio
  • 7,881
  • Hi, looks great, thank you. Let's see what I can do: – Vazrael May 07 '13 at 09:24
  • $\frac{^n\sqrt{n!}}{n}$ = $\frac{^n\sqrt{(\frac{n}{e})^{n}\sqrt{2πn}}}{n}$ = $ \frac{1}{e}( ^n\sqrt{2πn}) $

    Now I can use that $lim (^n\sqrt{n})= 1 $ and therefore the limit is $1/e $?

    – Vazrael May 07 '13 at 09:29
  • @KevinLiebing: Yes, pretty fine. You have to use L'hopitals rule to find the limit of $^n\sqrt{n}$ – Inceptio May 07 '13 at 09:37