The Cubic formula:
$ax^3+bx^2+cx+d=0$
With under the following conditions:
- $a \neq 0 $
- $a,b,c,d \in \Bbb{R} $
We can derive the following formula as a the root of $x$:
$u= \sqrt[3] {{bc\over 6a^2}-{d\over 2a}-{b^3\over 27a^3}+\sqrt{({bc\over 6a^2}-{d\over 2a}-{b^3\over 27a^3})^2+({c\over 3a}-{b^2\over 9a^2})^3}} $
$v= \sqrt[3] {{bc\over 6a^2}-{d\over 2a}-{b^3\over 27a^3}-\sqrt{({bc\over 6a^2}-{d\over 2a}-{b^3\over 27a^3})^2+({c\over 3a}-{b^2\over 9a^2})^3}} $
$x_1= u + v-{b\over 3a}$
But the proof of derivation of the formula mentioned above was only limited to 1 root. In addition, that formula had no complex conjugates. However as we know, there must be 2 other roots which includes complex conjugates in their formulas.
In reference, Wikipedia: Cubic equation also says that there should be 2 other roots at maximum.
So, altogether the 3 roots are:
$i= \sqrt {-1} $
$ \omega = -{1\over 2} + {{\sqrt 3}i\over 2} $
$x_1= u + v-{b\over 3a}$
$x_2= {\omega }u + {\omega}^2v -{b\over 3a} $
$x_3= {\omega }^2 u + {\omega}v -{b\over 3a} $
And unfortunately, I didn't find or know know the proof of any other 2 roots, i.e $x_2$ & $x_3$.
So would you please show me the proof of the other 2 roots of Cubic formula?
Note: Please, no synthetic division. I need proof by formula
If once accept the identity $$a^{3}+b^{3}+c^{3}-3abc \equiv (a+b+c)(a+\omega b+\omega^{2} c)(a+\omega^{2} b+\omega c)$$ and replacing $a, b, c$ by $y, -u, -v$ respectively,
$y^{3}-3uvy-(u^{3}+v^{3})=0 \implies y_{k}=u, \omega^{k}+ v, \omega^{2k}$ for $k=0,1,2$.
Note that $\omega^4=\omega$ and see more in another answer.
– Ng Chung Tak Aug 12 '20 at 03:09