Sarah W. answered 02/04/16
Tutor
New to Wyzant
I Can Help You With Math!
I'll show you what might be a neat way to figure this out first, because I accidentally found the area of the circle instead of the volume of the torus when I first set up the integrals.
I'm going to say that the circle has a radius of r and is set R above the origin at point (0, r + R).
The equation for the circle would be
x2 + (y - (R + r))2 = r2
I'll solve this for y and write it as two different functions:
yt = (R + r) + √(r2 - x2)
yl = (R + r) - √(r2 - x2)
If you accidentally plop these into integrals, you can work out that the area of the circle is given by
A = 4∫[0, r]√(r2 -x2)dx
But then you go, whoops, I already know the area of the circle without having to do the integral.
I really need to find the volume of the torus.
I do this by doing the disk method on yt and yl separately and subtracting the second volume from the first (draw a picture).
In the argument of those integrals you know you'll need to have πf2(x)dx to get the volume of the disks, where we replace f(x) with yt and yl alternatingly.
I'll take x between 0 and r, so I'll only be finding half of the volume at first:
v/2 = π∫[0, r]yt2dx - π∫[0, r]yl2dx
Put π on the other side for now and combine the integrals:
v/(2π) = ∫[0, r](yt2 - yl2)dx
square your two ys and subtract separately before writing a bunch more messy integral stuff. Then
v/(2π) = 4(R + r)∫[0, r]√(r2 -x2)dx
v/(2π) = (R + r)A
v = 2π(R + r)A
where A is the area of that little circle, πr2
v = 2π2r2(R + r)
---
The nice thing about this is that that first mistake I made made it so we didn't have to actually compute the integral!
---
That probably beats the point of the exercise, but you were going to plug it into something to do the integral for you anyway...
In this particular problem, r = 3 and R = 4
so the volume of the donut should be
v = ?
Then the volume of 12 donuts is 12v and the pounds it takes to make this is what you get when you multiply 1/500 lb/cm3 by 12v.
---
If I misinterpreted the part about the stick being attached to the revolving ring, it could be that the stick goes all the way to the center of the circle instead of the outside edge (I did it thinking outside edge). Account for that if you have to. You'd use 4 for R + r instead of for R in the formula for volume, but that should be it.