I have this problem and I solved it like this, but muy teacer told me that it's wrong so I dont know who to do it.
Prove that $\lim _{n \to \infty}\frac{(n!)^22^{2n}}{(2n)!\sqrt{n}}$. I use the Stirling's approximation $$\frac{(n!)^22^{2n}}{(2n)!\sqrt{n}}\approx \frac{((\sqrt{2\pi n})n^ne^{-n})^22^{2n}}{(\sqrt{4\pi n})(2n)^{2n}e^{-2n}\sqrt{n}}=\frac{n^{2n}e^{-2n}2\pi n(2^{2n})}{2^{2n}n^{2n}e^{-2n}2\pi^{0.5}n}=\frac{\pi}{\pi^{0.5}}=\sqrt{\pi}$$ $$\lim _{n \to \infty}\frac{(n!)^22^{2n}}{(2n)!\sqrt{n}}\approx \lim _{n \to \infty}\sqrt{\pi}=\sqrt{\pi}$$
If someone can help me and tell me where is my mistake, I will appreciate it very much.
I think my mistake is because I just found that it approximated it but not equal.
The main problem I see is that in using Stirling's approximation for both factorials you haven't proven that the error in the approximation disappears in the limit. It may happen to give the right answer in this case, but it is quite easy to construct situations where blindly applying approximations doesn't work - for example, this video where applying $\sin x \sim x$ in the limit $\lim_{x \rightarrow 0} \frac{1}{\sin^2 x} - \frac{1}{x^2}$ gives the wrong answer.
To approach the limit properly, you would need to break it into component limits whose values you can evaluate, which can still include a more careful application of Stirling's formula. For example, you could start something like this:
$$\lim_{n \rightarrow \infty} \frac{(n!)^2 2^{2n}}{(2n)!\sqrt{n}} = \lim_{n \rightarrow \infty} \left(\frac{n!}{\sqrt{2 \pi n} \left( \frac{n}{e} \right)^n} \right)^2 \left( \frac{\sqrt{2 \pi (2n)}\left( \frac{2n}{e} \right)^{2n}}{(2n)!} \right) \frac{2^{2n}}{\sqrt{n}} \frac{\left(\sqrt{2 \pi n} \left(\frac{n}{e} \right)^n \right)^2}{\sqrt{2 \pi (2n)} \left(\frac{2n}{e} \right)^{2n}}$$
where all I've done is "multiply by 1" (i.e. introduce the same factor into both the numerator and denominator) and broken things up into three terms. At this point you can then note that the limits of the first two terms are both 1 thanks to Stirling's formula, and the third term is essentially what you got in your solution, and so you can apply the limit rules to split this into the product of three separate limits and finish it off.