Is this a sound line of reasoning to conclude that $\sqrt[n]{n!} \sim \frac{n}{e}$?

258 Views Asked by At

In the paper Decomposable Searching Problems I. Static-to-Dynamic Transformations by Bentley and Saxe, the authors state without proof that

$$\sqrt[n]{n!} \sim {\frac{n}{e}}\text.$$

I have a line of reasoning below that I think correctly proves this, but I'm a bit shaky about whether I can apply tilde approximations this way. Is this reasoning correct?

Using Stirling's approximation, we know that

$$n! \sim \left(\frac{n}{e}\right)^n \sqrt{2\pi n}\text.$$

Taking $n$th roots then gives

$$\sqrt[n]{n!} \sim \left( \frac{n}{e} \right) \sqrt[2n]{2 \pi n} \sim \frac{n}{e}\text.$$

The step I'm uncomfortable about is whether I can take $n$th roots of both sides of the tilde expression. This feels like it "ought" to work, but I've been surprised by tilde expressions in the past and wouldn't want to bet the farm on it. :-)

4

There are 4 best solutions below

0
On BEST ANSWER

Suppose that $a_n\sim b_n$ as $n\to +\infty$. This means, by definition, that, in particular, $$ \frac{1}{2}<\frac{a_n}{b_n}<\frac{3}{2} $$ for all sufficiently large $n$. Taking $n$th roots and using the squeeze theorem shows that $\sqrt[n]\frac{a_n}{b_n}=\frac{\sqrt[n]{a_n}}{\sqrt[n]{b_n}} \to 1$, i.e., $\sqrt[n]{a_n} \sim \sqrt[n]{b_n}$ as $n\to +\infty$.

You can apply this observation to $a_n=n!$ and $b_n=\left( {\frac{n}{\mathrm{e}}} \right)^n \sqrt {2\pi n}$.

2
On

$$\begin{align*}\lim_{n\to\infty}\big(\frac{\ln(n!)}{n}-\ln(n)\big)&=\lim_{n\to\infty}\frac1n\big(\ln(\frac1n)+\ln(\frac2n)+\dots+\ln(\frac nn)\big)\\ &=\int_0^1\ln(x)dx\\ &=[x\ln x-x]_0^1=-1.\end{align*}$$

1
On

You may just use the following

Lemma if $\{a_n\}_{n\geq 1}$ is a sequence of positive numbers such that $\lim_{n\to +\infty}\frac{a_{n+1}}{a_n}=L$, then $\lim_{n\to +\infty}\sqrt[n]{a_n}=L$.

Apply the Lemma to $a_n = \frac{n!}{n^n}$ in order to get

$$ \lim_{n\to +\infty}\sqrt[n]{\frac{n!}{n^n}} = \lim_{n\to +\infty}\frac{1}{\left(1+\frac{1}{n}\right)^n}=\frac{1}{e}.$$

0
On

$$a_n=\sqrt[n]{n!} \qquad \implies \qquad \log(a_n)=\frac 1 n \log(n!)$$ Now, using Stirling approximation $$ \log(a_n)=\log (n)-1+\frac{\log (2 \pi n)}{2 n}+\frac{1}{12 n^2}-\frac{1}{360 n^4}+O\left(\frac{1}{n^6}\right)$$ Continuing with Taylor series $$a_n=e^{\log(a_n)}=\frac{n}{e}\,\exp\Bigg[\frac{\log (2 \pi n)}{2 n}+\frac{1}{12 n^2}-\frac{1}{360 n^4}+O\left(\frac{1}{n^6}\right) \Bigg]$$

Use it $\large (!!)$ for $n=4$ . The above truncated series gives $$\frac{4\ 2^{3/8} \sqrt[8]{\pi }}{e^{91681/92160}}=\color{red}{2.213363}43\quad \text{while} \quad \sqrt[4] {4!}=\color{red}{2.21336384}$$