Difference between revisions of "2020 AIME II Problems/Problem 15"
(→Video Solution 2) |
(→Solution) |
||
Line 8: | Line 8: | ||
-Fanyuchen20020715 | -Fanyuchen20020715 | ||
+ | |||
+ | ==Solution 2 (Official MAA)== | ||
+ | Let <math>M</math> denote the midpoint of <math>\overline{BC}</math>. The critical claim is that <math>M</math> is the orthocenter of <math>\triangle AXY</math>, which has the circle with diameter <math>\overline{AT}</math> as its circumcircle. To see this, note that because <math>\angle BXT = \angle BMT = 90^\circ</math>, the quadrilateral <math>MBXT</math> is cyclic, it follows that | ||
+ | <cmath>\angle MXA = \angle MXB = \angle MTB = 90^\circ - \angle TBM = 90^\circ - \angle A,</cmath> implying that <math>\overline{MX} \perp \overline{AC}</math>. Similarly, <math>\overline{MY} \perp \overline{AB}</math>. In particular, <math>MXTY</math> is a parallelogram. | ||
+ | <asy> | ||
+ | defaultpen(fontsize(8pt)); | ||
+ | unitsize(0.8cm); | ||
+ | |||
+ | pair A = (0,0); | ||
+ | pair B = (-1.26,-4.43); | ||
+ | pair C = (-1.26+3.89, -4.43); | ||
+ | pair M = (B+C)/2; | ||
+ | pair O = circumcenter(A,B,C); | ||
+ | pair T = (0.68, -6.49); | ||
+ | pair X = foot(T,A,B); | ||
+ | pair Y = foot(T,A,C); | ||
+ | path omega = circumcircle(A,B,C); | ||
+ | real rad = circumradius(A,B,C); | ||
+ | |||
+ | |||
+ | |||
+ | filldraw(A--B--C--cycle, rgb(0.98,0.81,0.69)); | ||
+ | label("$\omega$", O + rad*dir(45), SW); | ||
+ | filldraw(T--Y--M--X--cycle, rgb(173/255,216/255,230/255)); | ||
+ | draw(M--T); | ||
+ | draw(X--Y); | ||
+ | draw(B--T--C); | ||
+ | draw(A--X--Y--cycle); | ||
+ | draw(omega); | ||
+ | dot("$X$", X, W); | ||
+ | dot("$Y$", Y, E); | ||
+ | dot("$O$", O, W); | ||
+ | dot("$T$", T, S); | ||
+ | dot("$A$", A, N); | ||
+ | dot("$B$", B, W); | ||
+ | dot("$C$", C, E); | ||
+ | dot("$M$", M, N); | ||
+ | |||
+ | |||
+ | </asy> | ||
+ | Hence, by the Parallelogram Law, | ||
+ | <cmath> TM^2 + XY^2 = 2(TX^2 + TY^2) = 2(1143-XY^2).</cmath> But <math>TM^2 = TB^2 - BM^2 = 16^2 - 11^2 = 135</math>. Therefore <cmath>XY^2 = \frac13(2 \cdot 1143-135) = 717.</cmath> | ||
==See Also== | ==See Also== |
Revision as of 03:48, 9 March 2021
Contents
[hide]Problem
Let be an acute scalene triangle with circumcircle
. The tangents to
at
and
intersect at
. Let
and
be the projections of
onto lines
and
, respectively. Suppose
,
, and
. Find
.
Solution
Assume to be the center of triangle
,
cross
at
, link
,
. Let
be the middle point of
and
be the middle point of
, so we have
. Since
, we have
. Notice that
, so
, and this gives us
. Since
is perpendicular to
,
and
cocycle (respectively), so
and
. So
, so
, which yields
So same we have
. Apply Ptolemy theorem in
we have
, and use Pythagoras theorem we have
. Same in
and triangle
we have
and
. Solve this for
and
and submit into the equation about
, we can obtain the result
.
(Notice that is a parallelogram, which is an important theorem in Olympiad, and there are some other ways of computation under this observation.)
-Fanyuchen20020715
Solution 2 (Official MAA)
Let denote the midpoint of
. The critical claim is that
is the orthocenter of
, which has the circle with diameter
as its circumcircle. To see this, note that because
, the quadrilateral
is cyclic, it follows that
implying that
. Similarly,
. In particular,
is a parallelogram.
Hence, by the Parallelogram Law,
But
. Therefore
See Also
2020 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last Problem | |
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.