I am trying to figure out the following cubic root thing.
$ax^3+bx^2+cx+d=0$
I set up
$x=y-\frac{3}{ba}$
Then I plug in for x
$a(y-\frac{3}{ba})^3+b(y-\frac{3}{3a})^2+c(y-\frac{3}{ba})=0$
The issue I am having trouble with is the simplification
I try to multiply it all but I gets messy.
Maybe the binomial theorem can be used
this is supposed to go down into the depressed cubic which is.
$ay^3+(c-\frac{b^2}{3a})y+(d+\frac{2b^3}{27a^2}-\frac{bc}{2a})$