Solving a cubic equation

257 Views Asked by At

Solve $y=ax^3+bx^2+cx+d$

I need $x$ in terms of $y$ . I do not need the roots of the cubic equation . I need to express $x$ in terms of $y, x>0$

1

There are 1 best solutions below

0
On

Substitute $x=z- \frac{b}{3a}$ and use the Cardano formula.