Skip to main content
Back to Circles
JEE Main 2023
Circles
Circle
Medium

Question

Let C1C_1 be the circle in the third quadrant of radius 3 , that touches both coordinate axes. Let C2C_2 be the circle with centre (1,3)(1,3) that touches C1\mathrm{C}_1 externally at the point (α,β)(\alpha, \beta). If (βα)2=mn(\beta-\alpha)^2=\frac{m}{n} , gcd(m,n)=1\operatorname{gcd}(m, n)=1, then m+nm+n is equal to

Options

Solution

Key Concepts and Formulas

  • Circles Touching Coordinate Axes: A circle touching both axes has its center at (±r,±r)(\pm r, \pm r), where rr is the radius. The signs depend on the quadrant.
  • Distance Formula: The distance between points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
  • External Tangency: If two circles with centers C1C_1 and C2C_2 and radii r1r_1 and r2r_2 touch externally, then C1C2=r1+r2C_1C_2 = r_1 + r_2.
  • Section Formula: If point P(x,y)P(x,y) divides the line segment joining C1(x1,y1)C_1(x_1, y_1) and C2(x2,y2)C_2(x_2, y_2) in the ratio m:nm:n, then P=(nx1+mx2m+n,ny1+my2m+n)P = \left( \frac{n x_1 + m x_2}{m + n}, \frac{n y_1 + m y_2}{m + n} \right).

Step-by-Step Solution

Step 1: Determine the center and radius of circle C1C_1

We are given that C1C_1 lies in the third quadrant, has a radius of 3, and touches both coordinate axes. Since the circle is in the third quadrant and touches both axes, its center must be at (3,3)(-3, -3). The radius is given as 3.

  • Radius of C1C_1: r1=3r_1 = 3
  • Center of C1C_1: C1=(3,3)C_1 = (-3, -3)

Step 2: Determine the center of circle C2C_2 and let its radius be r2r_2

We are given that the center of C2C_2 is (1,3)(1, 3). Let the radius of C2C_2 be r2r_2.

  • Center of C2C_2: C2=(1,3)C_2 = (1, 3)
  • Radius of C2C_2: r2r_2 (unknown)

Step 3: Use the external tangency condition to find r2r_2

Since C1C_1 and C2C_2 touch externally, the distance between their centers equals the sum of their radii: C1C2=r1+r2C_1C_2 = r_1 + r_2.

  • Calculate the distance C1C2C_1C_2: C1C2=(1(3))2+(3(3))2=(1+3)2+(3+3)2=42+62=16+36=52C_1C_2 = \sqrt{(1 - (-3))^2 + (3 - (-3))^2} = \sqrt{(1+3)^2 + (3+3)^2} = \sqrt{4^2 + 6^2} = \sqrt{16 + 36} = \sqrt{52}
  • Apply the external tangency condition: 52=3+r2\sqrt{52} = 3 + r_2
  • Solve for r2r_2: r2=523r_2 = \sqrt{52} - 3

Step 4: Find the point of tangency (α,β)(\alpha, \beta) using the section formula

The point of tangency (α,β)(\alpha, \beta) divides the line segment joining the centers C1C_1 and C2C_2 in the ratio of their radii r1:r2=3:(523)r_1:r_2 = 3:(\sqrt{52} - 3). Applying the section formula:

  • α=r2x1+r1x2r1+r2=(523)(3)+(3)(1)3+(523)=352+9+352=1235252\alpha = \frac{r_2 x_1 + r_1 x_2}{r_1 + r_2} = \frac{(\sqrt{52} - 3)(-3) + (3)(1)}{3 + (\sqrt{52} - 3)} = \frac{-3\sqrt{52} + 9 + 3}{\sqrt{52}} = \frac{12 - 3\sqrt{52}}{\sqrt{52}}
  • β=r2y1+r1y2r1+r2=(523)(3)+(3)(3)3+(523)=352+9+952=1835252\beta = \frac{r_2 y_1 + r_1 y_2}{r_1 + r_2} = \frac{(\sqrt{52} - 3)(-3) + (3)(3)}{3 + (\sqrt{52} - 3)} = \frac{-3\sqrt{52} + 9 + 9}{\sqrt{52}} = \frac{18 - 3\sqrt{52}}{\sqrt{52}}

Step 5: Calculate (βα)2(\beta - \alpha)^2

  • βα=18352521235252=1835212+35252=652\beta - \alpha = \frac{18 - 3\sqrt{52}}{\sqrt{52}} - \frac{12 - 3\sqrt{52}}{\sqrt{52}} = \frac{18 - 3\sqrt{52} - 12 + 3\sqrt{52}}{\sqrt{52}} = \frac{6}{\sqrt{52}}
  • (βα)2=(652)2=3652(\beta - \alpha)^2 = \left(\frac{6}{\sqrt{52}}\right)^2 = \frac{36}{52}

Step 6: Simplify the fraction and find m+nm+n

  • Simplify the fraction 3652\frac{36}{52} by dividing both numerator and denominator by their greatest common divisor, 4: 3652=913\frac{36}{52} = \frac{9}{13}
  • Identify mm and nn: m=9m = 9 and n=13n = 13. Since gcd(9,13)=1\operatorname{gcd}(9, 13) = 1, the condition is satisfied.
  • Calculate m+nm+n: m+n=9+13=22m + n = 9 + 13 = 22

Common Mistakes & Tips

  • Sign Errors: Be careful with signs when dealing with circles in different quadrants. The center coordinates are negative in the third quadrant.
  • Simplifying Radicals: Simplifying radicals like 52\sqrt{52} can help avoid errors in later calculations. 52=213\sqrt{52} = 2\sqrt{13}.
  • Section Formula Ratio: Ensure the correct order of radii in the section formula.

Summary

We found the centers and radii of the two circles using the given information and the condition for external tangency. Then, we used the section formula to find the point of tangency (α,β)(\alpha, \beta). Finally, we calculated (βα)2(\beta - \alpha)^2, simplified the result to 913\frac{9}{13}, and found m+n=22m+n = 22.

Final Answer

The final answer is \boxed{22}, which corresponds to option (A).

Practice More Circles Questions

View All Questions