1

How calculate the limits as n->infinity of:$$(n^n)/n!$$ and $$(n^{n^{0.5}})/(2^n)$$, my attempts: the second have to do something with : $$(n^{(n^{0.5}))}=2^{\log(\log n)}$$......log with base 2. The first I guess goes to infinity by intuition...

Ross Millikan
  • 374,822

1 Answers1

0

Hint: For the second, write $n^{n^{1/2}}= 2^{n^{1/2}\log_2 n}$. Then $$ \frac{n^{n^{1/2}}}{2^n} = \frac{2^{n^{1/2}\log_2 n}}{2^n} = 2^{\sqrt{n}\log_2 n - n}. $$ What can you say about the limit of $\sqrt{n}\log_2 n - n$?

For the first, either use Stirling's approximation; or if you cannot, the simpler fact that $$n^n = n^{\frac{n}{2}}\cdot n^{\frac{n}{2}}$$ while $$ n! = n(n-1)\dots\left(\frac{n}{2}+1\right)\cdot \left(\frac{n}{2}\right)! < n^{\frac{n}{2}}\cdot \left(\frac{n}{2}\right)! < n^{\frac{n}{2}}\cdot \left(\frac{n}{2}\right)^{\frac{n}{2}} $$ where the inequalities come from termwise comparisons in the products.

Clement C.
  • 67,323