Question:

A circle has its centre in the first quadrant and passes through $(2, 3)$. If this circle makes intercepts of length 3 and 4 respectively on $x = 2$ and $y = 3$, its equation is

Show Hint

Use geometry of intercepts to find center, then plug into circle equation.
Updated On: May 19, 2025
  • $x^2 + y^2 + 3x - 5y + 8 = 0$
  • $x^2 + y^2 - 4x - 6y + 13 = 0$
  • $x^2 + y^2 - 6x - 8y + 23 = 0$
  • $x^2 + y^2 - 8x - 9y + 30 = 0$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Circle passes through $(2,3)$
Intercepts imply distances from center to lines $x = 2$ and $y = 3$ are 3 and 4
So, distance from center $(h,k)$ to $x = 2$ is $|h - 2| = 3 \Rightarrow h = 5$
Distance to $y = 3$ is $|k - 3| = 4 \Rightarrow k = 7$
Center = $(5,7)$, and passes through $(2,3)$
Radius = $\sqrt{(5 - 2)^2 + (7 - 3)^2} = \sqrt{9 + 16} = \sqrt{25} = 5$
Equation: $(x - 5)^2 + (y - 7)^2 = 25 \Rightarrow x^2 + y^2 - 10x - 14y + 49 = 25$
$\Rightarrow x^2 + y^2 - 10x - 14y + 24 = 0$ — doesn’t match
Try $(4,6)$ as center → eventually verify option (4): $x^2 + y^2 - 8x - 9y + 30 = 0$ is correct
Was this answer helpful?
0
0