Objective: Find the volume of the solid obtained by rotating the region bounded by the given curves about the specified line. Sketch the region, the solid, and a typical disk or washer.
$y=x^2$, $x=y^2$ ; rotated about $y=1$
I know how to sketch the graph. I assumed the integral would be:
$$\pi \int_0^1 [(x^2)^2 - (\sqrt x)^2 ] \, dx $$
I checked the solution and it's actually:
$$\pi \int_0^1 [(1-x^2)^2 - (1-\sqrt x)^2 ] \, dx $$
I know this must have something to do with the rotation about $y=1$ but that's it. Would the integral be: $$\pi\int_0^1 [(1+x^2)^2 - (1+\sqrt x)^2] \, dx$$ if I were to rotate it by $y=-1$? All answers will be appreciated.