Question: For $n ≥ 1$, let $G_n$ be the geometric mean of $\{\sin(\frac{\pi}{2}\frac{k}{n}): 1\le k \le n\} $.
Then find $\lim_{n\to\infty}G_n $
My Approach: $G_n = \{\prod_{k=1}^n \sin(\frac{\pi}{2}\frac{k}{n})\}^{1/n}$
$\Rightarrow \ln G_n = \frac{1}{n}\{\sum_{k=1}^n \ln(\sin(\frac{\pi}{2}\frac{k}{n}))\}$
$\Rightarrow \lim_{n\to\infty} \ln G_n = \lim_{n\to\infty}\frac{1}{n}\{\sum_{k=1}^n \ln(\sin(\frac{\pi}{2}\frac{k}{n}))\}$
$\Rightarrow \lim_{n\to\infty} \ln G_n = \int_{0}^{1} \ln (\sin(\frac{\pi x}{2}))dx$
$\Rightarrow \lim_{n\to\infty} \ln G_n =\frac{2}{\pi} \int_{0}^{\pi/2} \ln (\sin(z))dz$
$\Rightarrow \lim_{n\to\infty} \ln G_n =\frac{2}{\pi}(\frac{-\pi}{2}\ln2)$
$\Rightarrow \lim_{n\to\infty} \ln G_n = -\ln 2$
$\Rightarrow G_n=\frac{1}{2}$
My problem: This has to be solved within 2-3 minutes in a competitive setting, which I don't think I'll be able to. On top of that, I have to 'remember' the specific $\int_0^{\pi/2} \ln \sin x dx=\frac{-\pi}{2}\ln 2$.
Is there a shorter process?