I need to show that $\left | z-z_{1} \right |=\left | z-z_{2} \right | $ for some $z_{1},z_{2} \in \mathbb{C}$ forms a line equation. I tried to expend the expression like that:
$|z|^2-2Re(z\bar{z_{1}})+|z_1|^2=|z|^2-2Re(z\bar{z_{2}})+|z_2|^2$
$-2Re(z\bar{z_{1}})+2Re(z\bar{z_{2}})=|z_2|^2-|z_1|^2$
But I'm not sure what thats means. Do I need to get an experession of $Im(z)$ vs $Re(z)$?
Let $z=x+iy$, $z_1=x_1+iy_1$ and $z_2=x_2+iy_2$.
\begin{align*} |z-z_1|&=|z-z_2|\\ \sqrt{(x-x_1)^2+(y-y_1)^2}&=\sqrt{(x-x_2)^2+(y-y_2)^2}\\ x^2-2x_1x+x_1^2+y^2-2y_1y+y_1^2&=x^2-2x_2x+x_2^2+y^2-2y_2y+y_2^2\\ 2(x_2-x_1)x+2(y_2-y_1)y+(x_1^2+y_1^2-x_2^2-y_2^2)&=0 \end{align*}
which represents a straight line.