How does one find the interval that encloses the root for large valued function like without graphing:
$$x^5-x^2+x=20000$$
I know that graphing with a software will give you the interval easily, but how do I find the two consecutive integers that enclose the root?
Hint.- Since the degree is odd, necessarily there is at least a real root $x_0$. What you have to do is to locate two consecutive integers $n$ and $n+1$ such that $f(n)$ and $f(n+1)$ have distinct signes. This procedure can fails when $x_0$ is a double roots in which case $x_0$ should be zero of the derivative $4x^4-2x+1$ which is not the case in this example.