Question:medium

If the angle between the circles \( x^2+y^2-2x+ky+1=0 \) and \( x^2+y^2-kx-2y+1=0 \) is \( \cos^{-1}\left(\frac{1}{4}\right) \) and \( k<0 \) then the point which lies on the radical axis of the given circles is

Show Hint

The radical axis is always perpendicular to the line joining the centers.
Updated On: Mar 30, 2026
  • \( (1,-3) \)
  • \( (-1,3) \)
  • \( (-1,-3) \)
  • \( (1,3) \)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:

Find k using the angle of intersection formula. Then determine the radical axis equation S1 - S2 = 0 and verify which point lies on it.

Step 2: Detailed Explanation:

Circle 1:
g1 = -1, f1 = k/2, c1 = 1
Radius:
r1 = √(g12 + f12 - c1) = √(1 + k2/4 - 1) = |k|/2

Circle 2:
g2 = -k/2, f2 = -1, c2 = 1
Radius:
r2 = √(g22 + f22 - c2) = √(k2/4 + 1 - 1) = |k|/2

Given:
cos θ = 1/4

Using the formula for angle of intersection of two circles:
cos θ = (c1 + c2 - 2g1g2 - 2f1f2) / (2r1r2)

Substitute the values:
1/4 = (1 + 1 - 2(-1)(-k/2) - 2(k/2)(-1)) / [2(k/2)(k/2)]

1/4 = (2 - k + k) / (k2/2)
1/4 = 2 / (k2/2)
1/4 = 4 / k2

So,
k2 = 16
k = -4   (since k < 0)

Radical Axis:

For the two circles,
S1 = x2 + y2 - 2x + ky + 1
S2 = x2 + y2 - kx - 2y + 1

Now,
S1 - S2 = 0

(-2x + ky + 1) - (-kx - 2y + 1) = 0

(k - 2)x + (k + 2)y = 0

Substitute k = -4:
(-4 - 2)x + (-4 + 2)y = 0
-6x - 2y = 0
3x + y = 0

Check the given point:

For (1, -3):
3(1) + (-3) = 0
So, it lies on the radical axis.

<Note: If another option such as (-1, 3) is also present, it would also satisfy 3x + y = 0. But following the provided key, the selected answer is (1, -3).>

Step 3: Final Answer:

The point is (1, -3).
Was this answer helpful?
0