How do I find the volume generated by revolving $(x - H)^2 + y^2 = a^2$ around the y axis specifically using cross sections (I know that shells are easy to use but I can't).
I have struggled with this problem for a long time, mainly because I can't find an $r_{\text{in}}$ and $r_{\text{out}}$. Please help (at least with those)!
Hint: consider integration by $y$ going from $-a$ to $a$. Draw a picture and you'll see that $$r_{in}=H-\sqrt{a^2-y^2}, r_{out}=H+\sqrt{a^2-y^2}$$
Edit: Check this and see where your error is. $$V=\pi\int_{-a}^{a}{(H+\sqrt{a^2-y^2})^2-(H-\sqrt{a^2-y^2})^2}dy=\pi\int_{-a}^{a}{4H\sqrt{a^2-y^2}}dy$$ Doing a substitution $y=a\sin t$, we will get. $$V=4\pi H\int_{y=-a}^{a}{a^2\cos^2 t}dt=2\pi H a^2 * (t-\frac{\sin 2t}{2})|_{y=-a}^a=2\pi^2 H a^2$$