I hope I can find a way to integrate this formula without resorting to numerical techniques.
\begin{equation} \int x^2 \sqrt{1-x^2}\ dx \end{equation}
I am not sure if there's actually a closed form for this or not? I tried integration by parts, but it seems not working! Here's my last resort before numerical solutions.
Hint:
Try substitution $x=\sin\theta\longrightarrow dx=\cos\theta\ d\theta$, then you will get
\begin{align} \int\sin^2\theta\cos^2\theta\ d\theta&=\int\left(\frac{\sin2\theta}{2}\right)^2\ d\theta\\[10pt] &=\frac{1}{4}\int\sin^22\theta\ d\theta\\[10pt] &=\frac{1}{4}\int\left(\frac{1-\cos4\theta}{2}\right)\ d\theta\\[10pt] \end{align}