I was just solving a problem in which i was stuck that if $ a,b,c $ are real then Is it true that if $ aw^2 +c +bw =0 $ then $ a=b=c $ ? What in case if $ a,b,c $ are not real?
2026-03-26 11:00:45.1774522845
On
What if in $ aw^2 +c +bw =0 $ $ a,b,c $ are not real ? $ w $ is the cube root of unity.
173 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Yes, it is true. Note that $\omega^2=-1-\omega$. Therefore$$a\omega^2+b+c\omega=0\iff-a+b+(-a+c)\omega=0.$$Since $1$ and $\omega$ are linearly independent, it follows from this that $-a+b=-a+c=0$. In other words, $a=b=c$.
You know that $w^2=-w-1$. Suppose that $a+bw+cw^2=0$. Replacing $w^2$ we find that $(a-c)+(b-c)w=0$.
If $b-c\neq0$, then we have that $w=-\frac{a-c}{b-c}$, and the right hand side is real: as $w$ is not real this is absurd. It follows that $b=c$ and that our equation is in fact that $a-c=0$. We thus conclude that $a=b=c$.