Find the location of the centroid of a tetrahedron. I want the tetrahedron to have one face in the x,y plane and one vertex at (a,0,0). Two other vertices are located at (-a/2, a * sqrt(3)/2, 0) and (-a/2, -a*sqrt(3)/2, 0). You have to find the 3rd vertex yourself (as well as the location of the centroid).
During the course of this problem, you will have to compute the volume of the tetrahedron. Explicitly compute the volume of the tetrahedron. Finally, what is the radius of the smallest sphere which contains this tetrahedron.
During the course of this problem, you will have to compute the volume of the tetrahedron. Explicitly compute the volume of the tetrahedron. Finally, what is the radius of the smallest sphere which contains this tetrahedron.