Show that that $\lim_{n\to\infty}\sqrt[n]{\binom{2n}{n}} = 4$

1.8k Views Asked by At

I know that

$$ \lim_{n\to\infty}{{2n}\choose{n}}^\frac{1}{n} = 4 $$ but I have no Idea how to show that; I think it has something to do with reducing ${n}!$ to $n^n$ in the limit, but don't know how to get there. How might I prove that the limit is four?

5

There are 5 best solutions below

1
On BEST ANSWER

Hint: By induction, show that for $n\geq 2$ $$\frac{4^n}{n+1} < \binom{2n}{n} < 4^n.$$

3
On

Use Stirling formula $$n! \sim \sqrt{2 \pi n} \left(\dfrac{n}e \right)^n$$ This gives us that $$\dbinom{2n}n \sim \dfrac{4^n}{\sqrt{\pi n}}$$ Now conclude that $$\lim_{n \to \infty} \dbinom{2n}n^{1/n} = 4$$

0
On

You could use Stirling’s approximation:

$$\lim_{n\to\infty}\frac{n!}{\sqrt{2n\pi}(n/e)^n}=1\;.$$

Then

$$\binom{2n}n=\frac{(2n)!}{n!^2}\approx\frac{\sqrt{4n\pi}(2n/e)^{2n}}{2n\pi(n/e)^{2n}}=\frac{4^n}{\sqrt{n\pi}}\;,$$

so $$\binom{2n}n^{1/n}\approx\frac4{(\pi n)^{1/n}}\;.$$

I’ll let you fill in the details to show that $\approx$ here can be replaced by $\sim$, meaning that the ratio tends to $1$.

5
On

The term ${2n\choose n}$ occurs as biggest of $2n+1$ positive summands in expanding $(1+1)^{2n}$, which directly shows $\frac{4^n}{2n+1}\le {2n\choose n}\le 4^n$. From this the claim follows by using $\sqrt[n]n\to 1$.

1
On

Hint: $$ \begin{align} \binom{2n}{n} &=\frac{2n(2n-1)}{n^2}\frac{(2n-2)(2n-3)}{(n-1)^2}\frac{(2n-4)(2n-5)}{(n-2)^2}\cdots\frac{4\cdot3}{2^2}\frac{2\cdot1}{1^2}\\ &=2^n\frac{2n-1}{n}\frac{2n-3}{n-1}\frac{2n-5}{n-2}\cdots\frac{3}{2}\frac{1}{1}\\ &=4^n\frac{n-1/2}{n}\frac{n-3/2}{n-1}\frac{n-5/2}{n-2}\cdots\frac{3/2}{2}\frac{1/2}{1}\tag{1}\\ &\ge4^n\frac{n-1}{n}\frac{n-2}{n-1}\frac{n-3}{n-2}\cdots\frac{1}{2}\cdot1/2\\ &=4^n\frac1{2n}\tag{2} \end{align} $$ $(1)$ and $(2)$ show that $$ \frac1{2n}4^n\le\binom{2n}{n}\le4^n\tag{3} $$