If $z_1,z_2,z_3 \in \mathbb{C}^*$ such that $z_2+z_3\neq 0$ and $|z_1+z_2+z_3|=|z_2+z_3|=|z_1|$, find the value of
$$\frac{z_1}{z_2+z_3}$$
Because $|\frac{z_1}{z_2+z_3}|=1$, the value has to be a complex number on the unit circle. So I did it the dull way with $\frac{z_1}{z_2+z_3}=a+bi$ and I got $a^2+b^2=1$ and $(a+1)^2+b^2=1$ so $2a+1=0$ and in the end there are two possible values:
$$\frac{z_1}{z_2+z_3}=-\frac{1}{2}\pm i\frac{\sqrt{3}}{2}$$
Is there a better way to solve this problem?
Let $w= \frac{z_2+z_3}{z_1}$. Then, the given condition $|z_1+z_2+z_3|=|z_2+z_3|=|z_1|$ becomes
$$|1+w|=|w|=1$$
Note that $|1+w|^2 = 1 + w + \bar w +|w|^2= 2 + w + \frac 1w = 1$, or
$$w+\frac1w+1=0$$
Solve to obtain
$$ \frac{z_1}{z_2+z_3}=\frac 1w = -\frac{1}{2}\pm i\frac{\sqrt{3}}{2}$$