Difference between revisions of "2016 USAMO Problems/Problem 5"
(Created page with "==Problem== An equilateral pentagon <math>AMNPQ</math> is inscribed in triangle <math>ABC</math> such that <math>M\in\overline{AB},</math> <math>Q\in\overline{AC},</math> and ...") |
|||
Line 4: | Line 4: | ||
Prove that <math>\overline{OI}</math> is parallel to <math>\ell,</math> where <math>O</math> is the circumcenter of triangle <math>ABC,</math> and <math>I</math> is the incenter of triangle <math>ABC.</math> | Prove that <math>\overline{OI}</math> is parallel to <math>\ell,</math> where <math>O</math> is the circumcenter of triangle <math>ABC,</math> and <math>I</math> is the incenter of triangle <math>ABC.</math> | ||
==Solution== | ==Solution== | ||
− | {{ | + | |
+ | Write <math>\angle{JKL} = K</math> for all <math>J,K,L</math> chosen as distinct vertices of triangle <math>ABC</math>. Define <math>a, b, c</math> as sides opposite to angles <math>A, B</math>, and <math>C</math>, respectively. Place the triangle in the Euclidean plane with <math>A</math> at the origin and <math>C</math> on the positive x-axis. Assume without loss of generality that C is acute. | ||
+ | |||
+ | Consider the sides of the pentagon as vectors and note that <cmath>\overrightarrow{AM} + \overrightarrow{MN} + \overrightarrow{NP} = \overrightarrow{AQ} + \overrightarrow{QP} \qquad (1)</cmath> | ||
+ | |||
+ | Define <math>\delta</math> and <math>\gamma</math> as the angles made between the positive x-axis and <math>\overrightarrow{MN}</math> and <math>\overrightarrow{QP}</math>, respectively. Considering the x and y coordinates of the vectors in <math>(1)</math>, it follows that | ||
+ | <cmath>\cos \delta - \cos \gamma = 1 - \cos A - \cos C \qquad (2)</cmath> | ||
+ | <cmath>\sin \delta - \sin \gamma = \sin C - \sin A \qquad (3)</cmath> | ||
+ | |||
+ | Suppose <math>\sin C - \sin A = 0</math>. Then <math>A = C</math>, and the triangle is isosceles. In this case, it is clear by symmetry that <math>\overline{OI}</math> is vertical. Further, since point <math>S</math> exists, <math>\delta \neq \gamma</math>, so <math>\delta + \gamma = 180</math> and <math>\overrightarrow{MN} + \overrightarrow{QP}</math> must be vertical as well. | ||
+ | |||
+ | For the remainder of the proof, assume <math>\sin C \neq \sin A</math>. Note that <cmath>\frac{\cos y – \cos x}{\sin x - \sin y} = \frac{ (\cos y - \cos x)(\sin x + \sin y)}{ (\sin x - \sin y)(\sin x + \sin y)} = \frac {\sin x + \sin y}{\cos x + \cos y} </cmath> whenever <math>x, y \in \mathbb{R}</math> and <math>\sin x \neq \sin y</math>. Note further that the slope of the line defined by the vector formed by summing vectors <math>(\cos x, \sin x)</math> and <math>(\cos y, \sin y)</math> is this expression. Since <math>\ell</math> is parallel to <math>\overrightarrow{MN} + \overrightarrow{QP}</math>, the slope of <math>\ell</math> can be formed by dividing expressions in <math>(2)</math> and <math>(3)</math> and inverting the sign: <cmath>\frac{\cos A + \cos C – 1}{\sin C - \sin A} \qquad (4)</cmath> | ||
+ | |||
+ | Determine the coordinates of <math>I</math> by drawing perpendiculars from <math>I</math> to the sides and vertices of the triangle. By exploiting congruence between pairs of right triangles that share a vertex, one can partition <math>a,b,c</math> into <math>p+q, p+r, q+r</math> where <math>p,q,r</math> are bases of these triangles that lie on the sides of triangle <math>ABC</math>. From here it is clear that <math>I = \left(\frac{b + c – a}{2} , \frac{b + c – a}{2}\tan(A / 2)\right)</math>. | ||
+ | |||
+ | To find the coordinates of <math>O</math>, note that <math>\angle{OJK} + \angle{OJL} = \angle{J}</math> and that <math>\angle {OJK} = \angle{OKJ}</math> in any acute triangle <math>JKL</math>. It easily follows that <math>\angle{OJK} = 90 – L</math>. Note also that the perpendicular from <math>O</math> to <math>\overline{JK}</math> bisects <math>\overline{JK}</math>. Hence, <cmath>O = \left(\frac{b}{2},\frac{b}{2} \cot B\right) \qquad (5)</cmath> if triangle <math>ABC</math> is acute. | ||
+ | |||
+ | If triangle <math>JKL</math> is obtuse at <math>\angle J</math>, then it can be similarly shown that <math>\angle{OKL} = \angle{OLK} = J – 90</math> but that the remaining angles of this form are still <math>90-L</math> and <math>90-K</math>. It easily follows that <math>(5)</math> holds if <math>\angle A</math> is obtuse. If <math>\angle B</math> is obtuse then <math>\angle OAC = B – 90</math> and the <math>y</math> coordinate of <math>O</math> is <math>-\frac{b}{2} \tan{B-90}</math>. From this, <math>(5)</math> follows in this case as well. | ||
+ | |||
+ | We can conclude the slope of <math>\overline {OI}</math> is <cmath>\left(\frac{b \cot {B} – (b + c – a) \tan(A/2)}{a – c}\right) = \left( \frac {\cos B – \tan{(A/2)}\sin B}{\sin A - \sin C}\right) + \tan(A/2) \quad (6)</cmath> by the Law of Sines and rearrangement. | ||
+ | |||
+ | Setting <math>(6) = (4)</math> is equivalent to <cmath>1 - \cos A - \cos C = \cos B + \tan(A/2)(\sin A - \sin B - \sin C)</cmath> | ||
+ | |||
+ | Since <math>\tan(A/2) = \frac{\sin A}{1 + \cos A}</math>, this equation is equivalent to <cmath>(1 + \cos A)(\cos A + \cos B + \cos C – 1) = (\sin A)(\sin B + \sin C - \sin A)</cmath> | ||
+ | |||
+ | This equation is equivalent to <cmath>\cos(A + B) + \cos(A + C) + \cos B + \cos C = 0</cmath> which is evident. | ||
{{MAA Notice}} | {{MAA Notice}} | ||
==See also== | ==See also== | ||
{{USAMO newbox|year=2016|num-b=4|num-a=6}} | {{USAMO newbox|year=2016|num-b=4|num-a=6}} |
Revision as of 22:14, 11 July 2016
Problem
An equilateral pentagon is inscribed in triangle such that and Let be the intersection of lines and Denote by the angle bisector of
Prove that is parallel to where is the circumcenter of triangle and is the incenter of triangle
Solution
Write for all chosen as distinct vertices of triangle . Define as sides opposite to angles , and , respectively. Place the triangle in the Euclidean plane with at the origin and on the positive x-axis. Assume without loss of generality that C is acute.
Consider the sides of the pentagon as vectors and note that
Define and as the angles made between the positive x-axis and and , respectively. Considering the x and y coordinates of the vectors in , it follows that
Suppose . Then , and the triangle is isosceles. In this case, it is clear by symmetry that is vertical. Further, since point exists, , so and must be vertical as well.
For the remainder of the proof, assume . Note that whenever and . Note further that the slope of the line defined by the vector formed by summing vectors and is this expression. Since is parallel to , the slope of can be formed by dividing expressions in and and inverting the sign:
Determine the coordinates of by drawing perpendiculars from to the sides and vertices of the triangle. By exploiting congruence between pairs of right triangles that share a vertex, one can partition into where are bases of these triangles that lie on the sides of triangle . From here it is clear that .
To find the coordinates of , note that and that in any acute triangle . It easily follows that . Note also that the perpendicular from to bisects . Hence, if triangle is acute.
If triangle is obtuse at , then it can be similarly shown that but that the remaining angles of this form are still and . It easily follows that holds if is obtuse. If is obtuse then and the coordinate of is . From this, follows in this case as well.
We can conclude the slope of is by the Law of Sines and rearrangement.
Setting is equivalent to
Since , this equation is equivalent to
This equation is equivalent to which is evident.
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.
See also
2016 USAMO (Problems • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |