Consider the following polynomial
$$ x^{4}-2x+1=0 $$
Is it possible to check if there is or there is not a solution in $x\in\left]0,1\right[$ without explicitly evaluating the expression? What other tests are there to qualitatively classify the solutions for this polynomial?
Note that $$ f'(x) = 4x^3-2 \quad \text{and} \quad f''(x) = 12x^2 > 0 $$ which means the function is always concave up.
Since $f(0)=1$ and $f(1)=0$, and the function is concave up, it has a root in $(0,1)$ only if there is a relative minimum in the interval, which happens iff $f'(x)=0$ for some $x$ in $(0,1)$. However, $$ f'(x) = 0 \iff x^3 = 1/2 \iff x = 2^{-1/3} \in (0,1), $$ so $f$ must have a root in $(0,1)$.
The actual graph is below: