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?
As an odd-degree polynomial, $x^3+x+1=0$ certainly has real solutions, but none that are rational. Applying the rational root theorem shows us that the only possible rational roots are $\pm1$, and substitution shows us that neither of these works.
It's worth noting that you can't conclude from $a\cdot b=-1$ that $a=-1$ or $b=-1$. For example, let $a=2,b=-\frac12$. The only time that we can conclude (for real numbers $a,b,c$) that $ab=c$ implies $a=c$ or $b=c$ is when $c=0$.
In particular, the only real solution to $x(x^2+1)=-1$ (or equivalently, $x^3+x+1=0$) is $$x=\sqrt[3]{\frac{\sqrt{93}-9}{18}}-\sqrt[3]{\frac{\sqrt{93}+9}{18}},$$ which isn't remotely obvious by your method. Who would even guess that? We can find this through Cardano's method.