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

Question

The absolute difference between the squares of the radii of the two circles passing through the point (9,4)(-9,4) and touching the lines x+y=3x+y=3 and xy=3x-y=3, is equal to ________ .

Answer: 3

Solution

Key Concepts and Formulas

  • Equation of a Circle: A circle with center (h,k)(h, k) and radius rr has the equation (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
  • Distance from a Point to 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 d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}.
  • Angle Bisectors: The equations of the angle bisectors of the lines A1x+B1y+C1=0A_1x + B_1y + C_1 = 0 and A2x+B2y+C2=0A_2x + B_2y + C_2 = 0 are given by A1x+B1y+C1A12+B12=±A2x+B2y+C2A22+B22\frac{A_1x + B_1y + C_1}{\sqrt{A_1^2 + B_1^2}} = \pm \frac{A_2x + B_2y + C_2}{\sqrt{A_2^2 + B_2^2}}.

Step-by-Step Solution

Step 1: Find the equations of the angle bisectors of the given lines.

The given lines are x+y=3x + y = 3 and xy=3x - y = 3, which can be written as x+y3=0x + y - 3 = 0 and xy3=0x - y - 3 = 0. The equations of the angle bisectors are given by: x+y312+12=±xy312+(1)2\frac{x + y - 3}{\sqrt{1^2 + 1^2}} = \pm \frac{x - y - 3}{\sqrt{1^2 + (-1)^2}} x+y32=±xy32\frac{x + y - 3}{\sqrt{2}} = \pm \frac{x - y - 3}{\sqrt{2}} x+y3=±(xy3)x + y - 3 = \pm (x - y - 3)

Step 2: Determine the two angle bisector equations.

Case 1: x+y3=xy3x + y - 3 = x - y - 3 2y=02y = 0, so y=0y = 0.

Case 2: x+y3=(xy3)x + y - 3 = -(x - y - 3) x+y3=x+y+3x + y - 3 = -x + y + 3 2x=62x = 6, so x=3x = 3.

Thus, the equations of the angle bisectors are y=0y = 0 and x=3x = 3. The centers of the circles must lie on these lines.

Step 3: Represent the centers of the circles.

Let the center of a circle be (h,k)(h, k). Since the centers lie on the angle bisectors, we have two cases: Case 1: The center lies on y=0y = 0, so the center is (h,0)(h, 0). Case 2: The center lies on x=3x = 3, so the center is (3,k)(3, k).

Step 4: Use the distance from the center to the tangent lines equals the radius condition.

The radius rr is the perpendicular distance from the center to either of the tangent lines.

For the center (h,0)(h, 0), the distance to x+y3=0x + y - 3 = 0 is r=h+0312+12=h32r = \frac{|h + 0 - 3|}{\sqrt{1^2 + 1^2}} = \frac{|h - 3|}{\sqrt{2}}. For the center (3,k)(3, k), the distance to x+y3=0x + y - 3 = 0 is r=3+k312+12=k2r = \frac{|3 + k - 3|}{\sqrt{1^2 + 1^2}} = \frac{|k|}{\sqrt{2}}.

Step 5: Use the fact that the circle passes through (9,4)(-9, 4).

The equation of the circle with center (h,0)(h, 0) and radius r=h32r = \frac{|h - 3|}{\sqrt{2}} is (xh)2+y2=r2(x - h)^2 + y^2 = r^2. Since (9,4)(-9, 4) lies on the circle, we have: (9h)2+42=(h32)2(-9 - h)^2 + 4^2 = \left(\frac{|h - 3|}{\sqrt{2}}\right)^2 (h+9)2+16=(h3)22(h + 9)^2 + 16 = \frac{(h - 3)^2}{2} h2+18h+81+16=h26h+92h^2 + 18h + 81 + 16 = \frac{h^2 - 6h + 9}{2} 2h2+36h+194=h26h+92h^2 + 36h + 194 = h^2 - 6h + 9 h2+42h+185=0h^2 + 42h + 185 = 0 h=42±4224(185)2=42±17647402=42±10242=42±322h = \frac{-42 \pm \sqrt{42^2 - 4(185)}}{2} = \frac{-42 \pm \sqrt{1764 - 740}}{2} = \frac{-42 \pm \sqrt{1024}}{2} = \frac{-42 \pm 32}{2} h1=42+322=5h_1 = \frac{-42 + 32}{2} = -5 and h2=42322=37h_2 = \frac{-42 - 32}{2} = -37

Then, r1=532=82=42r_1 = \frac{|-5 - 3|}{\sqrt{2}} = \frac{8}{\sqrt{2}} = 4\sqrt{2} and r2=3732=402=202r_2 = \frac{|-37 - 3|}{\sqrt{2}} = \frac{40}{\sqrt{2}} = 20\sqrt{2}. r12=32r_1^2 = 32 and r22=800r_2^2 = 800.

For the center (3,k)(3, k), the equation of the circle is (x3)2+(yk)2=r2(x - 3)^2 + (y - k)^2 = r^2. Since (9,4)(-9, 4) lies on the circle, we have: (93)2+(4k)2=(k2)2(-9 - 3)^2 + (4 - k)^2 = \left(\frac{|k|}{\sqrt{2}}\right)^2 (12)2+(4k)2=k22(-12)^2 + (4 - k)^2 = \frac{k^2}{2} 144+168k+k2=k22144 + 16 - 8k + k^2 = \frac{k^2}{2} 1608k+k2=k22160 - 8k + k^2 = \frac{k^2}{2} 32016k+2k2=k2320 - 16k + 2k^2 = k^2 k216k+320=0k^2 - 16k + 320 = 0 The discriminant is D=(16)24(320)=2561280=1024<0D = (-16)^2 - 4(320) = 256 - 1280 = -1024 < 0. Therefore, there are no real solutions for kk.

Step 6: Calculate the absolute difference between the squares of the radii.

The absolute difference between the squares of the radii is r22r12=80032=768|r_2^2 - r_1^2| = |800 - 32| = 768. However, this answer is incorrect. Let's go back and check the equations.

The equations of the lines are x+y3=0x+y-3=0 and xy3=0x-y-3=0. The bisectors are x+y32=±xy32\frac{x+y-3}{\sqrt{2}} = \pm \frac{x-y-3}{\sqrt{2}}. This gives x+y3=xy3x+y-3 = x-y-3, which simplifies to y=0y=0, and x+y3=x+y+3x+y-3 = -x+y+3, which simplifies to x=3x=3.

If the center is (h,0)(h,0), then the radius squared is (h3)22\frac{(h-3)^2}{2}. The equation of the circle is (xh)2+y2=(h3)22(x-h)^2 + y^2 = \frac{(h-3)^2}{2}. Substituting (9,4)(-9,4), we have (9h)2+16=(h3)22(-9-h)^2 + 16 = \frac{(h-3)^2}{2}. Then h2+18h+81+16=h26h+92h^2 + 18h + 81 + 16 = \frac{h^2 -6h + 9}{2}. 2h2+36h+194=h26h+92h^2 + 36h + 194 = h^2 - 6h + 9. h2+42h+185=0h^2 + 42h + 185 = 0. h=42±4224(185)2=42±17647402=42±10242=42±322h = \frac{-42 \pm \sqrt{42^2 - 4(185)}}{2} = \frac{-42 \pm \sqrt{1764 - 740}}{2} = \frac{-42 \pm \sqrt{1024}}{2} = \frac{-42 \pm 32}{2}. So h=5h = -5 or h=37h = -37. The radii are r1=532=82=42r_1 = \frac{|-5-3|}{\sqrt{2}} = \frac{8}{\sqrt{2}} = 4\sqrt{2} and r2=3732=402=202r_2 = \frac{|-37-3|}{\sqrt{2}} = \frac{40}{\sqrt{2}} = 20\sqrt{2}. Then r12=32r_1^2 = 32 and r22=800r_2^2 = 800.

If the center is (3,k)(3,k), then the radius squared is k22\frac{k^2}{2}. The equation of the circle is (x3)2+(yk)2=k22(x-3)^2 + (y-k)^2 = \frac{k^2}{2}. Substituting (9,4)(-9,4), we have (93)2+(4k)2=k22(-9-3)^2 + (4-k)^2 = \frac{k^2}{2}. Then 144+168k+k2=k22144 + 16 - 8k + k^2 = \frac{k^2}{2}. 1608k+k2=k22160 - 8k + k^2 = \frac{k^2}{2}. 32016k+2k2=k2320 - 16k + 2k^2 = k^2. k216k+320=0k^2 - 16k + 320 = 0. The discriminant is 2564(320)=2561280=1024256 - 4(320) = 256 - 1280 = -1024. No real solution.

The problem statement implies there are two circles. We made an error in our interpretation. The question asks for the absolute difference between the radii squared. Let the two radii be r1r_1 and r2r_2. The equation is of the form (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2. We require the center to be equidistant from the two lines. So a+b32=ab32\frac{|a+b-3|}{\sqrt{2}} = \frac{|a-b-3|}{\sqrt{2}}, so a+b3=ab3|a+b-3| = |a-b-3|. Squaring, (a+b3)2=(ab3)2(a+b-3)^2 = (a-b-3)^2. So a2+b2+9+2ab6a6b=a2+b2+92ab6a+6ba^2 + b^2 + 9 + 2ab - 6a - 6b = a^2 + b^2 + 9 - 2ab - 6a + 6b, so 4ab12b=04ab - 12b = 0, so 4b(a3)=04b(a-3) = 0. So b=0b=0 or a=3a=3.

If b=0b=0, the center is (a,0)(a,0). Then (xa)2+y2=r2(x-a)^2 + y^2 = r^2, so (9a)2+16=r2(-9-a)^2 + 16 = r^2. Also r=a32r = \frac{|a-3|}{\sqrt{2}}, so r2=(a3)22r^2 = \frac{(a-3)^2}{2}. Thus (9a)2+16=(a3)22(-9-a)^2 + 16 = \frac{(a-3)^2}{2}. a2+18a+81+16=a26a+92a^2 + 18a + 81 + 16 = \frac{a^2 - 6a + 9}{2}. 2a2+36a+194=a26a+92a^2 + 36a + 194 = a^2 - 6a + 9. a2+42a+185=0a^2 + 42a + 185 = 0. If a=3a=3, the center is (3,b)(3,b). Then (x3)2+(yb)2=r2(x-3)^2 + (y-b)^2 = r^2, so (93)2+(4b)2=r2(-9-3)^2 + (4-b)^2 = r^2. Also r=b2r = \frac{|b|}{\sqrt{2}}, so r2=b22r^2 = \frac{b^2}{2}. Thus 144+(4b)2=b22144 + (4-b)^2 = \frac{b^2}{2}. 144+168b+b2=b22144 + 16 - 8b + b^2 = \frac{b^2}{2}. 1608b+b2=b22160 - 8b + b^2 = \frac{b^2}{2}. 32016b+2b2=b2320 - 16b + 2b^2 = b^2. b216b+320=0b^2 - 16b + 320 = 0.

Let r1,r2r_1,r_2 be the radii. r12=(a13)22r_1^2 = \frac{(a_1-3)^2}{2}, r22=(a23)22r_2^2 = \frac{(a_2-3)^2}{2}. We need r12r22=(a13)22(a23)22=12(a13)2(a23)2=12a126a1+9(a226a2+9)=12a12a226(a1a2)=12(a1a2)(a1+a2)6(a1a2)=12(a1a2)(a1+a26)|r_1^2 - r_2^2| = |\frac{(a_1-3)^2}{2} - \frac{(a_2-3)^2}{2}| = \frac{1}{2} |(a_1-3)^2 - (a_2-3)^2| = \frac{1}{2} |a_1^2 - 6a_1 + 9 - (a_2^2 - 6a_2 + 9)| = \frac{1}{2} |a_1^2 - a_2^2 - 6(a_1 - a_2)| = \frac{1}{2} |(a_1 - a_2)(a_1+a_2) - 6(a_1 - a_2)| = \frac{1}{2} |(a_1-a_2)(a_1+a_2-6)|. a1+a2=42a_1 + a_2 = -42 and a1a2=185a_1 a_2 = 185. a1a2=(a1+a2)24a1a2=4224(185)=1764740=1024=32a_1 - a_2 = \sqrt{(a_1+a_2)^2 - 4a_1 a_2} = \sqrt{42^2 - 4(185)} = \sqrt{1764 - 740} = \sqrt{1024} = 32. Thus r12r22=1232(426)=1232(48)=16(48)=768|r_1^2 - r_2^2| = \frac{1}{2} |32(-42-6)| = \frac{1}{2} |32(-48)| = 16(48) = 768.

Wait... where is the 3 coming from? The radii are 42,2024\sqrt{2}, 20\sqrt{2}. The error is that we are not using the correct formula. Let a1,a2a_1, a_2 be the x-coordinates. Then a1+a2=42,a1a2=185a_1+a_2 = -42, a_1 a_2 = 185. The radii are a132,a232\frac{|a_1 - 3|}{\sqrt{2}}, \frac{|a_2 - 3|}{\sqrt{2}}. The difference is a132a2322=(a13(a23))(a13+a23)2=(a1a2)(a1+a26)2=±32(426)2=32×482=16×48=768\frac{|a_1-3|^2 - |a_2-3|^2}{2} = \frac{(a_1-3 - (a_2-3))(a_1-3 + a_2 - 3)}{2} = \frac{(a_1 - a_2)(a_1 + a_2 - 6)}{2} = \frac{\pm 32 (-42 - 6)}{2} = \frac{32 \times 48}{2} = 16 \times 48 = 768.

Step 7: Re-examine the question and the given answer.

Since the answer is 3, we must have made an error. The question states the absolute difference.

32800=768|32-800| = 768. Where does the 3 come from?

Let's consider the case where the center lies on x=3x=3. Then the radii must be imaginary. So it is not this case.

Let's rewrite the quadratic h2+42h+185=0h^2+42h+185 = 0 as (h+5)(h+37)=0(h+5)(h+37) = 0. So h1=5h_1 = -5 and h2=37h_2 = -37. The radius squared is (h3)22\frac{(h-3)^2}{2}. So (53)22=642=32\frac{(-5-3)^2}{2} = \frac{64}{2} = 32 and (373)22=16002=800\frac{(-37-3)^2}{2} = \frac{1600}{2} = 800. Then 80032=768|800-32| = 768. Let r1,r2r_1, r_2 be the radii. a1+a2=42,a1a2=185a_1 + a_2 = -42, a_1a_2 = 185. r12=32,r22=800r_1^2 = 32, r_2^2 = 800. 80032=768|800-32| = 768.

We need the centers to have x coordinate 3. a2+42a+185=0a^2+42a+185=0. If a=3a=3, (3x)2+(yb)2=r2(3-x)^2 + (y-b)^2 = r^2. Then b216b+320=0b^2-16b + 320 = 0.

We need R2r2=3|R^2 - r^2| = 3.

80032=768800-32=768. I am still missing something.

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when using the distance formula and simplifying equations.
  • Complex Roots: If you encounter complex roots when solving for the center, double-check your setup and calculations. It might indicate an error in your approach or that the center cannot lie on that particular bisector.
  • Geometric Interpretation: Always try to visualize the problem geometrically. This can help you identify potential errors in your algebraic manipulations.

Summary

After careful consideration, I am unable to find an error in my logic. The absolute difference in the radii squared is 768, not 3.

Final Answer The final answer is \boxed{768}.

Practice More Circles Questions

View All Questions