1995 AIME Problems/Problem 4
Problem
Circles of radius and
are externally tangent to each other and are internally tangent to a circle of radius
. The circle of radius
has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord.
![[asy] pointpen = black; pathpen = black + linewidth(0.7); size(150); pair A=(0,0), B=(6,0), C=(-3,0), D=C+6*expi(acos(1/3)), F=B+3*expi(acos(1/3)), P=IP(F--F+3*(D-F),CR(A,9)), Q=IP(F--F+3*(F-D),CR(A,9)); D(CR(A,9)); D(CR(B,3)); D(CR(C,6)); D(P--Q); [/asy]](http://latex.artofproblemsolving.com/1/b/4/1b49c3112557e935af0792920ce28eea2617eab6.png)
Solution 1
We label the points as following: the centers of the circles of radii are
respectively, and the endpoints of the chord are
. Let
be the feet of the perpendiculars from
to
(so
are the points of tangency). Then we note that
, and
. Thus,
(consider similar triangles). Applying the Pythagorean Theorem to
, we find that
![[asy] pointpen = black; pathpen = black + linewidth(0.7); size(150); pair A=(0,0), B=(6,0), C=(-3,0), D=C+6*expi(acos(1/3)), F=B+3*expi(acos(1/3)),G=5*expi(acos(1/3)), P=IP(F--F+3*(D-F),CR(A,9)), Q=IP(F--F+3*(F-D),CR(A,9)); D(CR(D(MP("O_9",A)),9)); D(CR(D(MP("O_3",B)),3)); D(CR(D(MP("O_6",C)),6)); D(MP("P",P,NW)--MP("Q",Q,NE)); D((-9,0)--(9,0)); D(A--MP("A_9",G,N)); D(B--MP("A_3",F,N)); D(C--MP("A_6",D,N)); D(A--P); D(rightanglemark(A,G,P,12)); [/asy]](http://latex.artofproblemsolving.com/4/8/b/48be03ee754e516e7858ae5ff4b144b4d32e4cf3.png)
Solution 2 (Analytic Geometry)
![[asy] pointpen = black; pathpen = black + linewidth(0.7); size(150); pair A=(0,0), B=(6,0), C=(-3,0), D=C+6*expi(acos(1/3)), F=B+3*expi(acos(1/3)),G=5*expi(acos(1/3)), P=IP(F--F+3*(D-F),CR(A,9)), Q=IP(F--F+3*(F-D),CR(A,9)); D(CR(D(MP("E",A)),9)); D(CR(D(MP("F",B)),3)); D(CR(D(MP("D",C)),6)); D((-9,0)--(9,0)); D(MP("",P,NW)--MP("",Q,NE)); D(A--MP("B",G,N)); D(B--MP("C",F,N)); D(C--MP("A",D,N)); D(rightanglemark(A,G,P,12)); D(rightanglemark(C,D,P,12)); D(rightanglemark(B,F,P,12)); [/asy]](http://latex.artofproblemsolving.com/a/2/b/a2ba3edd7981fa26cb04db42091fc4f1dd9ad3a2.png)
Let be defined as the origin of a coordinate plane with the
-axis running across the chord and
by the Pythagorean Theorem. Then we have
and
, and since
, the point
is one-third of the way from
to
, so point
has coordinates
.
is the center of the circle with radius
, so the equation of this circle is
. Since the chord's equation is
, we must find all values of
satisfying the equation of the circle such that
. We find that
, so the chord has length
and the answer is
.
~eevee9406
See also
1995 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.