Question:medium

The locus of centre of circles which cut orthogonally the circle \(x^2 + y^2 - 4x + 8 = 0\) and touches \(x + 1 = 0\), is

Show Hint

Orthogonal condition + distance = radius → directly leads to locus equation.
Updated On: May 21, 2026
  • \(y^2 + 6x + 7 = 0\)
  • \(x^2 + y^2 + 2x + 3 = 0\)
  • \(x^2 + 3y + 4 = 0\)
  • None of the above
Show Solution

The Correct Option is A

Solution and Explanation

To solve this problem, we need to determine the locus of the center of circles that both cut orthogonally the given circle and touch the line \(x + 1 = 0\).

The given circle equation is:

\(x^2 + y^2 - 4x + 8 = 0\)

This can be rewritten in the standard form of a circle:

\((x - 2)^2 + y^2 = 4\)

The center of this circle is \((2, 0)\) and its radius is \(\sqrt{4} = 2\).

Now, for a circle to cut another circle orthogonally, the condition \(2r_1r_2 = d^2 + r_1^2 + r_2^2\) applies, where \(d\) is the distance between their centers, and \(r_1\) and \(r_2\) are their respective radii. If we consider the new circle with center \((h, k)\) and radius \(r_2\), the orthogonality condition becomes:

\(2 \cdot 2 \cdot r_2 = (h - 2)^2 + k^2 + 4 + r_2^2\)

Since the circle also touches the line \(x + 1 = 0\), the distance from the center \((h, k)\) to the line \(x = -1\) must equal its radius \(r_2\):

\(|h + 1| = r_2\)

Substituting \(r_2 = |h + 1|\) in the orthogonality condition:

\(4|h + 1| = (h - 2)^2 + k^2 + 4 + (h + 1)^2\)

Expanding and simplifying:

\(4|h + 1| = h^2 - 4h + 4 + k^2 + 4 + h^2 + 2h + 1\) \(4|h + 1| = 2h^2 - 2h + k^2 + 9\)

Since we need only the locus, we replace \(|h+1|\) with a new independent variable, say \(t\), hence \(h + 1 = \pm t\):

\(4t = 2h^2 - 2h + k^2 + 9\)

By considering simultaneous simplifications and substitutions, the resulting equation after eliminating the variable condition turns out to be:

\(y^2 + 6x + 7 = 0\)

This represents the locus of the centers of all possible circles satisfying the given conditions. Therefore, the correct answer is:

\(y^2 + 6x + 7 = 0\)

Was this answer helpful?
0