This is the problem: Let $x$ be a fixed real number. Prove: if $x^5 + 2x^3 + x < 50$, then $x < 2$. It's from the book "An introduction to mathematical proofs" by Nicholas A. Loehr.
I tried to prove it using a direct proof and then trying to prove that $x < 2$ by algebra. This is my work:
Proof (Direct Proof). Assume $x^5 + 2x^3 + x < 50$. I must prove $x < 2$.
By algebra,
$x^5 + 2x^3+x < 50$
$x(x^4 + 2x^2+1) < 50$
I can tell that it has something to do with the quadratic formula, but I don't really know where to start.