Locate the points for which $|z-1|=|z-2|=|z-i|$.
My approach is that the equality can be formed between any of the 3 terms (don't know of better way to call), i.e.:
(i) $|z-1|=|z-2|$,
(ii) $|z-1|=|z-i|$,
(iii) $|z-2|=|z-i|$
Have following 6 combinations / orderings of these 3 equalities:
(a) (i) (ii) (iii),
(b) (i) (iii) (ii),
(c) (ii) (i) (iii),
(d) (ii) (iii) (i),
(e) (iii) (i) (ii),
(f) (iii) (ii) (i)
Have raised two questions below, with request to vet:
Q.1. How to 'theoretically' show that all of these ordering are equivalent in terms of finding the solution point.
Soln. 1: Will find the solutions in terms of equalities of complex terms, and would get the same solution irrespective of orderings.
Q.2. Have worked out the first two orderings.
(a) (i) (ii) (iii):
Taking $z = x +iy$,
$|z−1|$ is the distance to $(1,0)$, & is given like for modulus by $\sqrt{(x-1)^2+y^2}$;
$|z−2|$ is the distance to $(2,0)=\sqrt{(x-2)^2+y^2}$;
$|z-i|$ is the distance to $i$ i.e $(0,1)$, with distance as $\sqrt{x^2+(y-1)^2}$.
(i) $\sqrt{(x-1)^2+y^2}=\sqrt{(x-2)^2+y^2}$
$\implies (x-1)^2+y^2=(x-2)^2+y^2$
$\implies 1 -2x = 4 -4x\implies 2x = 3\implies x = \frac 32$.
This gives the perpendicular bisector of the line midway between the points $x= 1$, and $x=2$.
(ii) $\sqrt{(x-1)^2+y^2}=\sqrt{x^2+(y-1)^2}$
$\implies (x-1)^2+y^2=x^2+(y-1)^2$
$\implies 1 -2x = 1-2y\implies x = y$.
This gives the perpendicular bisector of the line midway between the points $x= 1$, or $(1,0)$, and $y=1$, or $(0,1)$; given by: $x-y=0$.
(iii) $\sqrt{(x-2)^2+y^2}=\sqrt{x^2+(y-1)^2}$
$\implies (x-2)^2+y^2=x^2+(y-1)^2$
$\implies 4 -4x = 1-2y\implies -4x +2y +3 =0 $.
This gives linear equation as solution.
For finding pair-wise intersection, compute the 3 pairs' solution below:
(1) (i), (ii) : Substituting $x = \frac 32$ in (ii) gives $y = \frac32$
(2) (ii), (iii) : Substituting $x,y = \frac 32$ in (iii) gives $-4*\frac32 +2*\frac32 +3 = -6 +6 = 0$
The significance of the tautology $0=0$ arrived at: it shows that the point $(\frac 32, \frac32) $ lies on the line $-4x+3y+3=0$.
The solution set is $x =y = \frac 32$, also plotted at : https://www.desmos.com/calculator/hlgnkgjio1.
The complex number $z = \frac32 + \frac32i$.