Let $S$ be region enclosed by $y= 1/x$, $y=1$ and $y=2$. Goal is to find the volume of $S$ when it is revolved about $x= -1$
try:
Best to use washer method wrt y coordinate. A volume element is
$$ dV = ( \pi (1 + 1/y)^2 - \pi (-1)^2 ) dy $$ Thus,
$$ V = \int_1^2 (1 + 2/y + 1/y^2 - 1 ) dy = \int_1^2 (2/y + 1/y^2) dy $$
is this a correct setting for the required volume?
