返回题库

AIME 1995 · 第 4 题

AIME 1995 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Circles of radius 33 and 66 are externally tangent to each other and are internally tangent to a circle of radius 99. The circle of radius 99 has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord.

AIME diagram

解析

Solution 1

We label the points as following: the centers of the circles of radii 3,6,93,6,9 are O3,O6,O9O_3,O_6,O_9 respectively, and the endpoints of the chord are P,QP,Q. Let A3,A6,A9A_3,A_6,A_9 be the feet of the perpendiculars from O3,O6,O9O_3,O_6,O_9 to PQ\overline{PQ} (so A3,A6A_3,A_6 are the points of tangency). Then we note that O3A3O6A6O9A9\overline{O_3A_3} \parallel \overline{O_6A_6} \parallel \overline{O_9A_9}, and O6O9:O9O3=3:6=1:2O_6O_9 : O_9O_3 = 3:6 = 1:2. Thus, O9A9=2O6A6+1O3A33=5O_9A_9 = \frac{2 \cdot O_6A_6 + 1 \cdot O_3A_3}{3} = 5 (consider similar triangles). Applying the Pythagorean Theorem to O9A9P\triangle O_9A_9P, we find that

PQ2=4(A9P)2=4[(O9P)2(O9A9)2]=4[9252]=224PQ^2 = 4(A_9P)^2 = 4[(O_9P)^2-(O_9A_9)^2] = 4[9^2-5^2] = \boxed{224} AIME diagram

Solution 2 (Analytic Geometry)

AIME diagram

Let AA be defined as the origin of a coordinate plane with the yy-axis running across the chord and C(62,0)C(6\sqrt{2},0) by the Pythagorean Theorem. Then we have D(0,6)D(0,-6) and F(62,3)F(6\sqrt{2},-3), and since DEDF=13\frac{DE}{DF}=\frac{1}{3}, the point EE is one-third of the way from DD to FF, so point EE has coordinates (22,5)(2\sqrt{2},-5). EE is the center of the circle with radius 99, so the equation of this circle is (x22)2+(y+5)2=81(x-2\sqrt{2})^2+(y+5)^2=81. Since the chord's equation is y=0y=0, we must find all values of xx satisfying the equation of the circle such that y=0y=0. We find that x22=±56x-2\sqrt{2}=\pm\sqrt{56}, so the chord has length 56+22(56+22)=256|\sqrt{56}+2\sqrt{2}-(-\sqrt{56}+2\sqrt{2})|=2\sqrt{56} and the answer is (256)2=224(2\sqrt{56})^2=\boxed{224}.

~eevee9406