A sphere is inscribed in the tetrahedron whose vertices are A=(6,0,0),B=(0,4,0),C=(0,0,2), and D=(0,0,0). The radius of the sphere is m/n, where m and n are relatively prime positive integers. Find m+n.
解析
Solution 1
The center I of the insphere must be located at (r,r,r) where r is the sphere's radius. I must also be a distance r from the plane ABC
The signed distance between a plane and a point I can be calculated as ∣P∣(I−G)⋅P, where G is any point on the plane, and P is a vector perpendicular to ABC.
A vector P perpendicular to plane ABC can be found as V=(A−C)×(B−C)=⟨8,12,24⟩
Thus ∣P∣(I−C)⋅P=−r where the negative comes from the fact that we want I to be in the opposite direction of P
Notice that we can split the tetrahedron into 4 smaller tetrahedrons such that the height of each tetrahedron is r and the base of each tetrahedron is one of the faces of the original tetrahedron. This is because the bases of the tetrahedrons are tangent to the sphere, so the line from the center to the foot of the perpendicular to the bases hits the tangency points. Letting volume be V and surface area be F, using the volume formula for each pyramid(base times height divided by 3) we have 3rF=V. The surface area of the pyramid is 26⋅4+6⋅2+4⋅2+[ABC]=22+[ABC]. We know triangle ABC's side lengths, 22+42,22+62, and 42+62, so using the expanded form of heron's formula,
[ABC]=162(a2b2+b2c2+a2c2)−a4−b4−c4=2(5⋅13+10⋅5+13⋅10)−52−102−132=196=14
Therefore, the surface area is 14+22=36, and the volume is 3[BCD]⋅6=3⋅24⋅2⋅6=8, and using the formula above that 3rF=V, we have 12r=8 and thus r=32, so the desired answer is 2+3=005.
(Solution by Shaddoll)
Solution 3
The intercept form equation of the plane ABC is 6x+4y+2z=1. Its normal form is 72x+73y+76z−712=0 (square sum of the coefficients equals 1). The distance from (r,r,r) to the plane is 72r+73r+76r−712. Since (r,r,r) and (0,0,0) are on the same side of plane, the value in the absolute value sign is negative (same as the one by plugging in (0,0,0)). Therefore we have −(72r+73r+76r−712)=r. So r=32, which solves the problem.
Additionally, if (r,r,r) is on the other side of ABC, we have (72r+73r+76r−712)=r, which yields r=512, corresponding an "ex-sphere" that is tangent to face ABC as well as the extensions of the other 3 faces.
-JZ
Solution 4
First let us find the equation of the plane passing through (6,0,0),(0,0,2),(0,4,0). The "point-slope form" is A(6−x1)+B(0−y1)+C(0−z1)=0. Plugging in (0,0,2) gives A(6)+B(0)+C(−2)=0. Plugging in (0,4,0) gives A(6)+B(−4)+C(0)=0. We can then use Cramer's rule/cross multiplication to get A/(0−8)=−B/(0+12)=C/(−24)=k. Solve for A, B, C to get 2k,3k,6k respectively. We can then get 2k(x−x1)+3k(y−y1)+6k(z−z1)=0. Cancel out k on both sides. Next, let us substitute (0,0,2). We can then get 2x+3y+6z=12as the equation of the plane. We can divide the equation by its magnitude to get the normal form of the plane. We get 2x/7+2y/7+6z/7=12/7 to be the normal form. Note that the point is going to be at (r,r,r). We find the distance from (r,r,r) to the plane as 2/7r+3/7r+6/7r−12/7/((4/49+9/49+36/49)), which is +/−(11r/7−12/7). We take the negative value of this because if we plug in (0,0,0) to the equation of the plane we get a negative value. We equate that value to r and we get the equation −(11r/7−12/7)=r to solve r=2/3, so the answer is 005.
Solution 5
Clearly, if the radius of the sphere is r, the center of the sphere lies on (r,r,r).
We find the equation of plane ABC to be 61x+41y+21z=1. From the definition of the insphere, it must be true that the distance from the center of the sphere to plane ABC is equal to the length of the radius of the sphere. By point-to-plane, we have
r=(61)2+(41)2+(21)2∣61r+41r+21r−1∣⟹r=32,
so the answer is 005.
-pqr.
Solution 6(Formula Bash)
The radius of the insphere in a tetrahedron can be calculated using the formula r=A3V, where r is the radius, V is the volume of the tetrahedron, and A is the total surface area of the tetrahedron.
We calculate the volume of the tetrahedron as:
V=62×4×6=8
Next, we find the total surface area as the sum of the areas of the four triangular faces:
Surface Area=[ABD]+[BDC]+[ACD]+[ABC]=12+4+6+[ABC]
The side lengths of triangle ABC are 52, 40, and 20. Constructing an altitude from A and using the system of equations x2+h2=40 and (25−x)2+h2=20, we solve for h and get:
h=5145
Thus, the area of triangle ABC is:
Area of [ABC]=14
Now, the total surface area is:
A=12+4+6+14=36
Finally, using the formula for the radius, we have: