Volume of a tetrahedron regular

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Bruno Tolentino
Messages
96
Reaction score
0
See the image that I uploaded...

2222.png


I want to write the surface S (bounded by edges u, v and w) in terms of x, y and z, u, v and w and A, B and C. And I got it!

See:
[tex]S(A,B,C) = \sqrt{A^2+B^2+C^2}[/tex]
[tex]S(x,y,z) = \sqrt{\frac{1}{4}( (yz)^2 + (zx)^2 + (xy)^2 )}[/tex]
[tex]S(u,v,w) = \sqrt{(+u+v+w)(-u+v+w)(+u-v+w)(+u+v-w)}[/tex]

And the Volume V:
[tex]V(x,y,z) = \frac{1}{6} xyz[/tex]
But, I don't know how to write V in terms of A, B, C neither u, v, w. Can you help me with this, please?
 
Mathematics news on Phys.org
Bruno Tolentino said:
See the image that I uploaded...

View attachment 84788

I want to write the surface S (bounded by edges u, v and w) in terms of x, y and z, u, v and w and A, B and C. And I got it!

See:
[tex]S(A,B,C) = \sqrt{A^2+B^2+C^2}[/tex]
[tex]S(x,y,z) = \sqrt{\frac{1}{4}( (yz)^2 + (zx)^2 + (xy)^2 )}[/tex]
[tex]S(u,v,w) = \sqrt{(+u+v+w)(-u+v+w)(+u-v+w)(+u+v-w)}[/tex]

And the Volume V:
[tex]V(x,y,z) = \frac{1}{6} xyz[/tex]
But, I don't know how to write V in terms of A, B, C neither u, v, w. Can you help me with this, please?
There are some complicated Heron-type formulas for computing the volume of a tetrahedron which are similar to those for computing the area of a triangle. However, these formulas are much more complex.

The paper at the following link shows the derivation of these formulas ad gives references for further study:

http://www.cs.berkeley.edu/~wkahan/VtetLang.pdf

Tetrahedrons are discussed starting at p. 11, but the previous material provides a good refresher.
 
I thank you for this answer. Actually, this no answer my question, but I'll intend to ask this in another thread. I'll intend to ask this and more one thing, that's the following:

Given a tetrahedron irregular (any tetrahedron), how to write the volume V in terms of the areas A, B, C and S?

OBS: my first question in this thread still no be answered.
 
Bruno Tolentino said:
I thank you for this answer. Actually, this no answer my question, but I'll intend to ask this in another thread. I'll intend to ask this and more one thing, that's the following:

Given a tetrahedron irregular (any tetrahedron), how to write the volume V in terms of the areas A, B, C and S?

OBS: my first question in this thread still no be answered.

If the edges x, y, and z are mutually perpendicular, you can write expressions for the areas A, B, and C using those lengths.
 
SteamKing said:
If the edges x, y, and z are mutually perpendicular, you can write expressions for the areas A, B, and C using those lengths.

I don't understand you explanation...

I discovered how to write V in terms of u, v and w:

[tex]V(u,v,w) = \sqrt{\frac{1}{288} (+u^2+v^2-w^2) (+u^2-v^2+w^2) (-u^2+v^2+w^2) }[/tex]
 
I discovered too: [tex]V(A,B,C) = \sqrt{\frac{2}{9} A B C}[/tex]