Solve the cubic equation for $x\in\mathbb{R}$ $$x^3-9 x^2-15x-6 =0$$
Note that the only real solution is $x=3+2\sqrt[3]{7}+\sqrt[3]{7^2}$. Given the regularity of this solution, can we solve for it constructively, without going full Cardano?.
Also, can we prove that there is only one real solution without using the discriminant?
If $y=x-3$ and $y^3-42y=105$, then take $y=t+r\implies t^3+r^3+(3tr-42)y=105$, then: $$3tr-42=0$$$$t^3+r^3=105$$
$$3tr-42=0\implies tr=14\implies t^3r^3=2744$$ Then $t^3$, and $r^3$ are roots of: $$Z^2-105Z+2744=0$$ Then $Z_1=49$ and $Z_2=56$, $\implies t^3=49$ and $r^3=56$, $\implies t=\sqrt[3]{7^2}$ and $r=2\sqrt[3]{7}$