complex line equation

68 Views Asked by At

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)$?

3

There are 3 best solutions below

0
On BEST ANSWER

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.

0
On

Note, that $$z=x+iy,\; w=u+iw \Rightarrow Re(\bar z w) = xu+yv$$ So, let $z_0 = x_0 + iy_0,\; z_1 = x_1 + i y_1$: $$\left | z-z_{1} \right |^2=\left | z-z_{2} \right |^2 \Leftrightarrow |z|^2+|z_0|^2-2Re(\bar z z_0) = |z|^2+|z_1|^2-2Re(\bar z z_1)$$ $$|z_0|^2 - |z_1|^2 = 2Re(\bar z z_0)-2Re(\bar z z_1) = 2Re(\bar z(z_0-z_1)) = 2x(x_0-x_1)+2y(y_0-y_1)$$ This is obviously an equation of a line.

0
On

$$\left | z-z_{1} \right |^2=\left | z-z_{2} \right |^2 \iff $$

$$ (x-x_1 )^2 + (y-y_1)^2 =(x-x_2 )^2 + (y-y_2)^2 $$

Note that the second degree terms in x and y cancel from both sides and we are left with a linear equation.

Thus the graph is a straight line which is the perpendicular bisector of the segment joining $z_1$ and $z_2.$