Context. I worked on an intermediate-value-theorem problem that asked whether $f(x) = x^{10} - 10x^2 + 5$ had a root in $(0, 2)$. I solved the problem by computing $f(0)$ and $f(2)$, both of which are positive, making me try again. However, I (incorrectly) thought to myself --- that's a parabola because of the even degree, so let's take a point $x=a$ inside the interval. (Being a parabola, it has to go further down, so I can find whether it gets below the $x$-axis.) Then I tried $f(1)$, which is negative. So, yes, I concluded --- there must be a root by the intermediate value theorem. "Problem solved". But I graphed the function to discover that it's not a parabola.
The question is --- how could I recognize a parabola from the algebraic expression of a function?
All parabolas have a leading term with a "squared" exponent. A polynomial in descending order whose leading coefficient has any exponent other than $2$ is not quadratic.