This was an exam question that I got totally wrong and am a bit question. Prove $x^3 + x + 1 = 0$ has no solutions. Prove by contradiction.
Assume: $x^3 +x +1 =0$ has at least one rational root.
So, what I attempted to do here was solve for $x$.
$\begin{align} x^3 +x &= -1\\ x(x^2 +1) &= -1\\ x= -1 &\vee x = \sqrt {-2}\end{align}$
I noticed in other answers I found online that the way to do this is to get to $a^3 + ab^2 + b^3 = 0$ and then go through each scenario for $a$ and $b$ (odd or even.) And this makes much more sense in retrospect. But can someone explain why solving for $x$ is not an appropriate starting point?