When the circle is rotated about the y-axis, a shape called a torus is obtained. If the equation of the circle is
, what is the volume of the torus (without evaluating the integral)?
I'm confused on how to do this, if any could help that would be greatly appreciated!
I love this question.
Firstly, you're rotating around the y-axis, so you'll probably want x in terms of y.
Secondly, if you look carefully, the volume of the torus is actually a volume between two solids of revolution. Draw it out. It's the volume between rotating the left half of the semicircle around the y axis and the volume between rotating the right half of the semicircle around the y axis.
So what is this volume?
(x+2)^2 = 1- (y-1)^2
x = -2 +- sqrt(1-(y-1)^2)
x^2 = 5 +- 4 sqrt(1-(y-1)^2)-(y-1)^2 i.e. two values of x^2. This is like your "volume between curves" expression
So what you need is the larger x^2 expression minus the smaller x^2 expression yielding 8 sqrt(1-(y-1)^2)
Integrate pi times this over a suitable domain and you're done. It's a semicircle of radius one multiplied by eight pi, so I'd get 4pi^2 as a result.
Or if you don't like that, note that a torus, if unravelled, becomes a cylinder. The radius is clearly the radius of the circle, i.e. 1. The length of the cylinder is slightly more complicated. In the closed form of a torus, the length of the cylinder is the circle centred at the y-axis (as that's the axis of rotation) with radius equal to the perpendicular distance from the y-axis to the middle of the circle (visualize this and it'll make sense; I'm afraid I'm hopeless at explaining these). This distance is 2 units due to the horizontal translation of the circle, so the length of the cylinder is two pi times this, or 4pi. Therefore the volume that you want is length * pi* radius squared = 4pi*pi*1^2 = 4pi^2
The length of the cylinder is the distance the centre of the circle travels when it's rotated. That might make a bit more sense.