We have to write the equation of a family of circles passing through two given points $(x_1,y_1)$ & $(x_2, y_2)$
From these points , I only know one circle that is
$$(x_1-x)(x_2-x)+(y-y_1)(y-y_2)=0$$
But now how Can I write other equations .
We have to write the equation of a family of circles passing through two given points $(x_1,y_1)$ & $(x_2, y_2)$
From these points , I only know one circle that is
$$(x_1-x)(x_2-x)+(y-y_1)(y-y_2)=0$$
But now how Can I write other equations .
Family of circle passing through two given points $A(x_1, y_1)$ and $B(x_2, y_2)$.
We know that $(x-x_1)(x-x_2) + (y-y_1)(y-y_2) $ is the equation of the circle having the two points as it's diameter and that $\lambda \begin {vmatrix} x & y & 1\\ x_1 & y_1 & 1\\ x_2 & y_2 & 1\end {vmatrix} $ is the equation of a line passing through the two points. Thus, the required family of circles is $$(x-x_1)(x-x_2) + (y-y_1)(y-y_2) +\lambda \begin {vmatrix} x & y & 1\\ x_1 & y_1 & 1\\ x_2 & y_2 & 1\end {vmatrix} =0 $$
Also see here. Hope it helps.