Problem: The quadratic polynomial $P(x),$ with real coefficients, satisfies $$P(x^3 + x) \ge P(x^2 + 1)$$ for all real numbers $x.$ Find the sum of the roots of $P(x).$
Work: Since $P(x)$ is a quadratic polynomial, let $P(x)=ax^2+bx+c$. Then, we have $$a(x^3+x)^2+b(x^3+x)+c \ge a(x^2+1)^2+b(x^2+1)+c \implies a(x^3+x)^2+b(x^3+x) \ge a(x^2+1)^2+b(x^2+1).$$ Since we need to find the sum of the roots of $P(x)$, we need the value $-\frac{b}{a}$ by Vieta's Formulas. I then tried to manipulate using that form, but got nothing. Can somebody finish off this solution, or take another path of their own to solve this problem? Thanks!