Region bounded by $y=3x-2$, $y=\sqrt{x}$, and $x=0$ about the $y$-axis. I have been doing the washer method for all of my problems up to this one, and cannot seem to find a good resource to help guide me through the problem.
I know that I need to find $2\pi r$ and also the surface area to get the answer, but how do I go about starting?
Thank you for taking the time to help!
The region to be rotated about the $y$-axis is a near triangular region formed by $3$ vertices: $A = (0,-2)$, $B = (0,0)$, and $C = (1,1)$. The volume $V_{shell} = 2\cdot \pi rhdx$, with $r = x$, $h = \sqrt{x} - (3x-2)$, and $x$ runs from $0 \to 1$. So the volume $V = \displaystyle \int_{0}^1 2\cdot \pi x(\sqrt{x} - 3x + 2)dx$. You can take it from here.