Question
Question: The equation of a circle in which the chord joining the points (1, 2) and (2,-1) subtends an angle o...
The equation of a circle in which the chord joining the points (1, 2) and (2,-1) subtends an angle of 4π at any point on the circumference is

x^2 + y^2 - 5 = 0
x^2 + y^2 - 6x - 2y + 5 = 0
x^2 + y^2 + 6x + 2y - 15 = 0
x^2 + y^2 + 7x - 2y + 14 = 0
Both A and B are correct.
Solution
The general equation of a circle where a chord joining points A(x1,y1) and B(x2,y2) subtends an angle θ at any point P(x,y) on the circumference is given by: (x−x1)(x−x2)+(y−y1)(y−y2)=±cotθ[(x−x1)(y−y2)−(x−x2)(y−y1)] Given points are A(1,2) and B(2,−1), and the angle θ=4π. Thus, cotθ=cot4π=1.
Substituting the coordinates of A and B: (x−1)(x−2)+(y−2)(y−(−1))=±1⋅[(x−1)(y−(−1))−(x−2)(y−2)] (x2−3x+2)+(y2−y−2)=±[(x−1)(y+1)−(x−2)(y−2)] x2+y2−3x−y=±[(xy+x−y−1)−(xy−2x−2y+4)] x2+y2−3x−y=±[xy+x−y−1−xy+2x+2y−4] x2+y2−3x−y=±(3x+y−5)
Case 1: Using the '+' sign x2+y2−3x−y=3x+y−5 x2+y2−6x−2y+5=0 This matches option (B).
Case 2: Using the '-' sign x2+y2−3x−y=−(3x+y−5) x2+y2−3x−y=−3x−y+5 x2+y2−5=0 This matches option (A).
Both equations (A) and (B) satisfy the given condition. The question asks for "The equation of a circle", and both derived equations are valid. Therefore, both options are correct.