Difference between revisions of "1979 USAMO Problems/Problem 4"
(→Solution) |
Thingarfield (talk | contribs) m (→Solution (trig bash)) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | <math>P</math> lies between the rays <math>OA</math> and <math>OB</math>. Find <math>Q</math> on <math>OA</math> and <math>R</math> on <math>OB</math> collinear with <math>P</math> so that <math>\frac{1}{PQ} | + | <math>P</math> lies between the rays <math>OA</math> and <math>OB</math>. Find <math>Q</math> on <math>OA</math> and <math>R</math> on <math>OB</math> collinear with <math>P</math> so that <math>\frac{1}{PQ} + \frac{1}{PR}</math> is as large as possible. |
+ | |||
+ | == Hint == | ||
+ | |||
+ | There are two ways to solve this problem. The first is more subtle, and the second is just bashing. | ||
==Solution (inversions) == | ==Solution (inversions) == | ||
Line 12: | Line 16: | ||
==Solution (trig bash) == | ==Solution (trig bash) == | ||
− | + | <asy> | |
+ | pair O = (0,0), A = (14,28), Q = (20,40), B = (16,0), R = (25,0), P = (23,16); | ||
+ | dot(O); dot(A); dot(Q); dot(B); dot(R); dot(P); | ||
+ | label("O", O, S); | ||
+ | label("A", A, W); | ||
+ | label("Q", Q, W); | ||
+ | label("B", B, S); | ||
+ | label("R", R, S); | ||
+ | label("P", P, E); | ||
+ | draw(O--R--Q--O); draw(O--P); | ||
+ | label("r", O--P, N); | ||
+ | </asy> | ||
− | Let <math>r = OP, x = | + | Let <math>r = OP, x = \angle OPR, a = \angle POR,</math> and <math>b = \angle POQ.</math> Then <math>\angle ORP = \pi - x - a</math> and <math>\angle OQP = x - b.</math> Using the Law of Sines on <math>\triangle OPR</math> gives |
<cmath>PR = \sin a * \frac{r}{\sin(\pi - x - a)} = \sin a * \frac{r}{\sin(x + a)},</cmath> | <cmath>PR = \sin a * \frac{r}{\sin(\pi - x - a)} = \sin a * \frac{r}{\sin(x + a)},</cmath> | ||
− | and using the Law of Sines on triangle OPQ gives | + | and using the Law of Sines on <math>\triangle OPQ</math> gives |
<cmath>PQ = \sin b * \frac{r}{\sin(x - b)}.</cmath> | <cmath>PQ = \sin b * \frac{r}{\sin(x - b)}.</cmath> | ||
Note that <math>r, a,</math> and <math>b</math> are given constants. | Note that <math>r, a,</math> and <math>b</math> are given constants. | ||
Line 25: | Line 40: | ||
= \frac{\sin x(\sin b \cos a + \sin a \cos b)}{r \sin a \sin b}</cmath> | = \frac{\sin x(\sin b \cos a + \sin a \cos b)}{r \sin a \sin b}</cmath> | ||
− | Clearly, this quantity is maximized when <math>\sin x = 1.</math> Because <math>x</math> | + | Clearly, this quantity is maximized when <math>\sin x = 1.</math> Because <math>x</math> must be less than <math>\pi</math>, <math>\frac{1}{PQ} + \frac{1}{PR}</math> is as large as possible when <math>x = \frac{\pi}{2},</math> or when line <math>QR</math> is perpendicular to line <math>PO</math>. |
==See Also== | ==See Also== |
Latest revision as of 11:24, 11 March 2018
Problem
lies between the rays and . Find on and on collinear with so that is as large as possible.
Hint
There are two ways to solve this problem. The first is more subtle, and the second is just bashing.
Solution (inversions)
Perform the inversion with center and radius Lines go to the circles passing through and the line cuts again at the inverses of Hence
Thus, it suffices to find the line through that maximizes the length of the segment If are the midpoints of i.e. the projections of onto then from the right trapezoid we deduce that Consequently, is the greatest possible length of which obviously occurs when is a rectangle. Hence, are the intersections of with the perpendicular to at
Solution (trig bash)
Let and Then and Using the Law of Sines on gives and using the Law of Sines on gives Note that and are given constants. Hence,
Clearly, this quantity is maximized when Because must be less than , is as large as possible when or when line is perpendicular to line .
See Also
1979 USAMO (Problems • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.