I encountered the following problem in a high-school math text, which I wasn't able to solve using factorization/factor theorem:
Solve $x^3+3x^2+1=0$
Am I missing something here, or is indeed a more advanced method necessary to solve this particular cubic? The answer provided was $x\doteq-3.1$, which I was only able to confirm using CAS.
It is easy to show that the equation has no rational roots, using high-school level math. Indeed, if $x =\frac{p}{q}$ is a root, you can easily show that $p \mid 1$ and $q \mid 1$ thus the only potential rational roots are $\pm 1$, and they don't work. This shows that we cannot probably calculate the solution in a simple way, we have to approximate.
To approximate, the simplest idea would be to write the equation as
$$x^2(x+3)=-1$$
As $x^2 \geq 0$ it follows that $$x+3 <0 \,.$$ Thus, $x <-3$. But then, $$x^2 >9 \,.$$ Multiplying this by $x+3$, which is negative, we get
$$-1=x^2(x+3)< 9(x+3) \,.$$
This yields
$$x+3 > \frac{-1}{9}$$
Thus
$$ \frac{-1}{9} < x+3 <0 \,,$$ or $$-3-\frac{1}{9} <x <-3$$