Difference between revisions of "2018 USAMO Problems/Problem 5"
(→Solution) |
(→Solution: align env) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 37: | Line 37: | ||
/* dots and labels */ | /* dots and labels */ | ||
dot((-5.58,1.98),dotstyle); | dot((-5.58,1.98),dotstyle); | ||
− | label("$A$", (-5.52,2.113333333333337), | + | label("$A$", (-5.52,2.113333333333337), N * labelscalefactor); |
dot((-7.42,-1.22),dotstyle); | dot((-7.42,-1.22),dotstyle); | ||
− | label("$B$", (-7.36,-1.0866666666666638), | + | label("$B$", (-7.36,-1.0866666666666638), SW * labelscalefactor); |
dot((-4.06,-3.18),dotstyle); | dot((-4.06,-3.18),dotstyle); | ||
label("$C$", (-4,-3.046666666666664), NE * labelscalefactor); | label("$C$", (-4,-3.046666666666664), NE * labelscalefactor); | ||
Line 63: | Line 63: | ||
/* end of picture */ | /* end of picture */ | ||
</asy> | </asy> | ||
− | + | ---- | |
− | <cmath>\angle DEQ + \angle AED + \angle AEP = \angle DAQ + \angle AQD + \angle AEP = 180 - \angle ADC + \angle AEP = 180 - \angle ADC + \angle ABP = \angle ABP + \angle ABC = 180</cmath> | + | <cmath>\begin{align*} |
+ | &\mathrel{\phantom{=}}\angle DEQ+\angle AED+\angle AEP\\ | ||
+ | &=\angle DAQ+\angle AQD+\angle AEP\\ | ||
+ | &=180-\angle ADC+\angle AEP\\ | ||
+ | &=180-\angle ADC+\angle ABP\\ | ||
+ | &=\angle ABP+\angle ABC\\ | ||
+ | &=180 | ||
+ | \end{align*}</cmath> | ||
so <math>P,E,Q</math> are collinear. Furthermore, note that <math>DQBP</math> is cyclic because: | so <math>P,E,Q</math> are collinear. Furthermore, note that <math>DQBP</math> is cyclic because: | ||
<cmath>\angle EDQ = \angle BAE = BPE.</cmath> | <cmath>\angle EDQ = \angle BAE = BPE.</cmath> | ||
Line 71: | Line 78: | ||
Now define <math>X</math> as the intersection of <math>BQ</math> and <math>DP</math>. From Pappus's theorem on <math>BFPDGQ</math> that <math>A,M,X</math> are collinear. It’s a well known property of Miquel points that <math>\angle EAX = 90</math>, so it follows that <math>MA \perp AE</math>, as desired. <math>\blacksquare</math> | Now define <math>X</math> as the intersection of <math>BQ</math> and <math>DP</math>. From Pappus's theorem on <math>BFPDGQ</math> that <math>A,M,X</math> are collinear. It’s a well known property of Miquel points that <math>\angle EAX = 90</math>, so it follows that <math>MA \perp AE</math>, as desired. <math>\blacksquare</math> | ||
~AopsUser101 | ~AopsUser101 | ||
+ | |||
+ | ==Video Solution by MOP 2024== | ||
+ | https://youtu.be/jORAIJDLzp4 | ||
+ | |||
+ | ~r00tsOfUnity |
Latest revision as of 09:46, 27 August 2023
Problem 5
In convex cyclic quadrilateral we know that lines and intersect at lines and intersect at and lines and intersect at Suppose that the circumcircle of intersects line at and , and the circumcircle of intersects line at and , where and are collinear in that order. Prove that if lines and intersect at , then
Solution
so are collinear. Furthermore, note that is cyclic because: Notice that since is the intersection of and , it is the Miquel point of .
Now define as the intersection of and . From Pappus's theorem on that are collinear. It’s a well known property of Miquel points that , so it follows that , as desired. ~AopsUser101
Video Solution by MOP 2024
~r00tsOfUnity