Given that $a=\langle a_1,a_2\rangle$, $b=\langle b_1,b_2\rangle$. How can we show that $r=\langle x,y\rangle$ satisfies $(r-a)\cdot (r-b)=0$ iff $(x,y)$ is on a circle? What would be the center and radius of such a circle in terms of vector operations?
My thoughts:
I really don't know where to start with this question. Can someone help me?
The statement of the problem is ambiguous. It should be:
Before jumping to the solution, let us work a little bit on the algebraic expression above:
$$(r-a) \cdot (r-b) = \| r \| ^2 - (a+b) \cdot r + a \cdot b = \| r \| ^2 - \frac 1 2 (a+b) \cdot r - \frac 1 2 r \cdot (a+b) + \frac 1 4 \| a+b \| ^2 - \frac 1 4 \| a+b \| ^2 + a \cdot b = \| r - \frac 1 2 (a+b) \| ^2 - \frac 1 4 (\| a \|^2 + 2 a \cdot b + \| b \|^2 - 4 a \cdot b) = \| r - \frac 1 2 (a+b) \| ^2 - \frac 1 4 \| a-b \|^2 .$$
Now, things are clear: just choose $p = \frac 1 2 (a+b)$ and $R = \frac {\| a-b \|} 2$ and you are done.