Determine the volume of a solid of revolution obtained by rotating: $y=\sqrt{x}$, $y=4$ around the axis $x=4$.
Well, I just determine the graphics and I'm stuck on how to proceed. This subject is new for me, but I already know how to solve so, the first analysis is my problem now.
Given an area bounded by $y = \sqrt{x}$, $y = 4$ and $x = 4$, the volume of the solid of revolution around $x = 4$ can be found with:
$$ V = \pi \int_2^4 \! (y^2-4)^2 \, \textrm{d}y \\ $$
$$ V = 2 \pi \int_4^{16} \! (x - 4)(4 - \sqrt{x}) \, \textrm{d}x \\ $$
Try expanding both methods to make sure you get $\frac{1216\pi}{15}$.