Difference between revisions of "2002 AMC 12P Problems/Problem 24"
The 76923th (talk | contribs) m (→Solution) |
(→Solution 2(Cheesy)) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 19: | Line 19: | ||
Assume points <math>S</math>, <math>T</math>, and <math>U</math> are on edges <math>AB</math>, <math>AC</math>, and <math>BC</math> respectively such that <math>ES \perp AB</math>, <math>ET \perp AC</math>, and <math>EU \perp BC</math>. | Assume points <math>S</math>, <math>T</math>, and <math>U</math> are on edges <math>AB</math>, <math>AC</math>, and <math>BC</math> respectively such that <math>ES \perp AB</math>, <math>ET \perp AC</math>, and <math>EU \perp BC</math>. | ||
− | Consider triangles <math>EPS</math>, <math>EQT</math>, and <math>ERU</math>. Each of these triangles have a right angle and an angle equal to the dihedral angle of the tetrahedron, so they are all similar by AA similarity. | + | Consider triangles <math>EPS</math>, <math>EQT</math>, and <math>ERU</math>. Each of these triangles have a right angle and an angle equal to the dihedral angle of the tetrahedron, so they are all similar by AA similarity. In particular, we know that <math>\frac{EP}{ES} = \frac{EQ}{ET} = \frac{ER}{EU} = \frac{EP+EQ+ER}{ES+ET+EU} = \frac{s}{S}</math>. |
+ | |||
+ | It remains to find <math>\frac{EP}{ES}</math>, or equivalently, <math>\sin(\angle DSE)</math>. | ||
+ | |||
+ | We know <math>SE = \frac{1}{3}DS</math> by the centroid property. Therefore, <math>\cos(\angle DSE) = \frac{1}{3}</math>, so <math>\sin(\angle DSE) = \sqrt{1-(\frac{1}{3})^2} = \boxed {\text{(B) }\frac{2 \sqrt{2}}{3}}</math>. | ||
+ | |||
+ | == Solution 2(Cheesy) == | ||
+ | Continue to assume points <math>P</math>, <math>Q</math>, and <math>R</math> are on faces <math>ABD</math>, <math>ACD</math>, and <math>BCD</math> respectively such that <math>EP \perp ABD</math>, <math>EQ \perp ACD</math>, and <math>ER \perp BCD</math> and assume points <math>S</math>, <math>T</math>, and <math>U</math> are on edges <math>AB</math>, <math>AC</math>, and <math>BC</math> respectively such that <math>ES \perp AB</math>, <math>ET \perp AC</math>, and <math>EU \perp BC</math>. | ||
+ | |||
+ | Now, because they never specify where E has to be or how long the tetrahedron's sides must be, WLOG, assume E is the centroid/incenter/circumcenter/orthocenter of triangle ABC and the side length of the tetrahedron is <math>2</math> Note that the inradius of ABC is the same as <math>ES=ET=EU.</math> Then the inradius of <math>\triangle\text{ABC}</math> are <math>\frac{\sqrt3}{6}\cdot 2=\frac{\sqrt3}{3}.</math> | ||
+ | |||
+ | Next, take cross section <math>\triangle\text{SDC}.</math> Since <math>ES</math> is an inradius, <math>ES=\frac{\sqrt3}{3}.</math> Since <math>SD</math> is an altitude of <math>\triangle\text{DAB}</math> and <math>SC</math> is an altitude of <math>\triangle\text{ABC}</math>, <math>SC=SD=\frac{\sqrt3}{2}\cdot 2=\sqrt3.</math> Thus, by the Pythagorean theorem, <math>ED=\sqrt{SD^2-ES^2}=\sqrt{\sqrt{3}^2-\frac{\sqrt{3}^2}{3^2}}=\sqrt{3-\frac13}=\sqrt{\frac83}=\frac{2\sqrt6}{3}.</math> | ||
+ | |||
+ | Then, because <math>\angle{SED}=\angle{SQE}=90^\circ</math> and <math>\angle{ESD}=\angle{QSE},</math> <math>\triangle{SED}~\triangle{SQE}</math> by AA Similarity. Then, since <math>ES=\frac{SD}3=\frac{\sqrt3}3,</math> <math>EQ=\frac{ED}3=\frac{\frac{2\sqrt6}3}{3}=\frac{2\sqrt6}9.</math> | ||
+ | |||
+ | Then, <math>s=3\cdot EQ=3\cdot\frac{2\sqrt6}9=\frac{2\sqrt6}3</math> and <math>S=3\cdot\text{inradius}=3\cdot\frac{\sqrt3}3=\sqrt3.</math> Thus, <math>\frac{s}{S}=\frac{\frac{2\sqrt6}3}{\sqrt3}=\frac{2\sqrt2}3=\boxed{\text{(B)}}.</math> | ||
+ | |||
+ | ~~AndrewZhong2012~~ | ||
== See also == | == See also == | ||
{{AMC12 box|year=2002|ab=P|num-b=23|num-a=25}} | {{AMC12 box|year=2002|ab=P|num-b=23|num-a=25}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 10:39, 6 August 2025
Problem
Let be a regular tetrahedron and Let
be a point inside the face
Denote by
the sum of the distances from
to the faces
and by
the sum of the distances from
to the edges
Then
equals
Solution
Assume points ,
, and
are on faces
,
, and
respectively such that
,
, and
.
Assume points ,
, and
are on edges
,
, and
respectively such that
,
, and
.
Consider triangles ,
, and
. Each of these triangles have a right angle and an angle equal to the dihedral angle of the tetrahedron, so they are all similar by AA similarity. In particular, we know that
.
It remains to find , or equivalently,
.
We know by the centroid property. Therefore,
, so
.
Solution 2(Cheesy)
Continue to assume points ,
, and
are on faces
,
, and
respectively such that
,
, and
and assume points
,
, and
are on edges
,
, and
respectively such that
,
, and
.
Now, because they never specify where E has to be or how long the tetrahedron's sides must be, WLOG, assume E is the centroid/incenter/circumcenter/orthocenter of triangle ABC and the side length of the tetrahedron is Note that the inradius of ABC is the same as
Then the inradius of
are
Next, take cross section Since
is an inradius,
Since
is an altitude of
and
is an altitude of
,
Thus, by the Pythagorean theorem,
Then, because and
by AA Similarity. Then, since
Then, and
Thus,
~~AndrewZhong2012~~
See also
2002 AMC 12P (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.