[Math] Finding the number of roots of a function in a given interval

calculus

Consider the following question:

Show that the function has exactly one root in the interval $[-2,-1]$.
$$f(x)=x^4+3x+1.$$

I can solve it algebraically, but I'm supposed to use Rolle's and the Mean value theorem.

The value of $f(-2)$ is positive and $f(-1)$ is negative. So that proves that at least one zero exists. I do not understand how I can prove the exact amount of zeroes in the interval is $1$. For all I know, the function might cross the $x$-axis number of times before reaching $-1$.

Best Answer

Consider the derivative $$ f'(x)=4x^3+3 = -1 + 4(x^3+1) $$ over the given interval (esp. its sign).


The polynomial is close to $$g(x)=(x^3+3)(x+\tfrac13)=x^4+\tfrac13x^3+3x+1,$$ so that its roots will be found close to $x=-\tfrac13$, $x=-\sqrt[3]3$ and $x=\sqrt[3]3ยท\frac12(1\pm i\sqrt3)$.

\begin{array}{l|l} \text{roots of }g(x) & \text{roots of }f(x) \\ \hline -0.33333333 & -0.33766677 \\ -1.44224957 & -1.30748610 \\ 0.721124785 + 1.249024766 i & 0.82257643 + 1.26031796 i \\ 0.721124785 - 1.249024766 i & 0.82257643 - 1.26031796 i \\ \end{array} So we see that a perturbation of about $10\%$ (of a maximum of $3$) in the coefficients leads to a perturbation of about $10\%$ in the roots. Here this is small enough to leave the distribution of real and complex roots and the qualitative location (quadrants) invariant.