Problem: Calculate $$\iiint_V dx dy dz$$
where $V$ is the domain bounded by the surface $(x^2+y^2+z^2)^2=a^2xy$.
My Solution: Make the following substitution: $$\begin{cases} x = r\sin\varphi\cos\theta,\\ y = r\sin\varphi\sin\theta,\\ z = r\cos\varphi \end{cases}$$
The limit of $V$ is equal to $r^2=\frac{a^2}{2}\sin^2 \varphi \sin 2\theta$.
So the integration is equal to $$\frac{2}{3}\int_0^{\frac{\pi}{2}}d \theta\int_{0}^{\pi}r^3\sin\varphi \,d\varphi =\frac{\sqrt{2}a^3}{6}\int_0^{\frac{\pi}{2}}d \theta\int_{0}^{\pi}\sin^4\varphi (\sin 2\theta)^{\frac{3}{2}}\,d\varphi $$.
But I can't figure out how to calculate $\int (\sin 2\theta)^{\frac{3}{2}}$. I'm wondering if there's any convenient way to solve this question. I'll be grateful if there's any help. :)
Doing the changes of variable $x = \sin(\theta)$ and $y=\sqrt{x}$ you can get $$ ∫_0^{\pi/2}\sin(\theta)^{3/2}\cos(\theta)^{3/2}\,\mathrm{d}\theta = ∫_0^{\pi/2}\sin(\theta)^{3/2}\sqrt{1-\sin(\theta)^2}\cos(\theta)\,\mathrm{d}\theta \\ = ∫_0^1 x^{3/2}(1-x^2)^{1/2} \,\mathrm{d}x = \frac{1}{2} ∫_0^1 y^{1/4}(1-y)^{1/2} \,\mathrm{d}y $$ and this is a classical formula for the Beta function $$ ∫_0^1 y^{1/4}(1-y)^{1/2} \,\mathrm{d}y = B(5/4,3/2) = \frac{\Gamma(5/4)\Gamma(3/2)}{\Gamma(11/4)} $$ It can be simplified a bit by writing $$ \frac{\Gamma(5/4)\Gamma(3/2)}{\Gamma(11/4)} = \frac{(1/4)\Gamma(1/4)(\sqrt{\pi})/2}{21/16\,\Gamma(3/4)} = \frac{2\,\sqrt{\pi}\,\Gamma(1/4)}{21\, \Gamma(3/4)}. $$ This seems not simple ... perhaps I did an error somewhere? WolframAlfa tells me that one can express $\Gamma(3/4)$ using $\Gamma(1/4)$ but without more simplifications ...