Solveeit Logo

Question

Question: The centres of two circles $C_1$ and $C_2$ each of unit radius are at a distance of 6 units from eac...

The centres of two circles C1C_1 and C2C_2 each of unit radius are at a distance of 6 units from each other. Let N be the mid point of the line segment joining the centres of C1C_1 and C2C_2 and C be a circle touching circles C1C_1 and C2C_2 externally. If a common tangent to C1C_1 and C passing through N is also a common tangent to C2C_2 and C, then the radius of the circle C is _____.

Answer

8

Explanation

Solution

Let O1O_1 and O2O_2 be the centers of circles C1C_1 and C2C_2, respectively. Given r1=r2=1r_1 = r_2 = 1 and the distance between centers O1O2=6O_1O_2 = 6. Let N be the midpoint of O1O2O_1O_2. Thus, O1N=NO2=3O_1N = NO_2 = 3.

Let O be the center of circle C and rr be its radius. Since C touches C1C_1 and C2C_2 externally, OO1=r+1OO_1 = r+1 and OO2=r+1OO_2 = r+1. This implies O lies on the perpendicular bisector of O1O2O_1O_2, which passes through N.

Set up a coordinate system with N at the origin (0,0), O1=(3,0)O_1 = (-3, 0) and O2=(3,0)O_2 = (3, 0). The center O of circle C is on the y-axis, so O=(0,y0)O = (0, y_0).

The distance OO12=(0(3))2+(y00)2=9+y02OO_1^2 = (0 - (-3))^2 + (y_0 - 0)^2 = 9 + y_0^2. Since OO1=r+1OO_1 = r+1, we have (r+1)2=9+y02(r+1)^2 = 9 + y_0^2.

The common tangent to C1C_1 and C2C_2 passing through N is a transverse common tangent. Let its equation be y=mxy = mx. The distance from O1(3,0)O_1(-3,0) to mxy=0mx - y = 0 is r1=1r_1=1: m(3)0m2+(1)2=1    3mm2+1=1    9m2=m2+1    8m2=1    m2=18\frac{|m(-3) - 0|}{\sqrt{m^2 + (-1)^2}} = 1 \implies \frac{3|m|}{\sqrt{m^2+1}} = 1 \implies 9m^2 = m^2+1 \implies 8m^2 = 1 \implies m^2 = \frac{1}{8}.

This tangent is also common to C2C_2 and C. The distance from O(0,y0)O(0, y_0) to mxy=0mx - y = 0 is rr: m(0)y0m2+(1)2=r    y0m2+1=r\frac{|m(0) - y_0|}{\sqrt{m^2 + (-1)^2}} = r \implies \frac{|y_0|}{\sqrt{m^2+1}} = r. Substituting m2=1/8m^2 = 1/8, we get m2+1=1/8+1=9/8=3/8\sqrt{m^2+1} = \sqrt{1/8 + 1} = \sqrt{9/8} = 3/\sqrt{8}. So, r=y03/8    y0=3r8r = \frac{|y_0|}{3/\sqrt{8}} \implies |y_0| = \frac{3r}{\sqrt{8}}. Squaring both sides: y02=9r28y_0^2 = \frac{9r^2}{8}.

Substitute y02y_0^2 into the equation (r+1)2=9+y02(r+1)^2 = 9 + y_0^2: (r+1)2=9+9r28(r+1)^2 = 9 + \frac{9r^2}{8} r2+2r+1=9+9r28r^2 + 2r + 1 = 9 + \frac{9r^2}{8} Multiply by 8: 8r2+16r+8=72+9r28r^2 + 16r + 8 = 72 + 9r^2 Rearrange: r216r+64=0r^2 - 16r + 64 = 0 (r8)2=0    r=8(r-8)^2 = 0 \implies r = 8.