What is the volume of the flying saucer that comes from rotating $y=\sin x\;(0\le x\le\pi)$ around the $y$ axis?
Here is a diagram for visualization aid:
We will work with horizontal circular slices, so we have
$$\begin{align}
\int_0^1\pi x^2\,dy&=\int_0^1\pi\left(\sin^{-1} y\right)^2\,dy\\
&=\pi\left(y\left(\sin^{-1}y\right)^2+2\sin^{-1}y\sqrt{1-y^2}-2y\right)\biggr|_0^1\\
&=\frac{\pi^3}4-2\pi
\end{align}$$
However, the answer key says $V=\int_0^\pi2\pi x\sin x\,dx=2\pi^2$. Where was I wrong?

