Difference between revisions of "1989 AIME Problems/Problem 12"
m (→Problem) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
Let <math>ABCD</math> be a [[tetrahedron]] with <math>AB=41</math>, <math>AC=7</math>, <math>AD=18</math>, <math>BC=36</math>, <math>BD=27</math>, and <math>CD=13</math>, as shown in the figure. Let <math>d</math> be the distance between the [[midpoint]]s of [[edge]]s <math>AB</math> and <math>CD</math>. Find <math>d^{2}</math>. | Let <math>ABCD</math> be a [[tetrahedron]] with <math>AB=41</math>, <math>AC=7</math>, <math>AD=18</math>, <math>BC=36</math>, <math>BD=27</math>, and <math>CD=13</math>, as shown in the figure. Let <math>d</math> be the distance between the [[midpoint]]s of [[edge]]s <math>AB</math> and <math>CD</math>. Find <math>d^{2}</math>. | ||
− | + | <asy> | |
− | + | defaultpen(fontsize(10)+0.8); size(175); | |
+ | pair A,B,C,D,M,P,Q; | ||
+ | C=origin; B=(8,0); D=IP(CR(C,6.5),CR(B,8)); A=(4,-3); P=midpoint(A--B); Q=midpoint(C--D); | ||
+ | draw(B--C--D--B--A--C^^A--D); draw(D--P--C^^P--Q, gray+dashed+0.5); | ||
+ | pen p=fontsize(12)+linewidth(3); | ||
+ | dot("$A$",A,down,p); dot("$B$",B,right,p); dot("$C$",C,left,p); dot("$D$",D,up,p); dot("$M$",P,dir(-45),p); dot("$N$",Q,0.2*(Q-P),p); | ||
+ | label("$27$",B--D,2*dir(30),fontsize(10)); label("$7$",A--C,2*dir(210),fontsize(10)); label("$18$",A--D,1.5*dir(30),fontsize(10)); label("$36$",(3,0),up,fontsize(10)); | ||
+ | </asy> | ||
== Solution == | == Solution == | ||
− | Call the midpoint of <math>\overline{AB}</math> <math>M</math> and the midpoint of <math>\overline{CD}</math> <math>N</math>. <math>d</math> is the [[median]] of triangle <math>\triangle CDM</math>. The formula for the length of a median is <math>m=\sqrt{\frac{2a^2+2b^2-c^2}{4}}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are the side lengths of triangle, and <math>c</math> is the side that is bisected by median <math>m</math>. The formula is a direct result of the [[Law of Cosines]] applied twice with the angles formed by the median ([[Stewart's Theorem]]). | + | Call the midpoint of <math>\overline{AB}</math> <math>M</math> and the midpoint of <math>\overline{CD}</math> <math>N</math>. <math>d</math> is the [[median]] of triangle <math>\triangle CDM</math>. The formula for the length of a median is <math>m=\sqrt{\frac{2a^2+2b^2-c^2}{4}}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are the side lengths of triangle, and <math>c</math> is the side that is bisected by median <math>m</math>. 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 <math>CM</math>, which is the median of <math>\triangle CAB</math>. | We first find <math>CM</math>, which is the median of <math>\triangle CAB</math>. |
Latest revision as of 12:49, 1 August 2022
Problem
Let be a tetrahedron with , , , , , and , as shown in the figure. Let be the distance between the midpoints of edges and . Find .
Solution
Call the midpoint of and the midpoint of . is the median of triangle . The formula for the length of a median is , where , , and are the side lengths of triangle, and is the side that is bisected by median . 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 , which is the median of .
Now we must find , which is the median of .
Now that we know the sides of , we proceed to find the length of .
See also
1989 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.