Evaluate the limit $$ y=\lim_{n\rightarrow \infty}n^{-\left(1+1/n\right)/2}\times \left(1^1\times 2^2\times 3^3\times\cdots\times n^n\right)^{1/{n^2}} $$
My Attempt:
When $n\rightarrow \infty$, then $n^{-\left(1+1/n\right)/2}\rightarrow n^{-1/2}$. So the limit becomes
$$ y=\lim_{n\rightarrow \infty}n^{-1/2}\times \left(1^1\times2^2\times3^3\times\cdots\times n^n\right)^{1/{n^2}} $$
Taking $\ln()$ on both side, we get
$$ \begin{align} y&=\lim_{n\rightarrow \infty}\ln\left\{n^{-1/2}\times\left(1^1\times2^2\times3^3\times\cdots\times n^n\right)^{1/{n^2}}\right\}\\ &=\lim_{n\rightarrow \infty}\left\{-\frac{1}{2}\ln(n)+\frac{1}{n^2}\ln\left(1^1\times2^2\times3^3\times\cdots\times n^n\right)\right\} \end{align} $$
How can I complete the solution from this point?
$$ \prod_{k=1}^{n} \left(\frac{k}{n}\right)^{k/n^2} = \left[ \prod_{k=1}^{n} \left(\frac{k}{n}\right)^{k/n} \right]^{1/n}, $$
then take the log and consider the result as a Riemann sum. Specifically, it's equal to
$$ \exp \left( \frac{1}{n} \sum_{k=1}^{n} \frac{k}{n} \log \frac{k}{n} \right). $$
– Antonio Vargas Oct 25 '14 at 02:58