Skip to main content
Back to Circles
JEE Main 2024
Circles
Circle
Hard

Question

Consider three circles: C1:x2+y2=r2{C_1}:{x^2} + {y^2} = {r^2} C2:(x1)2+(y1)2=r2{C_2}:{(x - 1)^2} + {(y - 1)^2} = {r^2} C3:(x2)2+(y1)2=r2{C_3}:{(x - 2)^2} + {(y - 1)^2} = {r^2} If a line L : y = mx + c be a common tangent to C 1 , C 2 and C 3 such that C 1 and C 3 lie on one side of line L while C 2 lies on other side, then the value of 20(r2+c)20({r^2} + c) is equal to :

Options

Solution

Key Concepts and Formulas

  • Distance of a Point from a Line: The perpendicular distance dd from a point (x0,y0)(x_0, y_0) to a line Ax+By+C=0Ax + By + C = 0 is given by the formula: d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}
  • Condition for Tangency: A line is tangent to a circle if and only if the perpendicular distance from the center of the circle to the line is equal to the radius of the circle.
  • Side of a Line: For a line Ax+By+C=0Ax + By + C = 0, two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) lie on the same side of the line if the expressions Ax1+By1+CAx_1 + By_1 + C and Ax2+By2+CAx_2 + By_2 + C have the same sign. They lie on opposite sides if these expressions have opposite signs.

Step-by-Step Solution

Step 1: Identify the centers and radii of the circles.

We are given three circles:

  • C1:x2+y2=r2C_1: x^2 + y^2 = r^2 has center O1=(0,0)O_1 = (0, 0) and radius rr.
  • C2:(x1)2+(y1)2=r2C_2: (x - 1)^2 + (y - 1)^2 = r^2 has center O2=(1,1)O_2 = (1, 1) and radius rr.
  • C3:(x2)2+(y1)2=r2C_3: (x - 2)^2 + (y - 1)^2 = r^2 has center O3=(2,1)O_3 = (2, 1) and radius rr.

This step is simply extracting the given information and writing it down in a clear format.

Step 2: Express the line equation in the general form.

The line L:y=mx+cL: y = mx + c can be rewritten as mxy+c=0mx - y + c = 0. This is needed to apply the distance formula effectively.

Step 3: Apply the tangency condition to each circle.

Since LL is tangent to all three circles, the distance from each center to the line must equal rr.

  • For C1C_1: r=m(0)(0)+cm2+(1)2=cm2+1r = \frac{|m(0) - (0) + c|}{\sqrt{m^2 + (-1)^2}} = \frac{|c|}{\sqrt{m^2 + 1}}
  • For C2C_2: r=m(1)(1)+cm2+(1)2=m1+cm2+1r = \frac{|m(1) - (1) + c|}{\sqrt{m^2 + (-1)^2}} = \frac{|m - 1 + c|}{\sqrt{m^2 + 1}}
  • For C3C_3: r=m(2)(1)+cm2+(1)2=2m1+cm2+1r = \frac{|m(2) - (1) + c|}{\sqrt{m^2 + (-1)^2}} = \frac{|2m - 1 + c|}{\sqrt{m^2 + 1}}

This step utilizes the distance formula and the tangency condition to set up three equations.

Step 4: Use the "side" condition to eliminate absolute values.

The problem states that C1C_1 and C3C_3 are on one side of LL, while C2C_2 is on the other side. This means that the expressions cc and 2m1+c2m - 1 + c have the same sign, while m1+cm - 1 + c has the opposite sign. Therefore:

  • c=(m1+c)    c=m+1c    m+2c=1c = -(m - 1 + c) \implies c = -m + 1 - c \implies m + 2c = 1
  • 2m1+c=(m1+c)    2m1+c=m+1c    3m+2c=22m - 1 + c = - (m - 1 + c) \implies 2m - 1 + c = -m + 1 - c \implies 3m + 2c = 2

This step is critical. The side condition allows us to remove the absolute values and obtain a system of linear equations.

Step 5: Solve the system of equations for mm and cc.

We have the following system of equations: m+2c=1m + 2c = 1 3m+2c=23m + 2c = 2

Subtracting the first equation from the second, we get: 2m=1    m=122m = 1 \implies m = \frac{1}{2}

Substituting m=12m = \frac{1}{2} into the first equation: 12+2c=1    2c=12    c=14\frac{1}{2} + 2c = 1 \implies 2c = \frac{1}{2} \implies c = \frac{1}{4}

Therefore, m=12m = \frac{1}{2} and c=14c = \frac{1}{4}.

Step 6: Calculate r2r^2 using the value of cc and mm.

Using the equation r=cm2+1r = \frac{|c|}{\sqrt{m^2 + 1}}, we have: r=14(12)2+1=1414+1=1454=1452=125r = \frac{|\frac{1}{4}|}{\sqrt{(\frac{1}{2})^2 + 1}} = \frac{\frac{1}{4}}{\sqrt{\frac{1}{4} + 1}} = \frac{\frac{1}{4}}{\sqrt{\frac{5}{4}}} = \frac{\frac{1}{4}}{\frac{\sqrt{5}}{2}} = \frac{1}{2\sqrt{5}} Therefore, r2=120r^2 = \frac{1}{20}.

Step 7: Calculate 20(r2+c)20(r^2 + c).

We have r2=120r^2 = \frac{1}{20} and c=14c = \frac{1}{4}. So, 20(r2+c)=20(120+14)=20(120+520)=20(620)=620(r^2 + c) = 20(\frac{1}{20} + \frac{1}{4}) = 20(\frac{1}{20} + \frac{5}{20}) = 20(\frac{6}{20}) = 6

Therefore, 20(r2+c)=620(r^2 + c) = 6.

Common Mistakes & Tips

  • Ignoring the "side" condition: This is the most common mistake. Failing to correctly interpret and apply this condition will lead to incorrect values for mm and cc.
  • Sign errors: Be very careful with signs when substituting and solving equations. A small sign error can throw off the entire solution.
  • Algebraic manipulation: Double-check your algebraic manipulations, especially when simplifying expressions and solving for variables.

Summary

We used the tangency condition along with the distance formula to set up equations relating rr, mm, and cc. The crucial step was to correctly interpret the "side" condition, which allowed us to eliminate the absolute values and solve for mm and cc. We then found r2r^2 and computed the value of 20(r2+c)20(r^2 + c), which resulted in 6.

Final Answer The final answer is \boxed{6}, which corresponds to option (D).

Practice More Circles Questions

View All Questions