Let $x,y,z \in \Bbb R-\{0\}$ and $\alpha,\beta,\gamma \in \Bbb C$ such that $|\alpha|=|\beta|=|\gamma|=1$. If $x+y+z=0=\alpha x+\beta y+\gamma z$, then prove that $\alpha=\beta=\gamma$.
My approach:
From the given data, $\alpha=\cos\theta_1+i\sin\theta_1$ where $\theta_1 \in [0,2\pi)$. Similarly, $\beta=\cos\theta_2+i\sin\theta_2$ and $\gamma=\cos\theta_3+i\sin\theta_3$. where $\theta_2,\theta_3 \in [0,2\pi)$.
Then we get homogeneous system of equations as below, $$ \left\{ \begin{array}{c} x+y+z=0 \\ x\cos\theta_1+y\cos\theta_2+z\cos\theta_3=0 \\ x\sin\theta_1+y\sin\theta_2+z\sin\theta_3=0 \end{array} \right. $$
Then, $$ \begin{vmatrix} 1 & 1 & 1 \\ \cos\theta_1 & \cos\theta_2 & \cos\theta_3 \\ \sin\theta_1 & \sin\theta_2 & \sin\theta_3 \\ \end{vmatrix}=0$$ because $x,y,z$ are non-zero.
On solving the determinant we get,
$\sin(\theta_2-\theta_3)+\sin(\theta_3-\theta_1)+\sin(\theta_1-\theta_2)=0$
$\Rightarrow 2\sin(\frac {\theta_2-\theta_3+\theta_3-\theta_1}2)\cos(\frac {\theta_2-\theta_3-\theta_3+\theta_1}2)-\sin(\theta_2-\theta_1)=0$
$\Rightarrow 2\sin(\frac {\theta_2-\theta_1}2)\cos(\frac {\theta_1+\theta_2}2 -\theta_3) - 2\sin(\frac {\theta_2-\theta_1}2)\cos(\frac {\theta_2-\theta_1}2)=0$
$\Rightarrow \sin(\frac {\theta_2-\theta_1}2)(\cos(\frac {\theta_1+\theta_2}2 - \theta_3) - \cos(\frac {\theta_2-\theta_1}2))=0$
$\Rightarrow \sin(\frac {\theta_2-\theta_1}2)=0$ or $\cos(\frac {\theta_1+\theta_2}2 - \theta_3) - \cos(\frac {\theta_2-\theta_1}2)=0$
$\Rightarrow \theta_1=\theta_2$ or $\theta_1=\theta_3$ (because $\theta_1,\theta_2,\theta_3 \in [0,2\pi)).$
Hence $\alpha=\beta$ or $\alpha=\gamma$. :(
Assume that $\alpha = \beta \not= \gamma$.
We have $$(\gamma - \alpha)z =(\alpha)(x+y+z) + (\gamma - \alpha)z = \alpha x+ \beta y + \gamma z = 0$$
Since we assumed $\alpha \not= \gamma$, we have $z=0$, a contradiction.
Therefore, we have $\alpha = \beta = \gamma$, as desired. $\blacksquare$