$$\lim_{n\to \infty} {1\over n}\sqrt[n]{(n+1)(n+2)\cdots(2n)}$$
My attempt:
\begin{align} \lim_{n\to \infty} {1/ n}\sqrt[n]{(n+1)(n+2)\cdots(2n)} &= \lim_{n\to \infty} \sqrt[n]{(1+{1/ n})(1+{2/ n})\cdots(1+{n/ n})}\\ &= \lim_{n\to \infty}(1+{1/ n})^{n*{1/ n^2}}(1+{2/ n})^{n*{1/ n^2}}\cdots(1+{n/ n})^{n*{1/ n^2}}\\ &=\lim_{n\to \infty}e^{{1/ n^2}}e^{{2/ n^2}}\cdots e^{{n/ n^2}}\\ &= \sqrt{e} \end{align}
I know that this is wrong answer. Could you please show me where my mistake is?
EDIT I know the right solution, I just wanted to see where my mistake is. Thanks for your answers anyway!
EDIT 2 5 beautiful answers received already, but I dont think I can accept any of them, because my question was to show mistake in my own derivations. Anyway I learnt a lot especially that $\lim_{n\to \infty} \frac{b_{n+1}}{b_n}=\lim_{n\to \infty} \sqrt[n]b_n$. Thanks for everyone!
Let indicate
$$a_n={1\over n}\sqrt[n]{ (n+1)(n+2)\cdots(2n) }$$
$$b_n=a_n^n=\frac{{(n+1)(n+2)\cdots(2n)}}{n^n}$$
then
$$\frac{b_{n+1}}{b_n}=\frac{{(n+2)(n+3)\cdots(2n+2)}}{(n+1)^{n+1}}\frac{n^n}{(n+1)(n+2)\cdots(2n)}=\left(\frac{n}{1+n}\right)^n\frac{(2n+2)(2n+1)}{(n+1)^2}=\frac{1}{\left(1+\frac1n\right)^n}\frac{(2n+2)(2n+1)}{(n+1)^2}\to \frac4e$$
thus (see also for reference)
$$\lim_{n\to \infty} \frac{b_{n+1}}{b_n}=\lim_{n\to \infty} \sqrt[n]b_n=\lim_{n\to \infty} a_n=\frac4e$$