Using the shell method, find the volume of: $y = \sqrt x$ with bounds $[0,4]$ after it has been revolved around the y axis.
After plugging everything into the shell formula I get:
$2 \pi \int_0 ^4 x \sqrt x dx$
After evaluating everything I get 128$\pi$/5. My textbook has the correct answer as 32$\pi$/5.
Am I making an error or is shell method just impossible in this scenario? If it is not possible, please explain why, thanks!
(note, my book did not ask to solve using shell, it asked using disk method, I am just trying shell for fun.)