I need to find the volume of the solid obtained by rotating the region bounded by the curves $y=x, y=0, x=2$, and $x=4$ around the line $x=1$
I know I need to integrate $\pi*((\text{outer radius})^2 - (\text{inner radius})^2)$ but I can't figure out how to get the radii. Can someone please explain?
You'll need to do two cases: when $y \in [0, 2]$, and when $y \in [2, 4]$. In both cases, the outer border will be at $x = 4$. In the former, the inner border is at $x = 2$; in the latter, the inner border changes to $x = y$. So we obtain: $$ V = \pi\int_0^2 [(4 - 1)^2 - (2 - 1)^2] \, dy + \pi\int_2^4 [(4 - 1)^2 - (y - 1)^2] \, dy $$