Just like if we have any quadratic equation which has complex roots, then we are not able to factorize it easily. So we apply quadratic formula and get the roots.
Similarly if we have a cubic equation which has two complex roots (which we know conjugate of each other) and one fractional root, then we are not able to find its first root by hit & trial.
So my question is like quadratic formula, is there exist any thing like cubic formula which help in solving cubic equations?
For example, I have an equation $$2x^3+9x^2+9x-7=0\tag{1}$$ and I have to find its solution which I am not able to find because it has no integral solution. Its solutions are $\dfrac {1}{2}$, $\dfrac{-5\pm \sqrt{3}i}{2} $, I know these solutions because this equation is generated by myself.
So how can I solve equations like these?
Also while typing this question, I thought about the derivation of quadratic formula, which is derived by completing the square method.
So I tried to apply ‘completing the cube’ method on the general equation $ax^3+bx^2+cx+d=0$ but it didn't help.
So please help me in finding a cubic formula or to solve the equations like given in example by an alternative method.
Yes, we do have a cubic formula! By Cardan's Method...
Cardan's Method: To solve the general cubic$$x^3+ax^2+bx+c=0\tag{i}$$ Remove the $ax^2$ term by substituting $x=\dfrac {y-a}3$. Let the transformed equation be$$y^3+qy+r=0\tag{ii}$$ To solve this depressed cubic, substitute $y=u+v$ to get$$u^3+v^3+(3uv+q)(u+v)+r=0\tag{iii}$$ Put $3uv+q=0$ to get $u=-\dfrac q{3v}$ and substituting this back gives a quadratic in $v^3$. The roots of the quadratic are equal to $u^3,v^3$ respectively. And from our substitution, we get a root as$$y=\left\{-\frac r2+\sqrt{\frac {r^2}4+\frac {q^3}{27}}\right\}^{\frac 13}+\left\{-\frac r2-\sqrt{\frac {r^2}4+\frac {q^3}{27}}\right\}^{\frac 13}\tag{iv}$$ With the other two roots found with the cube roots of unity.
To find the original root of $(\text i)$, substitute $y$ into your transformation.