For a complex number $z_0=a+bi$ and a given $a \in \mathbb{R}$, find $b \in \mathbb{R}$ for which $|z-1|=|z-i|=|z-z_0|$ has no complex solutions.
I'm a bit lost here.
From $|z - 1| = |z - i|$ I know that $x = y = 0$, so $z = 0$. Then from $|-1|=|-z_0|$ it follows that $1=a^2+b^2$.
However this doesn't add up. I know that for $a = 6$ there is $b = -5$ which makes the given system of equations have no complex solutions.
I'll appreciate any help.
@insipidintegrator has given a great geometric approach. Here is an alternative algebraic approach. Assuming $z = x + iy$,
$$|z-1| = |z-i| = |z-z_0| \; \rightarrow \; |(x-1) + iy| = |x + i(y-1)| = |(x-a) + i(y-b)|$$
When dealing with absolute magnitudes of complex numbers, it's often useful to square, because $|z|^2 = x^2 + y^2$. So squaring the above, $$(x-1)^2 + y^2 = x^2 + (y-1)^2 = (x-a)^2 + (y-b)^2$$
Expanding the first equality, we get $$x = y$$
Expanding the second equality, $$1 - 2y = a^2 - 2ax + b^2 - 2by$$
Since we have $x=y$ from the first equality, we can rearrange the second to get, $$ x = \frac{a^2 + b^2 - 1}{2a + 2b - 2}$$
So the solution to the original equation, $|z-1| = |z-i| = |z-z_0|$, is $$ z = \frac{a^2 + b^2 - 1}{2a + 2b - 2} + i \frac{a^2 + b^2 - 1}{2a + 2b - 2}$$
However, the problem requires that there be no "complex solutions". One way to satisfy that is for there to be no solutions at all. Meaning the expression to calculate $z$ must be undefined. This happens when the denominator is $0$, $$2a + 2b - 2 = 0 \; \rightarrow \; b = 1 - a$$
Now while real numbers are technically also complex numbers, some people view a real solution as "not complex". In that perspective, if we set the imaginary part to $0$ to get only real solutions, $$ \frac{a^2 + b^2 - 1}{2a + 2b - 2} = 0 \; \rightarrow \; b = \pm \sqrt{1 - a^2} \; \rightarrow \; z = 0 + 0i$$