PDA

View Full Version : How to Revolve xcosx around the Y Axis


bwcomedycello
May 5, 2014, 09:34 PM
Hello, I'm stuck as how to the find volume of the solid generated by revolving the region created by y = x cos x; y = 0; x = 0; x =pi/2 about the y-axis? Your help is much appreciated!

ebaines
May 6, 2014, 05:40 AM
First is to set up the integral. I suggest using the cylinder approach - for each value of x you have a cylinder of radius x, height y, and width dx. The volume of that cylinder is

dV = 2 \pi x y dx

and the integral is then:

\int dV = \int _0 ^{\pi/2} 2 \pi x y dx = \int _0 ^{\pi/2} 2 \pi x^2 \cos x dx

bwcomedycello
May 6, 2014, 07:55 AM
Thank you so much!!