返回题库

AIME 1989 · 第 12 题

AIME 1989 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABCDABCD be a tetrahedron with AB=41AB=41, AC=7AC=7, AD=18AD=18, BC=36BC=36, BD=27BD=27, and CD=13CD=13, as shown in the figure. Let dd be the distance between the midpoints of edges ABAB and CDCD. Find d2d^{2}.

AIME diagram

解析

Solution

Call the midpoint of AB\overline{AB} MM and the midpoint of CD\overline{CD} NN. dd is the median of triangle CDM\triangle CDM. The formula for the length of a median is m=2a2+2b2c24m=\sqrt{\frac{2a^2+2b^2-c^2}{4}}, where aa, bb, and cc are the side lengths of triangle, and cc is the side that is bisected by median mm. The formula is a direct result of the Law of Cosines applied twice with the angles formed by the median (Stewart's Theorem). We can also get this formula from the parallelogram law, that the sum of the squares of the diagonals is equal to the squares of the sides of a parallelogram (https://en.wikipedia.org/wiki/Parallelogram_law).

We first find CMCM, which is the median of CAB\triangle CAB.

CM=98+259216814=10092CM=\sqrt{\frac{98+2592-1681}{4}}=\frac{\sqrt{1009}}{2} Now we must find DMDM, which is the median of DAB\triangle DAB.

DM=4252DM=\frac{\sqrt{425}}{2} Now that we know the sides of CDM\triangle CDM, we proceed to find the length of dd.

d=5482d2=5484=137d=\frac{\sqrt{548}}{2} \Longrightarrow d^2=\frac{548}{4}=\boxed{137}

Solution 2

Let M be the midpoint of AB. DM is a median of triangle ABD and CM is a median of triangle ABC We find that CM^2 = 1009/4 and DM^2 = 425/4 We can then find the median of triangle CDM squared from the 3 side lengths of the triangle which gives us 137. Therefore d2=137.d^2 = \boxed{137}.

~ Ethan50083