I need to find the volume of solid above the cone $z=r$ and below the hemisphere $z=\sqrt{8-r^2}.$
Here is what I did:
$$ \begin{align*} V&=\int^{2\pi}_0\int^1_0\left(\sqrt{8-r^2}-r\right)r\,dr\,d\theta\\ &=\int^{2\pi}_0\int^1_0\left(r\sqrt{8-r^2}-r^2\right)\,dr\,d\theta\\ &=\int^{2\pi}_0\left(-\frac{1}{3}(8-r^2)^{3/2}-\frac{r^2}{2}\right)\Bigg|^1_0\, d\theta\\ &=\int^{2\pi}_0\frac{14\sqrt{7}-3}{6}\,d\theta\\ &=\frac{28\sqrt{7}-6}{6}\pi \end{align*} $$
The answer should be $13.88$, which is not what I got.
Where did I go wrong?
The significant problem is that $r=1$ is not the projection of the region onto the $xy$ plane. The projection is given by $\sqrt{8-r^2}=r$ or $r=2$.
Hence,
$$V=\int_{0}^{2\pi} \int_{0}^{2} (\sqrt{8-r^2}-r)rdrd\theta$$
$$=2\pi \int_{0}^{2} \left( r\sqrt{8-r^2}-r^2\right) dr$$
$$=\pi \int_{0}^{2} (2r\sqrt{8-r^2}-2r^2) dr$$
$$=\pi \left(\frac{2}{3}((8-0^2)^{\frac{3}{2}}-(8-2^2)^{\frac{3}{2}})-2\frac{(2)^3}{3} \right)$$
$$=\frac{2\pi}{3} \left(16 \sqrt{2}-16 \right)$$
$$=\frac{32\pi}{3}\left(\sqrt{2}-1\right)$$