What Methods Calculate the Volume of a Solid Revolved Around Non-Standard Axes?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
EverythingIsACircle
Messages
2
Reaction score
0
Find the volume of the solid generated by revolving the region bounded by y = 4x-x^2 and y = 2x about the y-axis. About the line x = 2.

Since this is rotated about the y-axis, I know I have to manipulate the equation so I can get to x = something. The problem is I cannot change the equation y = 4x-x^2.

Questions:
How would you find the volume that is rotated about the y-axis while the equations are y = form instead of x =? If it is not possible, then what do I have to do in this case?
How would you find the volume if the axis of revolution is not y = 0?
 
Physics news on Phys.org
You can use the "cylinder method" rather that the "disk method" to integrate with respect to x. Imagine a line extending upward from each value of x. That line cuts the "region bounded by [itex]y = 4x-x^2[/itex] and y = 2x", for x between 0 and 2, in a line segment of length [itex](4x- x^2)- 2x= 2x-x^2[/itex]. Rotating around the y-axis that forms a cylinder of radius x and height [itex]2x- x^2[/itex] so area [itex]2\pi x(2x- x^2)= 2\pi (2x^2- x^3)[/itex]. Taking the "thickness" of each cylinder to be "dx", the whole volume is given by [itex]2\pi \int_0^2 2x^2- x^3 dx[/itex].