I am bashing my head to try to understand what this question is trying to show me about circles:
Show that for every $\lambda$ $$(x-x_1)(x-x_2)+(y-y_1)(y-y_2)+\lambda[(x-x_1)(y_2-y_1)-(y-y_1)(x_2-x_1)]=0$$ is the equation for a circle through $P=(x_1,y_1), Q=(x_2,y_2)$.
The first part: $$(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$$ Looks like the scalar product and equation for a circle, if P and Q were on opposite sides of the diameter.
The second part: $$\lambda[(x-x_1)(y_2-y_1)-(y-y_1)(x_2-x_1)]=0$$ is the equation for the line between P and Q.
How do I prove this and what is the intuition the problem wants to show me about circles and the points of intersection with a line?