Use the method of cylindrical shells to find the volume of the solid obtained by rotating the region bounded by the given curves about the x-axis.
$xy = 1, x = 0, y = 1, y = 3$, rotated about the x-axis.
So I plan to do this via integration using horizontal rectangles.
I think the correct integral I need is this: radius = $y - 1$ height = $\frac{1}{y}$
$$ \int_1^3 2\pi(y-1)(\frac{1}{y}) \, dy$$
$$= 2\pi \int_1^3 (y-1)(y^{-1})$$
$$ 2\pi \int_1^3 (y^0 - y^{-1})$$
Does this look right?