I need to calculate the following integral: $$ \int^{\pi/2}_0 \sqrt{\cos(t)\sin(t)} dt $$ Symbolic computation package gives me an answer: $$ \int^{\pi/2}_0 \sqrt{\cos(t)\sin(t)} dt = \frac{\Gamma(\frac{3}{4})^2}{\sqrt{\pi}}$$ I don't really see any property of Gamma function which I could use in here. I thought of using exp function, but it doesn't really let me move towards Gamma.
$$ \int^{\pi/2}_0 \sqrt{\cos(t)\sin(t)} dt = \int^{\pi/2}_0 \cos(t)e^{\ln(\frac{1}{2}\sin(2t))} dt$$
What other approach can I use to solve this integral?
This problem belongs to my homework assignment.
$$\int_{0}^{\pi/2}\sqrt{\sin x\cos x}\,dx \stackrel{x=\arcsin t}{=} \int_{0}^{1}t^{1/2}(1-t^2)^{-1/4}\,dt\stackrel{t=\sqrt{u}}{=}\frac{1}{2}\int_{0}^{1}u^{-1/4}(1-u)^{-1/4}\,du $$ and by Euler's Beta function the RHS equals $\frac{\Gamma\left(\frac{3}{4}\right)^2}{2\Gamma\left(\frac{3}{2}\right)}=\frac{1}{\sqrt{\pi}}\Gamma\left(\frac{3}{4}\right)^2$, which is clearly related to the lemniscate constant. An equivalent form of the LHS is $$ \frac{1}{\sqrt{2}}\int_{0}^{\pi/2}\sqrt{\sin(2x)}\,dx=\sqrt{2}\int_{0}^{\pi/4}\sqrt{\sin(2x)}\,dx = \frac{1}{\sqrt{2}}\int_{0}^{\pi/2}\sqrt{\sin x}\,dx $$ or $$ \frac{1}{\sqrt{2}}\int_{0}^{\pi/2}\sqrt{\cos x}\,dx = \frac{1}{\sqrt{2}}\int_{0}^{+\infty}\frac{du}{(1+u^2)^{5/4}} $$ and an efficient numerical computation is allowed by the relations between $\Gamma\left(\frac{1}{4}\right)$, complete elliptic integrals of the first kind and the AGM mean: $$\boxed{\int_{0}^{\pi/2}\sqrt{\sin x\cos x}\,dx=\frac{1}{\sqrt{\pi}}\,\Gamma\left(\frac{3}{4}\right)^2=\frac{2\pi^{3/2}}{\Gamma\left(\frac{1}{4}\right)^2}=\text{AGM}\left(1,\frac{1}{\sqrt{2}}\right).}$$