How would I algebraically determine the locus of points in the $z$-plane that satisfy the equation $|z|=|z-2|$?
2026-03-25 08:01:51.1774425711
On
How to algebraically determine locus of points of $|z|=|z-2|$?
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
The equation says it,
$$\sqrt{x^2+y^2}=\sqrt{(x-2)^2+y^2}.$$
Squaring won't introduce new solutions as both members are positive and the arguments of the square roots are positive, hence after simplification
$$0=4-4x.$$
From the equation,
$$z=(z-2)e^{i\theta}$$ and
$$z=-\frac{2e^{i\theta}}{1-e^{i\theta}}=-\frac{2e^{i\theta}(1-e^{-i\theta})}{(1-e^{i\theta})(1-e^{-i\theta})}=\frac{2-2e^{i\theta}}{2-2\Re(e^{i\theta})}$$ which has the real part $1$.
put $z=a+\iota b$
$$|z|=|z-2|$$ $$|a+\iota b|=|a+\iota b-2|$$ $$|a+\iota b|=|a-2+\iota b|$$ $$a^2+b^2=(a-2)^2+b^2$$ $$a^2+b^2=a^2+4-4a+b^2$$ $$4=4a$$ gives us $$a=1$$ means equation of the locus is $$Re(z)=1$$