$${x^4 + ax^3 + bx^2 + 2018x = 207} $$ $$3a^2 < 8b$$
While trying to prove that this equation has exactly two solutions, I defined the function $$f(x) = {x^4 + ax^3 + bx^2 + 2018x - 207}$$ and then evaluated it at $f(0)$ to show that it is less than zero. I was going to use the Intermediate Value Theorem to prove that at some large positive and negative value result in values greater than $0.$ But then I don't know how to prove that the function doesn't cross more than twice.
As you already observed, $f(0)=-207<0$, whereas $\lim_{x\to \pm \infty}f(x)=+\infty$. Therefore, by the Intermediate Value Theorem, there are at least two real roots: one is positive and another one is negative.
Now note that $f$ is strictly convex: for all real $x$, $$f''(x)=12x^2+6ax+2b>0$$ because $\Delta=36a^2-96b=12(3a^2-8b)<0$. Hence if $f$ has at least three real roots then, by the Mean Value Theorem, $f'$ has at least two roots and $f''$ has at least one root. Contradiction.
It follows that the real roots of $f$ are exactly two.