Question: How do I construct the integral to compute the volume of a spherical "shell" via rotation of an annulus about the $x$-axis.
The set up: I have an annulus, $A$ which is centered at the origin of $\mathbb{R}^2$ and has an outer radius equal to $1$ and inner radius equal to $1/2.$ I want to spin $A$ all the way around the $x$-axis and construct a spherical shell and write an integral to compute its volume. I am not certain how to do this. Note the integral set up is more important than the actual computation of the volume.
Shell method around the x axis, $V = \int_0^r 2(2\pi)\text{(shell radius)(shell height)} \ dy$
So for this problem $$\int_0^1 4\pi\cdot y\sqrt{1-y^2} \ dy - \int_0^{0.5} 4\pi\cdot y\sqrt{0.25 - y^2} \ dy$$