Evaluate $L=\lim_{n\rightarrow\infty}\sqrt[{n+1}]{(n+1)!}-\sqrt[n]{n!}$
How I approached it and where I get stuck:
$$\lim_{n\rightarrow\infty}\sqrt[{n+1}]{(n+1)!}-\sqrt[n]{n!}=\lim_{n\rightarrow\infty}\frac{\sqrt[n]{n!}}nn(\frac{\sqrt[{n+1}]{(n+1)!}}{\sqrt[n]{n!}}-1)$$
Now:
$$\lim_{n\rightarrow\infty}\frac{\sqrt[n]{n!}}n=\lim_{n\rightarrow\infty}\sqrt[n]{\frac{n!}{n^n}}=\lim_{n\rightarrow\infty}e^{\frac1n\sum_{k=1}^n\ln(\frac kn)}=e^{\int_0^1\ln(x)dx}=e^{-1}=\frac1e$$
So $L=\lim_{n\to\infty}\frac 1e\times n(\frac{\sqrt[{n+1}]{(n+1)!}}{\sqrt[n]{n!}}-1)$. Now this is where I get stuck. What should I do?
I replaced the factorials with Sterling's approximation: $n! \sim \sqrt{2\pi n}\left(\frac{n}{e}\right)^n.$ The expression became
$$\left(\frac{n}{e}\right)\left[\sqrt[n+1]{2\pi (n+1)}-\sqrt[n]{2\pi n}\right]+\frac{1}{e}\sqrt[n+1]{2\pi (n+1)}.$$
The second term is easily seen to go to $1/e$. The first term goes to $0$. I argue like this:
Let $f(x) = \sqrt[n]{2\pi n}$ and note that the bracketed part of the first term is $f(n+1)-f(n)$. Invoke the Mean Value Theorem.
$$f'(c) = \frac{ \sqrt[c]{2\pi c}(1-\ln 2\pi c)}{c^2} = f(n+1)-f(n)$$
for some $c$ between $n$ and $n+1$. Note that $f'(x)$ is increasing, so the bracketed bit is greater than $f'(n)$. Also note that $f'(x)$ is negative, so the $f(x)$ is decreasing and so the bracketed bit is negative. We have
$$\left(\frac{n}{e}\right)f'(n)< \left(\frac{n}{e}\right)\left[\sqrt[n+1]{2\pi (n+1)}-\sqrt[n]{2\pi n}\right]<0.$$
Then see that
$$\lim_{n\to \infty} \left(\frac{n}{e} \right)\frac{ \sqrt[n]{2\pi n}(1-\ln 2\pi n)}{n^2} = 0$$
so final answer is $1/e$.