Difference between revisions of "2021 AIME II Problems/Problem 14"
(→Solution 4 (Guessing in the Last 3 Minutes, Unreliable)) |
m (→Solution 4 (Why Isosceles)) |
||
(25 intermediate revisions by 5 users not shown) | |||
Line 57: | Line 57: | ||
Finally, we obtain <math>\angle BAC=13k=\frac{585}{7},</math> from which the answer is <math>585+7=\boxed{592}.</math> | Finally, we obtain <math>\angle BAC=13k=\frac{585}{7},</math> from which the answer is <math>585+7=\boxed{592}.</math> | ||
− | ~Constance-variance | + | ~Constance-variance ~MRENTHUSIASM |
− | |||
− | ~MRENTHUSIASM | ||
==Solution 2== | ==Solution 2== | ||
Line 71: | Line 69: | ||
~advanture | ~advanture | ||
− | ==Solution 4 ( | + | ==Solution 4 (Why Isosceles)== |
− | + | <asy> | |
+ | /* Made by MRENTHUSIASM */ | ||
+ | size(375); | ||
+ | pair A, B, C, O, G, X, Y; | ||
+ | A = origin; | ||
+ | B = (1,0); | ||
+ | C = extension(A,A+10*dir(585/7),B,B+10*dir(180-585/7)); | ||
+ | O = circumcenter(A,B,C); | ||
+ | G = centroid(A,B,C); | ||
+ | Y = intersectionpoint(G--G+(100,0),B--C); | ||
+ | X = intersectionpoint(G--G-(100,0),A--scale(100)*rotate(90)*dir(O-A)); | ||
+ | pair O1=circumcenter(O,G,A); | ||
+ | real r1=length(O1-O); | ||
+ | markscalefactor=3/160; | ||
+ | filldraw(O--X--Y--cycle, rgb(255,255,0)); | ||
+ | draw(rightanglemark(O,G,X),red); | ||
+ | draw(A--O--B,fuchsia+0.4); | ||
+ | draw(Arc(O1,r1,-40,50),royalblue+0.5); | ||
+ | draw(circumcircle(O,G,Y), heavygreen+0.5); | ||
+ | dot("$A$",A,1.5*dir(180+585/7),linewidth(4)); | ||
+ | dot("$B$",B,1.5*dir(-585/7),linewidth(4)); | ||
+ | dot("$C$",C,1.5N,linewidth(4)); | ||
+ | dot("$O$",O,1.5N,linewidth(4)); | ||
+ | dot("$G$",G,1.5S,linewidth(4)); | ||
+ | dot("$Y$",Y,1.5E,linewidth(4)); | ||
+ | dot("$X$",X,1.5W,linewidth(4)); | ||
+ | draw(A--B--C--cycle^^X--O--Y--cycle^^A--X^^O--G^^circumcircle(A,B,C)); | ||
+ | </asy> | ||
+ | <math>\angle OAX = \angle OGX = 90^\circ \implies</math> quadrilateral <math>XAGO</math> is cyclic <math>\implies</math> | ||
+ | <math>\angle GXO = \angle GAO,</math> as they share the same intersept <math>\overset{\Large\frown} {GO}.</math> | ||
− | == | + | <math>\angle OGY = \angle OMY = 90^\circ \implies</math> quadrilateral <math>OGYM</math> is cyclic <math>\implies</math> |
− | < | + | |
− | + | <math>\angle GYO = \angle OMG,</math> as they share the same intercept <math>\overset{\Large\frown} {GO}.</math> | |
− | </ | + | |
− | Let <math>\triangle ABC</math> be an acute triangle with circumcenter <math>O.</math> Let <math>M</math> be the midpoint of <math>BC</math> so <math>MO\perp BC.</math> | + | In triangles <math>\triangle XOY</math> and <math>\triangle AOM,</math> two pairs of angles are equal, which means that the third angles <math>\angle XOY = \angle AOM</math> are also equal. |
+ | |||
+ | <math>\angle ABC : \angle BCA : \angle AOM = 13 : 2 : 17,</math> so <math>\angle AOM = \angle ABC + 2 \angle BCA.</math> | ||
+ | |||
+ | According to the <i><b>Claim</b></i>, <math>\triangle ABC</math> is isosceles, | ||
+ | <cmath>\angle ABC : \angle BCA : \angle BAC = 13 : 2 : 13.</cmath> | ||
+ | <cmath>\angle BAC = \frac{13} {13 + 2 + 13} \cdot 180^\circ = \frac {585^\circ}{7} \implies 585 + 7 = \boxed{592}.</cmath> | ||
+ | |||
+ | [[File:AIME-II-2021-14.png|230px|right]] | ||
+ | <i><b>Claim</b></i> | ||
+ | |||
+ | Let <math>\triangle ABC</math> be an acute triangle with circumcenter <math>O.</math> | ||
+ | |||
+ | Let <math>M</math> be the midpoint of <math>BC</math> so <math>MO\perp BC.</math> | ||
If <math>\angle AOM = 2\angle ACB + \angle ABC,</math> then <math>AC = BC.</math> | If <math>\angle AOM = 2\angle ACB + \angle ABC,</math> then <math>AC = BC.</math> | ||
− | We define <math>\angle AOM</math> as the sum of <math>\angle AOB + \angle BOM,</math> this angle can be greater than <math>\ | + | We define <math>\angle AOM</math> as the sum of <math>\angle AOB + \angle BOM,</math> this angle can be greater than <math>180^\circ.</math> |
− | |||
− | |||
− | |||
− | |||
− | <math>\angle AOB = 2\angle ACB</math> as | + | <i><b>Proof</b></i> |
+ | |||
+ | <math>\angle BAC = \angle BOM</math> as they share the same intercept <math>\overset{\Large\frown} {BC}</math> (an inscribed angle and half of central angle). | ||
+ | |||
+ | <math>\angle AOB = 2\angle ACB</math> as they share the same intercept <math>\overset{\Large\frown} {AB}.</math> | ||
<cmath>\angle AOM = \angle AOB + \angle BOM = 2 \angle ACB + \angle CAB.</cmath> | <cmath>\angle AOM = \angle AOB + \angle BOM = 2 \angle ACB + \angle CAB.</cmath> | ||
If <math>\angle AOM = 2 \angle ACB + \angle ABC,</math> then <math>\angle ABC = \angle CAB, AC = BC.</math> | If <math>\angle AOM = 2 \angle ACB + \angle ABC,</math> then <math>\angle ABC = \angle CAB, AC = BC.</math> | ||
+ | |||
+ | '''vladimir.shelomovskii@gmail.com, vvsss''' | ||
+ | |||
+ | ==Solution 5== | ||
+ | |||
+ | Extend <math>XA</math> and meet line <math>CB</math> at <math>P</math>. Extend <math>AG</math> to meet <math>BC</math> at <math>F</math>. Since <math>AF</math> is the median from <math>A</math> to <math>BC</math>, <math>A,G,F</math> are collinear. Furthermore, <math>OF</math> is perpendicular to <math>BC</math> | ||
+ | |||
+ | Draw the circumcircle of <math>\triangle{XPY}</math>, as <math>OA\bot XP, OG\bot XY, OF\bot PY</math>, <math>A,G,F</math> are collinear, <math>O</math> lies on <math>(XYP)</math> as <math>AGF</math> is the Simson line of <math>O</math> with respect to <math>\triangle{XPY}</math>. Thus, <math>\angle{P}=180-17x, \angle{PAB}=\angle{C}=2x, 180-15x=13x, x=\frac{45}{7}</math>, the answer is <math>180-15\cdot \frac{45}{7}=\frac{585}{7}</math> which is <math>\boxed{592}</math>. | ||
+ | |||
+ | ~bluesoul | ||
==Video Solution 1== | ==Video Solution 1== | ||
Line 105: | Line 155: | ||
~Osman Nal | ~Osman Nal | ||
+ | |||
+ | ==Video Solution by Interstigation== | ||
+ | https://www.youtube.com/watch?v=yIWe7ME6fpA | ||
+ | |||
+ | ~Interstigation | ||
==See Also== | ==See Also== | ||
{{AIME box|year=2021|n=II|num-b=13|num-a=15}} | {{AIME box|year=2021|n=II|num-b=13|num-a=15}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 15:50, 25 December 2022
Contents
Problem
Let be an acute triangle with circumcenter
and centroid
. Let
be the intersection of the line tangent to the circumcircle of
at
and the line perpendicular to
at
. Let
be the intersection of lines
and
. Given that the measures of
and
are in the ratio
the degree measure of
can be written as
where
and
are relatively prime positive integers. Find
.
Diagram
~MRENTHUSIASM
Solution 1
In this solution, all angle measures are in degrees.
Let be the midpoint of
so that
and
are collinear. Let
and
Note that:
- Since
quadrilateral
is cyclic by the Converse of the Inscribed Angle Theorem.
It follows that
as they share the same intercepted arc
- Since
quadrilateral
is cyclic by the supplementary opposite angles.
It follows that
as they share the same intercepted arc
Together, we conclude that by AA, so
Next, we express in terms of
By angle addition, we have
Substituting back gives
from which
For the sum of the interior angles of we get
Finally, we obtain
from which the answer is
~Constance-variance ~MRENTHUSIASM
Solution 2
Let be the midpoint of
. Because
,
and
are cyclic, so
is the center of the spiral similarity sending
to
, and
. Because
, it's easy to get
from here.
~Lcz
Solution 3 (Easy and Simple)
Firstly, let be the midpoint of
. Then,
. Now, note that since
, quadrilateral
is cyclic. Also, because
,
is also cyclic. Now, we define some variables: let
be the constant such that
and
. Also, let
and
(due to the fact that
and
are cyclic). Then,
Now, because
is tangent to the circumcircle at
,
, and
. Finally, notice that
. Then,
Thus,
and
However, from before,
, so
. To finish the problem, we simply compute
so our final answer is
.
~advanture
Solution 4 (Why Isosceles)
quadrilateral
is cyclic
as they share the same intersept
quadrilateral
is cyclic
as they share the same intercept
In triangles and
two pairs of angles are equal, which means that the third angles
are also equal.
so
According to the Claim, is isosceles,
Claim
Let be an acute triangle with circumcenter
Let be the midpoint of
so
If then
We define as the sum of
this angle can be greater than
Proof
as they share the same intercept
(an inscribed angle and half of central angle).
as they share the same intercept
If then
vladimir.shelomovskii@gmail.com, vvsss
Solution 5
Extend and meet line
at
. Extend
to meet
at
. Since
is the median from
to
,
are collinear. Furthermore,
is perpendicular to
Draw the circumcircle of , as
,
are collinear,
lies on
as
is the Simson line of
with respect to
. Thus,
, the answer is
which is
.
~bluesoul
Video Solution 1
https://www.youtube.com/watch?v=zFH1Z7Ydq1s
~Mathematical Dexterity
Video Solution 2
https://www.youtube.com/watch?v=7Bxr2h4btWo
~Osman Nal
Video Solution by Interstigation
https://www.youtube.com/watch?v=yIWe7ME6fpA
~Interstigation
See Also
2021 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
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.