Maths Olympiad Prep

Library / /506 of 520

Geometry Difficulty 7.9 National olympiad, round 2 Find the answer

Let ABCDABCD be a rectangle with: AB=aAB=a, BC=bBC=b. Inside the rectangle we have to exteriorly tangents circles such that one is tangent to the sides ABAB and ADAD,the other is tangent to the sides CBCB and CDCD.

1. Find the distance between the centers of the circles(using aa and bb).
2. When the radiums of both circles change the tangency point between both of them changes, and describes a locus. Find that locus.

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

Solution

### Part 1: Distance Between the Centers of the Circles

1. Let the radius of the lower left circle be r1 r_1 and the radius of the upper right circle be r2 r_2 . The centers of these circles are at (r1,r1)(r_1, r_1) and (ar2,br2)(a - r_2, b - r_2) respectively.
2. The horizontal component of the distance between the centers is x=ar1r2 x = a - r_1 - r_2 .
3. The vertical component of the distance between the centers is y=br1r2 y = b - r_1 - r_2 .
4. The total distance between the centers is given by the Pythagorean theorem:
x2+y2=(ar1r2)2+(br1r2)2 \sqrt{x^2 + y^2} = \sqrt{(a - r_1 - r_2)^2 + (b - r_1 - r_2)^2}
5. Since the circles are tangent to each other, the distance between their centers is equal to the sum of their radii:
(ar1r2)2+(br1r2)2=r1+r2 \sqrt{(a - r_1 - r_2)^2 + (b - r_1 - r_2)^2} = r_1 + r_2
6. Let S=r1+r2 S = r_1 + r_2 . Then we have:
(aS)2+(bS)2=S \sqrt{(a - S)^2 + (b - S)^2} = S
7. Squaring both sides, we get:
(aS)2+(bS)2=S2 (a - S)^2 + (b - S)^2 = S^2
8. Expanding and simplifying:
a22aS+S2+b22bS+S2=S2 a^2 - 2aS + S^2 + b^2 - 2bS + S^2 = S^2
a2+b22(a+b)S+S2=0 a^2 + b^2 - 2(a + b)S + S^2 = 0
9. This simplifies to the quadratic equation:
S22(a+b)S+(a2+b2)=0 S^2 - 2(a + b)S + (a^2 + b^2) = 0
10. Solving this quadratic equation using the quadratic formula S=b±b24ac2a S = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} :
S=2(a+b)±4(a+b)24(a2+b2)2 S = \frac{2(a + b) \pm \sqrt{4(a + b)^2 - 4(a^2 + b^2)}}{2}
S=(a+b)±2ab S = (a + b) \pm \sqrt{2ab}
11. Since S S must be less than both a a and b b , we choose the negative root:
S=(a+b)2ab S = (a + b) - \sqrt{2ab}
S=(ab)2 S = (\sqrt{a} - \sqrt{b})^2

### Part 2: Locus of the Tangency Point

1. From the value of S S , we have x=aS x = a - S and y=bS y = b - S .
2. Let the distance from the tangency point to AD AD be p p and the distance from the tangency point to AB AB be q q .
3. Using the corrected formulas:
p=r1xS+r1=r1(aS)S+r1 p = \frac{r_1 x}{S} + r_1 = \frac{r_1 (a - S)}{S} + r_1
q=r1yS+r1=r1(bS)S+r1 q = \frac{r_1 y}{S} + r_1 = \frac{r_1 (b - S)}{S} + r_1
4. It follows that:
q=p+(ba) q = p + (b - a)
5. The locus must be a line segment that is included in the equation above. To find the full locus, we must find the endpoints.
6. Note that p p and q q are both maximized when r1 r_1 is maximized. Let m=min(a,b) m = \min(a, b) . Then maxr1=m2 \max r_1 = \frac{m}{2} so:
maxp=m2+r1(aS)S=m2+2abb \max p = \frac{m}{2} + \frac{r_1 (a - S)}{S} = \frac{m}{2} + \sqrt{2ab} - b
maxq=m2+r1(bS)S=m2+2aba \max q = \frac{m}{2} + \frac{r_1 (b - S)}{S} = \frac{m}{2} + \sqrt{2ab} - a
7. Similarly, p p and q q are minimized when r2 r_2 is maximized, which is when r1=Sm2 r_1 = S - \frac{m}{2} .

8. Since any point between the endpoints is in the locus, the locus consists of the line segment connecting:
(am2,bm2) and (m2+2abb,m2+2aba) \left( a - \frac{m}{2}, b - \frac{m}{2} \right) \text{ and } \left( \frac{m}{2} + \sqrt{2ab} - b, \frac{m}{2} + \sqrt{2ab} - a \right)

The final answer is (ab)2 \boxed{ \left( \sqrt{a} - \sqrt{b} \right)^2 } for the distance between the centers and the line segment connecting (am2,bm2)\left( a - \frac{m}{2}, b - \frac{m}{2} \right) and (m2+2abb,m2+2aba)\left( \frac{m}{2} + \sqrt{2ab} - b, \frac{m}{2} + \sqrt{2ab} - a \right) for the locus.

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.