A tetrahedron has its four vertices as follows: . Find the volume of the largest ellipsoid that can be inscribed inside the given tetrahedron.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As column vectors, we're given that,
A = ⎣ ⎡ 1 0 0 0 ⎦ ⎤ , B = ⎣ ⎡ 5 1 2 0 ⎦ ⎤ , C = ⎣ ⎡ − 5 2 0 ⎦ ⎤ , D = ⎣ ⎡ 0 0 1 0 ⎦ ⎤
These four vertices can be thought of as an affine transformation of the vertices of the a regular tetrahedron. An affine transformation produces an image vector y of a given vector x , as follows:
y = A x + b
where A is 3 × 3 and b is 3 × 1 .
An important property of affine transformations is that the volume of an object after the transformation is equal to the absolute value of the determinant ∣ A ∣ times the its volume before the transformation.
Now, in a regular tetrahedron, the inscribed ellipsoid with maximum volume is the insphere of that tetrahedron. Therefore, for our irregular tetrahedron the inscribed ellipsoid of maximum volume is the image (under the affine transformation which we will determine) of the insphere of the regular tetrahedron. To determine the affine transformation's A and b , we can start with any regular tetrahedron. Let's take the tetrahedron whose face radius is 1 . The edge length is then 3 and the height is 2 . Therefore, its four vertices can be taken as,
x 1 = ⎣ ⎡ 1 0 0 ⎦ ⎤ , x 2 = ⎣ ⎡ − 2 1 2 3 0 ⎦ ⎤ , x 3 = ⎣ ⎡ − 2 1 − 2 3 0 ⎦ ⎤ , x 4 = ⎣ ⎡ 0 0 2 ⎦ ⎤
The inradius (the radius of the insphere) of this tetrahedron is one fourth of the height, i.e. R = 4 2 .
Now, we'll assign the images of x 1 through x 4 to be vertices A through D . Thus,
y 1 = A , y 2 = B , y 3 = C , y 4 = D
So that under the affine transformation, y i = A x i + b , i = 1 , 2 , 3 , 4 .
By augmenting vector b to matrix A , we obtain the matrix M = [ A , b ] , and by augmenting 1 as the fourth entry of vector x i , then we can write the following matrix equation:
Y = [ y 1 y 2 y 3 y 4 ] = M X
where X = [ x 1 1 x 2 1 x 3 1 x 4 1 ]
Note that X is a known 4 × 4 matrix. Therefore, solving for matrix M , we obtain,
M = Y X − 1
The first three columns of matrix M is matrix A , so we can find its determinant, take the absolute value of it and multiply that with the volume of the insphere of the regular tetrahedron, and this gives the desired maximum volume. The answer comes to ≈ 8 5 . 6 5 .