For non-zero real $x$, $y$, $z$ and complex $a$, $b$, $c$ with $|a|=|b|=|c|$, if $x+y+z=0=ax+by+cz$, then $a=b=c$

556 Views Asked by At

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$. :(

2

There are 2 best solutions below

0
On BEST ANSWER

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$

0
On

$AB = 0$ does not exclude $A = B = 0$.

You can simply rearrange the equations:

$$ \begin{vmatrix} 1 & 1 & 1 \\ \cos\theta_2 & \cos\theta_3 & \cos\theta_1 \\ \sin\theta_2 & \sin\theta_3 & \sin\theta_1 \\ \end{vmatrix}=0$$

And use an analogous proof to show that ${\beta = \alpha} \vee {\beta = \gamma}$. And rearrange a final time to close the loop.

The only solution to $({\alpha = \beta} \vee {\alpha = \gamma}) \wedge ({\beta = \alpha} \vee {\beta = \gamma}) \wedge ({\gamma = \alpha} \vee {\gamma = \beta})$ is $\alpha = \beta = \gamma$.