Difference between revisions of "2004 USAMO Problems/Problem 6"
m |
m (→Solution) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Problem== | + | == Problem == |
− | + | (''Zuming Feng'') A circle <math>\omega </math> is inscribed in a quadrilateral <math>ABCD </math>. Let <math>I </math> be the center of <math>\omega </math>. Suppose that | |
− | A circle <math>\omega </math> is inscribed in a quadrilateral <math>ABCD </math>. Let <math>I </math> be the center of <math>\omega </math>. Suppose that | ||
<center> | <center> | ||
<math> | <math> | ||
Line 10: | Line 9: | ||
==Solution== | ==Solution== | ||
− | {{ | + | Our proof is based on the following key Lemma. |
+ | |||
+ | '''Lemma''': If a circle <math>\omega</math>, centered at <math>I</math>, is inscribed in a quadrilateral <math>ABCD</math>, then | ||
+ | <cmath>BI^2 + \frac{AI}{DI}\cdot BI\cdot CI = AB\cdot BC.\qquad\qquad (1)</cmath> | ||
+ | |||
+ | <center>[[File:2004usamo6-1.png]]</center> | ||
+ | |||
+ | ''Proof'': Since circle <math>\omega</math> is inscribed in <math>ABCD</math>, we get <math>m\angle DAI = m\angle IAB = a</math>, <math>m\angle ABI = m\angle IBC = b</math>, <math>m\angle BCI = m\angle ICD = c</math>, <math>m\angle CDI = m\angle IDA = d</math>, and <math>a + b + c + d = 180^\circ</math>. Construct a point <math>P</math> outside of the quadrilateral such that <math>\triangle ABP</math> is similar to <math>\triangle DCI</math>. We obtain | ||
+ | <cmath>\begin{align*} | ||
+ | m\angle PAI + m\angle PBI &= m\angle PAB + m\angle BAI + m\angle PBA + m\angle ABI \\ | ||
+ | &= m\angle IDC + a + m\angle ICD + b \\ | ||
+ | &= a + b + c + d = 180^\circ, | ||
+ | \end{align*}</cmath> | ||
+ | implying that the quadrilateral <math>PAIB</math> is cyclic. By Ptolemy's Theorem, we have <math>AI\cdot BP + BI\cdot AP = AB\cdot IP</math>, or | ||
+ | <cmath>BP\cdot\frac{AI}{IP} + BI\cdot\frac{AP}{IP} = AB.\qquad\qquad (2)</cmath> | ||
+ | Because <math>PAIB</math> is cyclic, it is not difficult to see that, as indicated in the figure, <math>m\angle IPB = m\angle IAB = a</math>, <math>m\angle API = m\angle ABI = b</math>, <math>m\angle AIP = m\angle ABP = c</math>, and <math>m\angle PIB = m\angle PAB = d</math>. Note that <math>\triangle AIP</math> and <math>\triangle ICB</math> are similar, implying that | ||
+ | <cmath>\frac{AI}{IP} = \frac{IC}{CB}\text{ and }\frac{AP}{IP} = \frac{IB}{CB}.</cmath> | ||
+ | Substituting the above equalities into the identity <math>(2)</math>, we arrive at | ||
+ | <cmath>BP\cdot\frac{CI}{BC} + \frac{BI^2}{BC} = AB,</cmath> | ||
+ | or | ||
+ | <cmath>BP\cdot CI + BI^2 = AB\cdot BC.\qquad\qquad (3)</cmath> | ||
+ | Note also that <math>\triangle BIP</math> and <math>\triangle IDA</math> are similar, implying that <math>\frac{BP}{BI} = \frac{IA}{ID}</math>, or | ||
+ | <cmath>BP = \frac{AI}{ID}\cdot IB.</cmath> | ||
+ | Substituting the above identity back into <math>(3)</math> gives the desired relation <math>(1)</math>, establishing the Lemma. <math>\blacksquare</math> | ||
+ | |||
+ | Now we prove our main result. By the Lemma and symmetry, we have | ||
+ | <cmath>CI^2 + \frac{DI}{AI}\cdot BI\cdot CI = CD\cdot BC.\qquad\qquad (4)</cmath> | ||
+ | Adding the two identities <math>(1)</math> and <math>(4)</math> gives | ||
+ | <cmath>BI^2 + CI^2 + \left(\frac{AI}{DI} + \frac{DI}{AI}\right)BI\cdot CI = BC(AB + CD).</cmath> | ||
+ | By the AM-GM Inequality, we have <math>\frac{AI}{DI} + \frac{DI}{AI}\geq 2</math>. Thus, | ||
+ | <cmath>BC(AB + CD)\geq IB^2 + IC^2 + 2IB\cdot IC = (BI + CI)^2,</cmath> | ||
+ | where the equality holds if and only if <math>AI = DI</math>. Likewise, we have | ||
+ | <cmath>AD(AB + CD)\geq (AI + DI)^2,</cmath> | ||
+ | where the equality holds if and only if <math>BI = CI</math>. Adding the last two identities gives | ||
+ | <cmath>(AI + DI)^2 + (BI + CI)^2\leq (AD + BC)(AB + CD) = (AB + CD)^2,</cmath> | ||
+ | because <math>AD + BC = AB + CD</math>. (The latter equality is true because the circle <math>\omega</math> is inscribed in the quadrilateral <math>ABCD</math>.) | ||
+ | |||
+ | By the given condition in the problem, all the equalities in the above discussion must hold, that is, <math>AI = DI</math> and <math>BI = CI</math>. Consequently, we have <math>a = d</math>, <math>b = c</math>, and so <math>\angle DAB + \angle ABC = 2a + 2b = 180^\circ</math>, implying that <math>AD\parallel BC</math>. It is not difficult to see that <math>\triangle AIB</math> and <math>\triangle DIC</math> are congruent, implying that <math>AB = CD</math>. Thus, <math>ABCD</math> is an isosceles trapezoid. | ||
+ | |||
+ | {{alternate solutions}} | ||
+ | |||
== Resources == | == Resources == | ||
{{USAMO newbox|year=2004|num-b=5|after=Last problem}} | {{USAMO newbox|year=2004|num-b=5|after=Last problem}} | ||
+ | {{MAA Notice}} |
Latest revision as of 22:18, 28 November 2014
Problem
(Zuming Feng) A circle is inscribed in a quadrilateral . Let be the center of . Suppose that
.
Prove that is an isosceles trapezoid.
Solution
Our proof is based on the following key Lemma.
Lemma: If a circle , centered at , is inscribed in a quadrilateral , then
Proof: Since circle is inscribed in , we get , , , , and . Construct a point outside of the quadrilateral such that is similar to . We obtain implying that the quadrilateral is cyclic. By Ptolemy's Theorem, we have , or Because is cyclic, it is not difficult to see that, as indicated in the figure, , , , and . Note that and are similar, implying that Substituting the above equalities into the identity , we arrive at or Note also that and are similar, implying that , or Substituting the above identity back into gives the desired relation , establishing the Lemma.
Now we prove our main result. By the Lemma and symmetry, we have Adding the two identities and gives By the AM-GM Inequality, we have . Thus, where the equality holds if and only if . Likewise, we have where the equality holds if and only if . Adding the last two identities gives because . (The latter equality is true because the circle is inscribed in the quadrilateral .)
By the given condition in the problem, all the equalities in the above discussion must hold, that is, and . Consequently, we have , , and so , implying that . It is not difficult to see that and are congruent, implying that . Thus, is an isosceles trapezoid.
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
Resources
2004 USAMO (Problems • Resources) | ||
Preceded by Problem 5 |
Followed by Last problem | |
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.