Given an irregular tetrahedron with vertices A ( 1 0 , 0 , 0 ) , B ( 5 , 1 2 , 0 ) , C ( − 5 , 2 , 0 ) , D ( 0 , 0 , 1 0 ) , it has a unique sphere inside it touching its four faces. This sphere is called the insphere, and its center is the incenter. For the given tetrahedron, find the coordinates of the incenter I , then enter the distance between the origin and point I as your answer.
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.
a = ( 1 0 , 0 , 0 ) , b = ( 5 , 1 2 , 0 ) , c = ( − 5 , 2 , 0 ) , d = ( 0 , 0 , 1 0 )
By subtracting we get vectors along the edges from d: e 1 = a − d = ( 1 0 , 0 , − 1 0 ) e 2 = b − d = ( 5 , 1 2 , − 1 0 ) e 3 = c − d = ( − 5 , 2 , − 1 0 )
Between these edges, we have three planes, with unit vectors perpendicular to them, pointing inward: v 1 = e 2 × e 1 = ( − 1 2 , 5 , − 1 2 ) / 3 1 3 v 2 = e 1 × e 3 = ( 2 , 1 5 , 2 ) / 2 3 3 v 3 = e 3 × e 2 = ( 1 0 , − 1 0 , − 7 ) / 2 4 9
Now of course the point d has distance 0 to each of its adjacent planes. If we move away from d in the right direction, we can increase the distance to these 3 planes with an equal amount. Therefore we are looking for a vector u such that u ⋅ v 1 = u ⋅ v 2 = u ⋅ v 3 . We find such a vector by calculating u = ( v 1 − v 2 ) × ( v 1 − v 3 )
(From this point, I used excel for the calculations)
Now the incentre must be at p = d + k u where k is chosen such that p is equidistant to the plane ABC and the other three planes. Therefore 1 0 + k u 3 = k u ⋅ v 1 , or k = u ⋅ v 1 − u 3 1 0
We find p = ( 2 . 2 1 5 8 3 . . . , 3 , 3 2 4 7 5 . . . , 2 . 5 8 6 1 0 . . . . ) and ∣ p ∣ = 4 . 7 5 9 3 9 8 6 . . .
Problem Loading...
Note Loading...
Set Loading...
Moving on from the solution below, I claim that the position vector of the incentre I of a tetrahedron A B C D is expressible in terms of the position vectors of the vertices A , B , C , D and of the areas of its four faces as follows: p = B C D + A C D + A B D + A B C B C D a + A C D b + A B D c + A B C d
This is the three-dimensional analogue of the better-known result for the incentre of a triangle. Here is the proof. Splitting the tetrahedron A B C D into the four tetrahedra A B C I , A B D I , A C D I , B C D I , all with bases one of the faces of the original tetrahedron and with height r , the inradius, we deduce that 3 1 ( A B C + A B D + A C D + B C D ) r = V where V is the volume of the tetrahedron A B C D . The equation of the plane A B C (for example) is ( r − a ) ⋅ ( a × b + b × c + c × a ) = 0 (note that a × b + b × c + c × a = ( b − a ) × ( c − a ) ) and so the distance of I from the face A B C is ∣ ∣ ∣ ∣ ∣ a × b + b × c + c × a ∣ ( p − a ) ⋅ ( a × b + b × c + c × a ) ∣ ∣ ∣ ∣ = 2 A B C ∣ ( p − a ) ⋅ ( a × b + b × c + c × a ) ∣ Now p ⋅ ( a × b + b × c + c × a ) ( p − a ) ⋅ ( a × b + b × c + c × a ) ∣ ( p − a ) ⋅ ( a × b + b × c + c × a ) ∣ = A B C + A B D + A C D + B C D B C D + A B D + A C D a ⋅ ( b × c ) + A B C + A B D + A C D + B C D A B C d ⋅ ( a × b + b × c + c × a ) = a ⋅ ( b × c ) + A B C + A B D + A C D + B C D A B C ( d − a ) ⋅ ( a × b + b × c + c × a ) = A B D + A B D + A C D + B C D A B C ( d − a ) ⋅ ( a × b + b × c + c × a ) = A B C + A B D + A C D + B C D 6 A B C V = 2 r A B C which shows that the distance from I to A B C is r . Similar calculations show that the distance of I to the other three faces is also r , and hence that I is indeed the incentre and r the inradius.
Calculating the coordinates of the incentre is now elementary. (and it turns out the the formulae obtained below can be substantially simplified). We have p = ( 1 7 + 2 3 3 + 2 4 9 + 3 1 3 5 2 3 3 + 1 0 2 4 9 − 5 3 1 3 , 1 7 + 2 3 3 + 2 4 9 + 3 1 3 1 2 2 3 3 + 2 3 1 3 , 1 7 + 2 3 3 + 2 4 9 + 3 1 3 1 7 0 ) from which we calculate O I = ∣ p ∣ = 4 . 7 5 9 3 9 8 6 8 0 .
The planes A B C , A B D , A C D and B C D have inward-pointing unit normals n A B C n A C D = = ∣ ( b − a ) × ( c − a ) ∣ ( b − a ) × ( c − a ) = k ∣ ( c − a ) × ( d − a ) ∣ ( c − a ) × ( d − a ) n A B D n B C D = = ∣ ( d − a ) × ( b − a ) ∣ ( d − a ) × ( b − a ) ∣ ( d − b ) × ( c − b ) ∣ ( d − b ) × ( c − b ) and so the plane Π 1 through A B that internally bisects the angle between the planes A B C and A B D has equation ( r − a ) ⋅ ( n A B C − n A B D ) = 0 Similarly the plane Π 2 through A C that internally bisects the angle between the planes A B C and A C D has equation ( r − a ) ⋅ ( n A B C − n A C D ) = 0 and the plane Π 3 through C D that intenally bisects the angle between the planes A C D and B C D has equation ( r − c ) ⋅ ( n A C D − n B C D ) = 0 The incentre I of the tetrahedron will be the intersection of the three planes Π 1 , Π 2 , Π 3 . The actual coordinates of I can be determined exactly, but the end result is horrendous. For example, the x -component is 5 2 9 8 8 2 3 3 + 2 7 9 6 2 4 9 + 5 1 7 5 8 0 1 7 + 2 4 9 7 2 9 2 9 + 2 3 3 7 7 9 3 7 + 2 9 1 8 1 5 9 3 2 1 5 9 7 6 2 3 3 + 2 7 9 6 2 4 9 − 3 1 3 5 8 0 1 7 + 4 9 8 7 2 9 2 9 + 2 3 3 7 7 9 3 7 − 1 2 1 8 1 5 9 3 2 1 Being content with decimal approximations, the coordinates of I are ( 2 . 2 1 5 8 4 , 3 . 3 2 4 7 5 , 2 . 5 8 6 1 1 ) , which makes O I = 4 . 7 5 9 3 9 8 6 8 0 .