Difference between revisions of "2000 USAMO Problems/Problem 2"
(solution) |
m (→Solution 2) |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 9: | Line 9: | ||
We let <math>x = AP = s - a, y = BQ = s-b, z = CR = s-c</math>, and [[without loss of generality]] let <math>x \le y \le z</math>. Then <math>x + y + z = 3s - (a+b+c) = s</math>, so <math>r = \frac {A}{s} = \frac{\sqrt{(x+y+z)xyz}}{x+y+z} = \sqrt{\frac{xyz}{x+y+z}}</math>. Thus, | We let <math>x = AP = s - a, y = BQ = s-b, z = CR = s-c</math>, and [[without loss of generality]] let <math>x \le y \le z</math>. Then <math>x + y + z = 3s - (a+b+c) = s</math>, so <math>r = \frac {A}{s} = \frac{\sqrt{(x+y+z)xyz}}{x+y+z} = \sqrt{\frac{xyz}{x+y+z}}</math>. Thus, | ||
− | <cmath>6\sqrt{\frac | + | <cmath>6\sqrt{\frac{x+y+z}{xyz}} = \frac{2yz + 5xy + 5xz}{xyz}</cmath> |
− | Squaring yields | + | Squaring and simplifying yields (after much grueling work) |
<cmath>0 = 4y^2z^2 + 25x^2y^2 + 25x^2z^2 - 16xy^2z - 16xyz^2 + 14x^2yz</cmath> | <cmath>0 = 4y^2z^2 + 25x^2y^2 + 25x^2z^2 - 16xy^2z - 16xyz^2 + 14x^2yz</cmath> | ||
Line 19: | Line 19: | ||
<cmath>\begin{align}0 \le 4y^2z^2 + 25x^2y^2 + 25x^2z^2 - 16xy^2z - 16xyz^2 + 14x^2yz \tag{*} \end{align}</cmath> | <cmath>\begin{align}0 \le 4y^2z^2 + 25x^2y^2 + 25x^2z^2 - 16xy^2z - 16xyz^2 + 14x^2yz \tag{*} \end{align}</cmath> | ||
− | holds true, with equality [[iff]] <math>4x = y = z | + | holds true, with equality [[iff]] <math>4x = y = z</math>. |
Line 30: | Line 30: | ||
<cmath>\Delta = z^2(14-16z)^2 - 4(4z^2 - 16z + 25)(25z^2) = -144(z-4)^2 \le 0</cmath> | <cmath>\Delta = z^2(14-16z)^2 - 4(4z^2 - 16z + 25)(25z^2) = -144(z-4)^2 \le 0</cmath> | ||
− | as desired. Equality comes when <math>z = 4</math>; since <math>(*)</math> is symmetric in <math>y</math> and <math>z</math>, it follows that <math>y = 4</math> is also necessary for equality. Reversing our scaling, it follows that <math>x:y:z = 1:4:4</math>. | + | as desired. Equality comes when <math>z = 4</math>; since <math>(*)</math> is symmetric in <math>y</math> and <math>z</math>, it follows that <math>y = 4</math> is also necessary for equality. Reversing our scaling, it follows that <math>x:y:z = 1:4:4</math>. |
− | == See | + | Then <math>s = x+y+z = 9x</math>, and <math>s-a = x, s-b = 4x, s-c = 4x</math> yields <math>a:b:c = 8:5:5</math>. Thus, we have proved that all possible ABC are isosceles (as b = c), and that they are similar to a 5-5-8 triangle. |
+ | <math>\blacksquare</math> | ||
+ | == Solution 2 == | ||
+ | Let <math>A</math>, <math>B</math>, <math>C</math> be the three angles of the triangle, then <math>r/AP = \tan{(A/2)}</math>, <math>r/BQ=\tan{(B/2)}</math>, and <math>r/CR=\tan{(C/2)}</math>. Without loss of generality, assume <math>A \leq B \leq C</math>, then <math>CR=min{(AP,BQ,CR)}</math>. Denote <math>x=\tan{(A/2)}</math>, <math>x=\tan{(B/2)}</math>, <math>z=\tan{(C/2)}</math>, then we have, | ||
+ | <cmath>5(x+y+z)- 3z=6 \qquad \qquad (1) </cmath> | ||
+ | Meanwhile, | ||
+ | <cmath>z = \tan{(C/2)} = \tan{(90- (A+B)/2))} = \frac{1-xy}{x+y} </cmath> | ||
+ | Substitute <math>z</math> in <math>(1)</math>, we get | ||
+ | <cmath>5x^{2}+8xy+5y^{2} - 6x - 6y+2=0 \qquad \qquad (2) </cmath> | ||
+ | Treating (2) as a quadratic equation for <math>x</math>, the discriminant is: | ||
+ | <cmath>\Delta = (8y-6)^2 - 4*5(5y^2-6y+2)=-36y^2+24y-4 = -(6y-2)^2 \leq 0</cmath> | ||
+ | For <math>x</math>, <math>y</math> to be both real numbers, <math>\Delta</math> must not be negative, so <math>\Delta = 0</math>, which yields <math>y=1/3</math>. Solving for x, we get <math>x=\frac{-(8y-6)}{2*5}=1/3</math>. Using the formula <math>\tan(A)=\frac{2\tan(A/2)}{1-\tan^2(A/2)}</math>, we have <math>\tan(A)=\tan(B)=3/4</math>. Therefore <math>A=B=\arctan{(3/4)}</math>. This proves that all possible triangle <math>ABC</math> are isosceles with the same set of angles, i.e., they are similar to each other. | ||
+ | |||
+ | It's inconsequential to the proof, but it can be easily found that, since <math>tan(A) = 3/4</math>, the altitude to the base of the isosceles triangle divides the triangle into two 3-4-5 right triangles with <math>4</math> on the base; therefore, the entire triangle is 5-5-8. <math>\square</math>. | ||
+ | |||
+ | Solution by <math>Mathdummy</math>. | ||
+ | |||
+ | == See Also == | ||
{{USAMO newbox|year=2000|num-b=1|num-a=3}} | {{USAMO newbox|year=2000|num-b=1|num-a=3}} | ||
[[Category:Olympiad Algebra Problems]] | [[Category:Olympiad Algebra Problems]] | ||
[[Category:Olympiad Geometry Problems]] | [[Category:Olympiad Geometry Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 17:40, 3 January 2019
Contents
Problem
Let be the set of all triangles for which
where is the inradius and are the points of tangency of the incircle with sides respectively. Prove that all triangles in are isosceles and similar to one another.
Solution
We let , and without loss of generality let . Then , so . Thus,
Squaring and simplifying yields (after much grueling work)
We claim that the inequality
holds true, with equality iff .
Note that is homogeneous in , so without loss of generality, scale so that . Then
which is a quadratic in . As , it suffices to show that the quadratic cannot have more than one root, or the discriminant . Then,
as desired. Equality comes when ; since is symmetric in and , it follows that is also necessary for equality. Reversing our scaling, it follows that .
Then , and yields . Thus, we have proved that all possible ABC are isosceles (as b = c), and that they are similar to a 5-5-8 triangle.
Solution 2
Let , , be the three angles of the triangle, then , , and . Without loss of generality, assume , then . Denote , , , then we have, Meanwhile, Substitute in , we get Treating (2) as a quadratic equation for , the discriminant is: For , to be both real numbers, must not be negative, so , which yields . Solving for x, we get . Using the formula , we have . Therefore . This proves that all possible triangle are isosceles with the same set of angles, i.e., they are similar to each other.
It's inconsequential to the proof, but it can be easily found that, since , the altitude to the base of the isosceles triangle divides the triangle into two 3-4-5 right triangles with on the base; therefore, the entire triangle is 5-5-8. .
Solution by .
See Also
2000 USAMO (Problems • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.