Calculate Volume of Partial Torus (a=10, r=5)

RollingThundr
Messages
2
Reaction score
0
I have a real world problem. To design a calculator for a special machining process, I need to determine the volume of material removed when making a groove in the shape of a semicircle inside a tube on a lathe. The volume removed looks like this:

[PLAIN]http://img683.imageshack.us/img683/9854/halftorus.jpg

I've made many attempts, but I've been unsuccessful in creating an equation that works. This is mostly because I don't have the integration skills that are required. I've tried online integration calculators, but they haven't produced good results.

To check the result, a SolidWorks tells me that when a = 10 and r = 5, the volume is 2991.00 units cubed.

Thank you for your help.



Homework Equations





The Attempt at a Solution

 
Last edited by a moderator:
Physics news on Phys.org
Use the second theorem of pappus. Then look up the centroid of a semicircle. It's located 4*r/(3*pi) from the center of the hemisphere. So the circle swept by the centroid has radius a+4*r/(3*pi). The area of the semicircle is pi*r^2/2. So the total volume is (pi*r^2/2)*(4*r/(3*pi)+a)*2*pi.
 
Last edited:
Dick said:
Use the second theorem of pappus. Then look up the centroid of a semicircle. It's located 4*r/(3*pi) from the center of the hemisphere. So the circle swept by the centroid has radius a+4*r/(3*pi). The area of the semicircle is pi*r^2/2. So the total volume is (pi*r^2/2)*(4*r/(3*pi)+a)*2*pi.

Brilliant!

(pi*5^2/2)*(4*5/(3*pi)+10)*2*pi = 2991

I must have spent 3 hours trying to remember how to figure out how to integrate a modified equation for a circle. Your answer is short, sweet, and accurate.

Thanks Dick
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top