I have this succession's limit: $ \lim_{n \to +\infty}{\tfrac{n^{n!}}{(n!)^n}} $ . I've been tried by using root's criterion and I've got $ +\infty $. Can someone show me how to solve this exercise? Just to compare it with mine. Thanks
How should I solve this succession's limit?
0
$\begingroup$
analysis
limits
-
0Do you know Stirling approximation ? – 2017-02-18
3 Answers
0
Probably not the answer expected in the excercise but you can do just rough estimates and it will work in this case. For example from $n!^n\leq (n^n)^n=n^{n^2}$ we have $$\frac{n^{n!}}{n!^n}\geq \frac{n^{n!}}{n^{n^2}}=n^{n!-n^2}\geq n \to \infty$$ since $n!$ grows much faster than $n^2$ (shouldn't be hard to show $n!-n^2 \geq 1$ for $n \geq 4$).
1
Hint.
You have
$$\frac{n^{n!}}{(n!)^n}=e^{n!\log(n)-n\log(n!)}=e^{n((n-1)!\log(n)-\log(n!))}.$$
And recall the fact that
$$\log(n!)=\sum_{k=1}^n \log(k).$$
1
The numerator has $n!$ factors all equaling $n$, while the denominator has just $n^2$ of them, most smaller than $n$.