I have : $x^3+15x^2+24x-40=0$
When I use $x=u-a/3$ where $a=15$ and I replace it gives :
$u^3-51u+90=0$
Now, my discriminant is inferior to $0$...
How do I find out at least one solution of this cubic equation without using trigonometric methods? I only learned how to solve cubics with algebraical methods...
Thank you!
Notice that $x=1$ is an easily obtainable root of your cubic equation. As Clement points out in the comment, the first root is usually easily obtainable. You can see the constant term of your cubic, it is $-40$, so the product of your roots is $40$. So you can try some simple factors of $40$ like $1,-1,2$ etc.
Factoring it out yields $$(x-1)(x^2+16x+40)=0$$
Solving the quadratic, you get the other two roots.