0

Possible Duplicate:
$ \lim\limits_{n \to{+}\infty}{\sqrt[n]{n!}}$ is infinite

Please prove: $$ \lim_{n\to \infty}\sqrt[n]{\frac{1}{n!}} = 0 $$

Qian
  • 1,155

3 Answers3

9

Hint: When writing out $n!$, you have \[ n! = n \cdot (n-1) \cdots \left\lceil \frac n2\right\rceil \cdots 1 \] so at least $\lfloor \frac n2\rfloor$ of the factors are larger then $\lceil \frac n2\rceil$. So $n! \ge \lceil \frac n2\rceil^{\lfloor \frac n2\rfloor}$.

martini
  • 84,101
7

$$0<\sqrt[n]{\frac{1}{n!}}=\left(1\cdot\frac{1}{2}\cdots\frac{1}{n}\right)^{\frac{1}{n}}\leq\frac{1+\frac{1}{2}+\cdots+\frac{1}{n}}{n}<\frac{1+\ln n}{n}$$

As $\lim_{n\rightarrow\infty}\frac{1+\ln n}{n}=0$, so $\lim_{n\rightarrow\infty}\sqrt[n]{\frac{1}{n!}}=0$

robjohn
  • 345,667
Alfred Chern
  • 2,658
-3

Just try to put n equal to infinity. since 'n' appears in the denominator it will tend to zero.

Please confirm the answer.

  • 2
    (Downvoters, be nice.) Since you're new to the site, I suggest you take a look at other answers to see what people upvote. In the general case, it is better if you prove your claim, or at least sketch a proof. In this case, the problem is you get an indeterminate form $$\infty^0$$ Do you see why? – Pedro Oct 06 '12 at 16:34
  • @fondoflior: No, you cannot deal with it like that. Because the degree is $\frac{1}{n}$ tend to zero too. If your method is feasible, how about $\sqrt[n]\frac{1}{n}$? – Alfred Chern Oct 06 '12 at 16:36