So I have a similar question from a bit before:
Set up a definite integral that represents the volume obtained by rotating the region between the curve $y^{2}=x$ and $y^{2}=2(x-1)$ about the line $y=3$
I get $\int\limits\limits_{-\sqrt{2}}^{\sqrt{2}} \pi((\frac{ (3-y)^2+2 }{ 2 })^{2})-\ (3-y)^4)dy$
Is that right?
Using the method of washers, the washers would be perpendicular to the axis of rotation, thus the integration would be performed along the $x$-axis. However, because a line perpendicular to the axis of rotation (i.e. parallel to the $y$-axis) can intersect the region of interest in two disjoint intervals, we see that such an approach is not optimal.
Instead, the method of cylindrical shells is better suited. In such a case, the integration would be performed along the $y$-axis, since the shells are nested within each other such that they all share the line $y = 3$ as the common axis. We also note that for a representative shell, the "height" is measured as the horizontal distance between the two parabolic arcs and that horizontal lines never intersect the region of interest along more than one contiguous interval.
To this end, we first solve for the $y$-coordinates for which the parabolas intersect: $$y^2 = x, \quad y^2 = 2(x-1)$$ implies that $(x,y) = (2, \pm \sqrt{2})$. Then for a representative shell of radius $r(y) = 3-y$, the height of such a shell is $$h(y) = (y^2/2 + 1) - y^2 = 1 - y^2/2,$$ and the differential volume is $$dV = 2\pi r(y) h(y) \, dy = 2\pi (3-y)(1 - y^2/2) \, dy.$$ The total volume is then $$V = \int_{y=-\sqrt{2}}^{\sqrt{2}} \, dV = 2\pi \int_{y=-\sqrt{2}}^{\sqrt{2}} (3-y)(1-y^2/2) \, dy.$$
If we are interested in the volume of the same region if rotated about the $y$-axis (i.e. $x = 0$), then the method of washers would apply, but now the outer radius corresponds to the curve $y^2 = 2(x-1)$ and the inner corresponds to the curve $y^2 = x$, even though the cross-sectional intervals are the same as in the previous computation. Thus the differential volume of a representative washer is $$dV = \pi((y^2/2 + 1)^2 - y^4) \, dy,$$ and the volume is $$V = \int_{y=-\sqrt{2}}^{\sqrt{2}} dV = \pi \int_{y=-\sqrt{2}}^{\sqrt{2}} -\frac{3y^4}{4} + y^2 + 1 \, dy.$$