What is the limit of $$\lim_{n \to \infty} \left(\frac{n!}{n^n}\right)^{\frac{3n^3+4}{4n^4-1}}$$ Does any one can help, I am not sure how to solve this.
2026-05-13 17:27:08.1778693228
On
On
Help with finding Limit
94 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
2
On
hint: Use the famous Sterling inequality:
$$ \sqrt{2\pi n}\left(\dfrac{n}{e}\right)^n \le n! \le \sqrt{2\pi n}\left(\dfrac{n}{e}\right)^n\cdot e^{\frac{1}{12n}}$$ and use the Squeeze lemma to find the limit. Can you manage to take it from here?
0
On
Hint (without Stirling). Note that, as $n\to +\infty$, $$\left(\frac{n!}{n^n}\right)^{\frac{3n^3+4}{4n^4-1}}=\exp\left(\frac{3n^3+4}{4n^4-1}\,\ln\left(\frac{n!}{n^n}\right)\right)= \exp\Big(\underbrace{\frac{3+\frac{4}{n^3}}{4-\frac{1}{n^4}}}_{\to 3/4}\cdot \underbrace{\frac{1}{n}\sum_{k=1}^n\ln\left(\frac{k}{n}\right)}_{\text{Riemann sum}}\Big).$$ Can you take it from here?
$$ \begin{aligned} \lim _{n\to \infty }\left(\frac{n!}{n^n}\right)^{\frac{3n^3+4}{4n^4-1}} &= \lim _{n\to \infty}\exp\left(\frac{3n^3+4}{4n^4-1}\ln\left(\frac{n!}{n^n}\right)\right)\\ &\approx \lim _{n\to \infty }\exp \left(\frac{3n^3+4}{4n^4-1}\ln \left(\frac{\sqrt{2\pi n}\left(\frac{n}{e}\right)^n}{n^n}\right)\right)\\ &= \lim _{n\to \infty }\exp \left(\frac{3n^3+4}{4n^4-1}\ln \left(\frac{\sqrt{2\pi n}}{e^n}\right)\right)\\ &= \lim _{n\to \infty }\exp \left(\frac{3n^3+4}{4n^4-1}\left(\frac{1}{2}\ln \left(2\pi n\right)-n\right)\right)\\ &= \color{red}{e^{-\frac{3}{4}}} \end{aligned}$$
Solved with Stirling approximation $$x! \approx \sqrt{2\pi x}\left(\frac{x}{e}\right)^x, \text{ for } x \to \infty$$