Using clever algebra show that the polynomial $$P(x)=x^4-x^2-x+2$$ has no real roots.
Obviously, we can not use the derivative.
Using the general quartic formula is terrible.
I tried
$$(x^2+1)^2-3x^2-x+1=(x^2-x\sqrt 3+1)(x^2+1+x\sqrt 3)-x+1$$
But this didn't work.
Also factorisation doesn't work.
Finally I solved my question.
Note that, $P(-x)\ge P(x)$ holds for all $x\ge 0$.
So it is enough to show that $P(x)\ge 0$, for all $x\ge 0$.
$$P(x)=(x^2-1)^2+(x-1)^2+x>0.$$
So there are no real roots.
Why factorisation doesn't work?
Can you turn P(x) into sums of two square + positive constant form?
$P(x)=x^4-2x^2+x^2-x+2=....$