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?
$$\int_1^3 2\pi(y-1)(\frac{1}{y}) \, dy$$ is not the correct integral.
The problem with it is in the $r=(y-1)$ part.
Note that the radius is the distance from the x-axis which is $y=0$ to $y$ which is simply $r=y$