$$\int_0^\frac{\pi}{2} \cos(x)\sqrt{\cos(x)} \,dx$$
I've been trying to find a way to integrate this function for a while.
From my research I think this should reduce to an elliptic integral but I can't seem to find a way to reduce it to one of the three canonical forms.
I found this article which might be useful. I've tried to follow some of the steps but I think it's out of my sphere of knowledge at the moment.
So contributions, even if very little, are much appreciated!
I think the easiest way to solve it is by noticing that we can rewrite $\sqrt{\cos x} $ as $ \cos^{\frac12}x$. Thus we have to find $$I=\int_0^\frac{\pi}{2} \cos ^{\frac32}x \mathrm dx $$ Now what about using Beta function? For $m, n > -1$:$$\int_0^\frac{\pi}{2} \sin ^mx \cos ^nx \mathrm dx =\frac12 B \left(\frac{m+1}{2}, \frac{n+1}{2} \right) $$ Now just set $m=0$ and $n=\frac32$. $$I=\frac12B\left(\frac12, \frac54\right)$$ Now using some useful identities such as the relation with the gamma function $$B(x, y) =\frac{\Gamma(x) \Gamma(y)} {\Gamma(x+y)} $$ and that $\Gamma(1+x)=x\Gamma(x)$, $\Gamma\left(\frac12\right)=\sqrt{\pi} $ gives that $$I=\frac12 \frac{\Gamma\left(\frac12\right)\Gamma\left(\frac54 \right)} {\Gamma\left(\frac74 \right)} =\frac12\frac{\sqrt{\pi} \frac14\Gamma\left(\frac1 4 \right)}{\frac34\Gamma\left(\frac34\right)}$$ Additionally one can use gamma reflection formula here if it's desired.