Maths Olympiad Prep

Library / /437 of 520

Geometry Difficulty 7.4 National olympiad, round 2 Find the answer

Let ABCABC be an equilateral triangle with side 3. A circle C1C_1 is tangent to ABAB and ACAC.
A circle C2C_2, with a radius smaller than the radius of C1C_1, is tangent to ABAB and ACAC as well as externally tangent to C1C_1.
Successively, for nn positive integer, the circle Cn+1C_{n+1}, with a radius smaller than the radius of CnC_n, is tangent to ABAB and ACAC and is externally tangent to CnC_n.
Determine the possible values for the radius of C1C_1 such that 4 circles from this sequence, but not 5, are contained on the interior of the triangle ABCABC.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

1. Identify the position of the circle centers:
The centers of the circles C1,C2,C_1, C_2, \ldots must lie on the internal bisector AMAM of BAC\angle BAC, since their distances from the sides ABAB and ACAC are equal.

2. Establish the relationship between the radii:
Consider the first two circles C1C_1 and C2C_2. Let the radius of C1C_1 be xx and the radius of C2C_2 be yy. Since C2C_2 is externally tangent to C1C_1 and both are tangent to ABAB and ACAC, the centers of these circles form a right triangle with the internal bisector AMAM. The hypotenuse of this triangle is x+yx + y and the leg opposite the 3030^\circ angle is yxy - x. Using the ratio for a 30609030^\circ-60^\circ-90^\circ triangle, we have:
yxx+y=12 \frac{y - x}{x + y} = \frac{1}{2}
Solving for yy, we get:
2(yx)=x+y    2y2x=x+y    2yy=x+2x    y=3x 2(y - x) = x + y \implies 2y - 2x = x + y \implies 2y - y = x + 2x \implies y = 3x

3. Iterate the relationship for subsequent circles:
For n=2,3,n = 2, 3, \ldots, the radius of the nn-th circle CnC_n can be expressed as rn=3n1xr_n = 3^{n-1}x. The distance from AA to the center of the nn-th circle OnO_n is the sum of the radii of all previous circles plus the radius of the nn-th circle:
APn=x+(x+3x)+(3x+9x)++(3n2x+3n1x)+3n1x \overline{AP_n} = x + (x + 3x) + (3x + 9x) + \cdots + (3^{n-2}x + 3^{n-1}x) + 3^{n-1}x
Simplifying, we get:
APn=x(1+4+12++3n1+3n1) \overline{AP_n} = x \left(1 + 4 + 12 + \cdots + 3^{n-1} + 3^{n-1}\right)
This is a geometric series with the first term a=1a = 1 and common ratio r=3r = 3:
APn=x(1+4+12++3n1+3n1)=x(1+3k=0n23k) \overline{AP_n} = x \left(1 + 4 + 12 + \cdots + 3^{n-1} + 3^{n-1}\right) = x \left(1 + 3 \sum_{k=0}^{n-2} 3^k\right)
The sum of the geometric series is:
k=0n23k=3n112 \sum_{k=0}^{n-2} 3^k = \frac{3^{n-1} - 1}{2}
Therefore:
APn=x(1+33n112)=x(1+3n32)=x(3n+12) \overline{AP_n} = x \left(1 + 3 \cdot \frac{3^{n-1} - 1}{2}\right) = x \left(1 + \frac{3^{n} - 3}{2}\right) = x \left(\frac{3^n + 1}{2}\right)

4. Determine the condition for 4 circles to fit inside the triangle:
The length of the internal bisector AMAM of BAC\angle BAC in an equilateral triangle with side length 3 is:
AM=323=332 AM = \frac{\sqrt{3}}{2} \cdot 3 = \frac{3\sqrt{3}}{2}
We need:
AP4<AM<AP5 \overline{AP_4} < \overline{AM} < \overline{AP_5}
Substituting the expressions for AP4\overline{AP_4} and AP5\overline{AP_5}:
x(34+12)<332<x(35+12) x \left(\frac{3^4 + 1}{2}\right) < \frac{3\sqrt{3}}{2} < x \left(\frac{3^5 + 1}{2}\right)
Simplifying:
x(81+12)<332<x(243+12) x \left(\frac{81 + 1}{2}\right) < \frac{3\sqrt{3}}{2} < x \left(\frac{243 + 1}{2}\right)
x41<332<x122 x \cdot 41 < \frac{3\sqrt{3}}{2} < x \cdot 122
Solving for xx:
x<3382andx>33244 x < \frac{3\sqrt{3}}{82} \quad \text{and} \quad x > \frac{3\sqrt{3}}{244}
Therefore, the possible values for xx are:
33244<x<3382 \frac{3\sqrt{3}}{244} < x < \frac{3\sqrt{3}}{82}

The final answer is 33244<x<3382\boxed{\frac{3\sqrt{3}}{244} < x < \frac{3\sqrt{3}}{82}}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.