On solving the cubic equations, applying Cardano formula yield complex results. I wanted to evaluate the exact roots (not numerical) but I ended up with complex numbers/nested radicals. To get rid of complex numbers/nested radicals, we are either to denest the nested radical or use trigonometric formula for cubic equations. The trigonometric formula has to be avoided because it won’t give exact roots. So we are left to denest the nested radical of the form
- $\sqrt[3]{a+b\sqrt{c}}$
- $\sqrt[3]{a+b\sqrt{c}} +\sqrt[3]{a-b\sqrt{c}}$
In the first case I was asked to “assume” the solution which is really annoying, for the second I was told to suppose the radical to be equal to “$x$” and then cubing on both sides gives the same cubic equation, now “assume” the solution. I seem to be processing in a cycle, I am greatly troubled.
X=∛(2+√5) +∛(2-√5) Cubing both sides: x^3+3x-4=0 “assuming” x=1 anf equating the sides will prove that x=1 ): This is the so called “assuming method” I showed
– Hashir Omer Aug 14 '13 at 07:58