Question:medium

The radius of a circle $C_1$ is thrice the radius of another circle $C_2$ and the centres of $C_1$ and $C_2$ are (1,2) and (3,-2) respectively. If they cut each other orthogonally and the radius of the circle $C_1$ is 3r, then the equation of the circle with r as radius and (1,-2) as centre is

Show Hint

The condition for orthogonality, $d^2 = r_1^2 + r_2^2$, is fundamental. It arises from applying the Pythagorean theorem to the triangle formed by the two centers and one of their intersection points, where the tangents at that point are perpendicular.
Updated On: Mar 26, 2026
  • $x^2+y^2-2x+4y-3=0$
  • $x^2+y^2-2x+4y+7=0$
  • $x^2+y^2-2x+4y-7=0$
  • $x^2+y^2-2x+4y+3=0$
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Find Radius r: Let radii be \( r_1 = 3r \) and \( r_2 = r \) (since question implies \( C_2 \) corresponds to r). Distance between centers \( d^2 = (3-1)^2 + (-2-2)^2 = 4 + 16 = 20 \). Orthogonality condition: \( d^2 = r_1^2 + r_2^2 \). \( 20 = (3r)^2 + r^2 = 10r^2 \). \( r^2 = 2 \).
Step 2: Equation of Required Circle: Centre given: \( (1, -2) \). Radius: \( r = \sqrt{2} \). \( (x-1)^2 + (y+2)^2 = (\sqrt{2})^2 \) \( x^2 - 2x + 1 + y^2 + 4y + 4 = 2 \) \( x^2 + y^2 - 2x + 4y + 3 = 0 \).
Was this answer helpful?
0