Sorry to ask so many roots questions in such short bursts, but I want to know if it is humanly possible to compute the complex root of
$$x^3 + 2 x^2 - 3 = 0$$
through algebraic manipulation?
Note that it also has a real root if you factor it a little bit
If not possible, please tell me how you can arrive at that conclusion
Thank you!
Note by the Rational Root Theorem that $1$ is a root of the cubic. Proceeding by polynomial long division gives the factorization $$(x-1)(x^2+3x+3)$$ You can then use the quadratic formula and find the roots of the second factor.