I'm completely stuck evaluating $ \lim_{n\to\infty} \frac{(n!)^2}{(2n)!} $ how would I go about solving this?
2026-04-03 04:57:45.1775192265
On
On
Evaluate $ \lim_{n\to\infty} \frac{(n!)^2}{(2n)!} $
193 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
1
On
Hint: for combinatorial reasons (in how many ways can you choose $n$ objects from $n$ pairs of objects?), $$\binom{2n}n\ge2^n\ ,$$ so $$\frac{(n!)^2}{(2n)!}=\frac1{\binom{2n}n}\le\frac1{2^n}\ .$$
0
On
As all terms are positive, we have $$0 \leq \frac{(n!)^2}{(2n)!} = \frac{n!}{2n \cdot \dots \cdot (n+1)} = \prod_{k=1}^n \frac{k}{k+n} \leq \prod_{k=1}^n \frac{1}{2} = \left(\frac{1}{2}\right)^n$$
So then as
$$\lim\limits_{n\rightarrow\infty} \left(\frac{1}{2}\right)^n = 0$$
It follows that
$$\lim\limits_{n\rightarrow\infty} \frac{(n!)^2}{(2n)!} = 0$$
Edit:
For what it's worth if you want quick justification of the second inequality step:
$$k \leq n \implies 2k \leq k + n \implies \frac{k}{k+n} \leq \frac{1}{2}$$
Recalling the Stirling's approximation $$n!\sim\sqrt{2\pi}n^{n+1/2}e^{-n} $$ we have $$\sqrt{2\pi}\lim_{n\rightarrow\infty}\frac{n^{2n+1}e^{-2n}}{\left(2n\right)^{2n+1/2}e^{-2n}}=0. $$