How to prove that $\lim\limits_{n\to\infty} \frac{n!}{n^2}$ diverges to infinity?

1.7k Views Asked by At

$\lim\limits_{n\to\infty} \dfrac{n!}{n^2} \rightarrow \lim\limits_{n\to\infty}\dfrac{\left(n-1\right)!}{n}$

I can understand that this will go to infinity because the numerator grows faster.

I am trying to apply L'Hôpital's rule to this; however, have not been able to figure out how to take the derivative of $\left(n-1\right)!$

So how does one take the derivative of a factorial?

6

There are 6 best solutions below

0
On BEST ANSWER

you could introduce the gamma function!

Just a joke, as $n!>n^3$ for $n>100$ you know that $$\frac{n!}{n^2} > \frac{n^3}{n^2}=n$$

3
On

By Stirling formula $$n!\sim\sqrt{2\pi n}\left(\frac{n}{e}\right)^n$$ the result that you look for is clear.

2
On

$\dfrac{n!}{n^2}=(1-\frac 1n)(n-2)!$ Taking a limit, we find that it diverges. If you really want to use L'hospitals, you'd have to use the gamma function. Note that this is very annoying.

0
On

Dominic Michaelis is the 'right' answer for such a simple problem. This is just to demonstrate a trick that is often helpful in showing limits going off to $\infty$. Consider $$\sum_{n=1}^{\infty} \frac{n^2}{n!}$$ By the ratio test this converges. So the terms $\frac{n^2}{n!} \to 0$.

2
On

Notice L'Hopital's rule is a theorem that applies to continuous functions, thus if you want to apply L'Hopital's Rule to a sequence you'll have to invoke something like the Stolz–Cesàro theorem unless you want to start invoking logarithmic derivatives & Euler Mascheroni constants etc...

An easier method is to apply the sequence equivalent of D'Alembert's ratio test (Theorem V P147) without needing to resort to any series argument, something that generalizes Puzzled's 'trick'. If you're willing to accept the statement and proof given in the link then the following argument should be enough:

$\underset{n \rightarrow \infty}{\lim} \frac{f(n+1)}{f(n)} = \underset{n \rightarrow \infty}{\lim} \frac{\frac{(n+1)!}{(n+1)^2}}{\frac{n!}{n^2}} = \underset{n \rightarrow \infty}{\lim} \frac{(n+1)!}{(n+1)^2}\frac{n^2}{n!} = \underset{n \rightarrow \infty}{\lim} \frac{(n+1)n^2}{(n+1)^2} = \underset{n \rightarrow \infty}{\lim} \frac{n^2}{(n+1)} = \infty $

Thus we see the sequence diverges.

1
On

Here is a usful result you can use

if $\lim_{n\to \infty} \frac{a_{n+1}}{a_n} = b $ and $|b|>1$, then $ \lim_{n\to \infty} a_n = \infty .$