Solveeit Logo

Question

Question: One circle has a radius of 5 and its center at (0, 5). A second circle has a radius of 12 and its ce...

One circle has a radius of 5 and its center at (0, 5). A second circle has a radius of 12 and its centre at (12, 0). The length of a radius of a third circle which passes through the center of the second circle and both points of intersection of the first 2 circles, is equal to:

A

13/2

B

15/2

C

17/2

D

None of these

Answer

13/2

Explanation

Solution

Let C1C_1 be the first circle with center O1=(0,5)O_1 = (0, 5) and radius r1=5r_1 = 5. Its equation is x2+(y5)2=52x^2 + (y-5)^2 = 5^2, which simplifies to x2+y210y=0x^2 + y^2 - 10y = 0.

Let C2C_2 be the second circle with center O2=(12,0)O_2 = (12, 0) and radius r2=12r_2 = 12. Its equation is (x12)2+y2=122(x-12)^2 + y^2 = 12^2, which simplifies to x2+y224x=0x^2 + y^2 - 24x = 0.

To find the points of intersection, we subtract the first equation from the second: (x2+y224x)(x2+y210y)=0(x^2 + y^2 - 24x) - (x^2 + y^2 - 10y) = 0 24x+10y=0    y=125x-24x + 10y = 0 \implies y = \frac{12}{5}x.

Substitute y=125xy = \frac{12}{5}x into the equation for C1C_1: x2+(125x)210(125x)=0x^2 + (\frac{12}{5}x)^2 - 10(\frac{12}{5}x) = 0 x2+14425x224x=0x^2 + \frac{144}{25}x^2 - 24x = 0 Multiplying by 25: 25x2+144x2600x=025x^2 + 144x^2 - 600x = 0 169x2600x=0169x^2 - 600x = 0 x(169x600)=0x(169x - 600) = 0. The solutions are x=0x=0 and x=600169x = \frac{600}{169}.

If x=0x=0, then y=125(0)=0y = \frac{12}{5}(0) = 0. The first intersection point is (0,0)(0,0). If x=600169x=\frac{600}{169}, then y=125×600169=1440169y = \frac{12}{5} \times \frac{600}{169} = \frac{1440}{169}. The second intersection point is P=(600169,1440169)P = (\frac{600}{169}, \frac{1440}{169}).

The third circle, C3C_3, passes through O2(12,0)O_2(12, 0), (0,0)(0,0), and P(600169,1440169)P(\frac{600}{169}, \frac{1440}{169}). Let the equation of C3C_3 be x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0.

Since C3C_3 passes through (0,0)(0,0), we get c=0c=0. The equation is x2+y2+2gx+2fy=0x^2 + y^2 + 2gx + 2fy = 0. Since C3C_3 passes through (12,0)(12,0): 122+02+2g(12)+2f(0)=0    144+24g=0    g=612^2 + 0^2 + 2g(12) + 2f(0) = 0 \implies 144 + 24g = 0 \implies g = -6. The equation is x2+y212x+2fy=0x^2 + y^2 - 12x + 2fy = 0.

Since C3C_3 passes through P(600169,1440169)P(\frac{600}{169}, \frac{1440}{169}): (600169)2+(1440169)212(600169)+2f(1440169)=0(\frac{600}{169})^2 + (\frac{1440}{169})^2 - 12(\frac{600}{169}) + 2f(\frac{1440}{169}) = 0. We know that xP2+yP2=(600169)2+(1440169)2=360000+20736001692=24336001692x_P^2 + y_P^2 = (\frac{600}{169})^2 + (\frac{1440}{169})^2 = \frac{360000 + 2073600}{169^2} = \frac{2433600}{169^2}. A simpler way is to use x2+y2=x2(1+(125)2)=x2(16925)x^2+y^2 = x^2(1 + (\frac{12}{5})^2) = x^2(\frac{169}{25}). For PP, xP2+yP2=(600169)216925=360000169×25=14400169x_P^2+y_P^2 = (\frac{600}{169})^2 \frac{169}{25} = \frac{360000}{169 \times 25} = \frac{14400}{169}. So, 1440016912(600169)+2f(1440169)=0\frac{14400}{169} - 12(\frac{600}{169}) + 2f(\frac{1440}{169}) = 0. Multiplying by 169: 144007200+2880f=014400 - 7200 + 2880f = 0 7200+2880f=0    f=72002880=527200 + 2880f = 0 \implies f = -\frac{7200}{2880} = -\frac{5}{2}.

The equation of C3C_3 is x2+y212x5y=0x^2 + y^2 - 12x - 5y = 0. The radius of C3C_3 is r3=(g)2+(f)2c=((6))2+((52))20=62+(52)2=36+254=144+254=1694=132r_3 = \sqrt{(-g)^2 + (-f)^2 - c} = \sqrt{(-(-6))^2 + (- (-\frac{5}{2}))^2 - 0} = \sqrt{6^2 + (\frac{5}{2})^2} = \sqrt{36 + \frac{25}{4}} = \sqrt{\frac{144+25}{4}} = \sqrt{\frac{169}{4}} = \frac{13}{2}.