I have to find the volume of a solid bound by $y=x$, $y=0$, $x=2$, and $x=4$, rotated by $x=1$. I'm doing fine with these problems when the regions are "right next" to the line upon which they rotate, but when they're apart I get very confused. What am I missing here? Any help (with this particular problem and or in general) would be greatly appreciated.
Thank you all!
Chris
Because the region in question is a trapezoid, the shell method may be a bit simpler to contend with, as we can cover the entire revolved region "all in one go". The "slices" for this method are always parallel to the rotation axis, so the radii are "horizontal" and the "walls" of the shells are "vertical" here. The "thickness" of the shells is $ \ dx \ $ , so we will be integrating in the $ x-$ direction. The interval is then $ [ 2, 4 ] , $ the "radius arm" for a shell is $ \ r = (x-1) \ , $ and the "height" of each shell is $ \ h(x) = x - 0 = x \ . $ Here is a picture of the situation:
This is where a picture is valuable. If the trapezoid were in contact with the $ y-$ axis, the "radius arm" would simply have a length $ \ x \ $ over to the $ \ x-$ coordinate of the slice we were integrating. Since we are revolving the trapezoid around $ \ x = 1 \ , $ however, our reference is shifted to the right by one unit, so we must subtract 1 off of the length of the radius arm, making it $ \ r = x - 1 \ $ . (If the rotation axis were $ \ x = -1 \ $ , the radius arm would be one unit longer, thus $ \ r = x + 1 \ .) $
The infinitesimal volume of a cylindrical shell is $ \ dV = 2 \pi \cdot r \cdot h \ $ d(radius) , so that will be $ \ dV = 2 \pi \cdot (x-1) \cdot x \ \ dx \ $ here. The volume integral is then
$$ \int_2^4 \ \ 2 \pi \ (x-1) \ \cdot \ x \ \ dx \ . $$
By way of comparison, here are the two sets of "disk radii" dmk is describing for the disk method (a little more work to set up, but the integrals are still easy...).