I've been trying to solve this for hours and all found was the real solution by Cardano"s formula.
I vaguely remember that if $\alpha$ is a root of a complex number, the other roots are $\omega \alpha$ and $\omega ^2 \alpha$ where $\omega = - \frac{1}{2}+i \frac{\sqrt{3}}{2}$, $\omega ^2 = - \frac{1}{2}-i \frac{\sqrt{3}}{2}$.
The problem is, I don't know how to apply this to find my roots(if applicable at all).
Straightly put, how can I find other roots of a cubic given one root?(This time it happens to be around -0.75, for the real root). Given a single root, what is the relationship between others? Any formula to compute the remaining solutions at all?
By $a^{3}+b^{3}+c^{3}-3abc=(a+b+c)(a+\omega b+\omega^{2} c)(a+\omega^{2} b+\omega c)$;
and replacing $a, b, c$ by $x, -u, -v$ respectively,
$x^{3}-3uvx-(u^{3}+v^{3})=0 \implies x_{k}=u\, \omega^{k}+ v\, \omega^{2k}$ for $k=0,1,2$.
$u, v$ are known as resolvents.
Let your reduced cubic be $y^{3}-3py-2q=0$.
(Will substitute $p=\frac{1}{9}, q=-\frac{25}{54}$ later.)
Now $uv=p$ and $2q=u^{3}+v^{3}$.
$\therefore 2q=u^{3}+\left( \frac{p}{u} \right)^{3}$
$\implies u^{6}-2qu^{3}-p^{3}=0$
$\implies u^{3}=q\pm \sqrt{q^{2}-p^{3}}$
$\implies u=\sqrt[3]{q\pm \sqrt{q^{2}-p^{3}}}$
$\displaystyle{ \therefore v=\frac{p}{\sqrt[3]{q\pm \sqrt{q^{2}-p^{3}}}} =\sqrt[3]{q\mp \sqrt{q^{2}-p^{3}}} }$
$\therefore y=\sqrt[3]{q\pm \sqrt{q^{2}-p^{3}}}+\sqrt[3]{q\mp \sqrt{q^{2}-p^{3}}}$.
Note that $u, v$ are conjugates and symmetrical in roles.
By keeping the upper case,
$y=\sqrt[3]{q+\sqrt{q^{2}-p^{3}}}+\sqrt[3]{q-\sqrt{q^{2}-p^{3}}}$ is one of the root.
The other two roots are $\omega u+\omega^{2} v$ and $\omega^{2} u+\omega v$.
In this case, $u+v=-\frac{1}{3} \left( \sqrt[3]{\frac{25+3\sqrt{69}}{2}}+\sqrt[3]{\frac{25-3\sqrt{69}}{2}} \right) $.
Careful manipulation in $\omega$ enables us to find the rest (complex roots).
P.S.: In case of the discriminant $\Delta = q^{2}-p^{3} <0$, there are 3 distinct real roots involving combination of $\cos(\frac{1}{3} \cos^{-1} (.))$ and not discussed here.