AoPSWiki
Want to learn how to tackle those tough MATHCOUNTS and AMC counting and probability problems? Check out Art of Problem Solving's Introduction to Counting & Probability by David Patrick.

1991 USAMO Problems/Problem 5

From AoPSWiki

Problem

Let \, D \, be an arbitrary point on side \, AB \, of a given triangle \, ABC, \, and let \, E \, be the interior point where \, CD \, intersects the external common tangent to the incircles of triangles \, ACD \, and \, BCD. As \, D \, assumes all positions between \, A \, and \, B \,, prove that the point \, E \, traces the arc of a circle.

size(220);defaultpen(1);pair A=(0,0), B=(220,0), C=(18.7723,118.523);pair D=(72.6,0);pair Ia=incenter(A,D,C), Ib=incenter(B,D...

Solution

Let the incircle of ACD and the incircle of BCD touch line AB at points D_a,D_b, respectively; let these circles touch CD at C_a, C_b, respectively; and let them touch their common external tangent containing E at T_a,T_b, respectively, as shown in the diagram below.

size(220);defaultpen(1);pair A=(0,0), B=(220,0), C=(18.7723,118.523);pair D=(72.6,0);pair Ia=incenter(A,D,C), Ib=incenter(B,D...

We note that CE = CC_a - EC_a = CC_b - EB_b = \frac{CC_a + CC_b - (EC_a + EC_b)}{2} . On the other hand, since EC_a and ET_a are tangents from the same point to a common circle, EC_a = T_aE, and similarly EC_b = ET_b, so EC_a + EC_b = T_aE + ET_b = T_a T_b . On the other hand, the segments T_a T_b and D_a D_b evidently have the same length, and D_a D_b = D_aD + DD_b, so EC_a + EC_b = D_aD + DD_b. Thus CE = \frac{CC_a + CC_b - (EC_a + EC_b)}{2} = \frac{CC_a + CC_b - D_aD - DD_b}{2} . If we let s_a be the semiperimeter of triangle ACD, then CC_a = s_a - AD, and D_aD = s_a - AC, so CC_a - D_aD = (s_a - AD) - (s_a - AC) = AC - AD . Similarly, CC_b - DD_b = BC - DB, so that \begin{align*}CE &= \frac{CC_a + CC_b - D_aD - DD_b}{2} = \frac{AC + BC - (AD+DB)}{2} \\&= \frac{AC + BC - AB}{2} .\e... Thus E lies on the arc of the circle with center C and radius (AB+BC-AB)/2 intercepted by segments CA and CB. If we choose an arbitrary point X on this arc and let D be the intersection of lines CX and AB, then X becomes point E in the diagram, so every point on this arc is in the locus of E. \blacksquare


Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.

Resources

1991 USAMO (Problems)
Preceded by
Problem 4
1 2 3 4 5 Followed by
Last Question
All USAMO Problems and Solutions
Add a glimpse of the Art of Problem Solving Forum to your own site!
Click here for details!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us