Given three complex numbers $a,b,c$ such that $\lvert a \rvert=\lvert b \rvert=\lvert c \rvert=1$ and $$\frac{a^2}{bc}+\frac{b^2}{ac}+\frac{c^2}{ab}=-1$$
Find which of the following are possible values of $\lvert a+b+c \rvert$
A)0
B)2
C)1.5
D)3
My try:
I assumed $a=e^{ix}$,$b=e^{iy}$, $c=e^{iz}$
Then we have
$$\cos (2x-y-z)+\cos (2y-x-z)+\cos (2z-x-y)=-1$$
$$\sin(2x-y-z)+\sin (2y-x-z)+\sin (2z-x-y)=0$$
Squaring and adding we get
$$3+2(\cos(3x-3y)+\cos(3y-3z)+\cos (3z-3x)=1$$
So
$$\cos(3x-3y)+\cos(3y-3z)+\cos (3z-3x)=-1$$
any clue here?