There are two parts to this proof:
(I) Show that the function has at
least one root. We’ll use the Intermediate Value Theorem for this part and show there exists some value $c_1$ $(-\infty < c_1 < \infty)$ for which $f(c_1) = 0$.
(II) We’ll then use Rolle’s Theorem to show, by contradiction, that $f(x)$ does not have two or more roots.
Those two facts together mean that $f(x)$ has one and only one root.
(I) Let’s first show that the function has one real root.
First note that $\displaystyle{\lim_{x \to -\infty} f(x) = -\infty}$, while $\displaystyle{\lim_{x \to \infty} f(x) = \infty}$. Since $f$ is a continuous function, by the Intermediate Value Theorem there must be some value $c_1$ $(-\infty < c_1 < \infty)$ for which $f(c_1) = 0$. That is, $f(x)$ has at least one root.
(II) A proof by contradiction has three key steps:
1. Assume the opposite of what you want to prove.
2. Use that assumption to develop a new condition.
3. Show that the new condition contradicts your original assumption. Therefore your original assumption must be wrong, and so you’ve proved what you were originally after.
We’ll proceed using those steps:
1. Let’s assume that $f(x)$ has two real roots. We’ll call them $a$ and $b$, such that $f(a) = f(b) = 0$.
2. Rolle’s Theorem applies to $f(x)$, since $f$ is a polynomial and is therefore continuous and differentiable everywhere. According to the Theorem, then, there must be a value $c_2$ on the interval $(a,b)$ such that:
$$f'(c_2) = 0$$
3. Let’s compute $f'(x)$:
\begin{align*}
f'(x) &= \frac{d}{dx}\left[ x^5 + 6x^3 + x – 4 \right] \\[8px]
&= 5x^4 + 18x^2 + 1
\end{align*}
But $x^4 \ge 0$ and $x^2 \ge 0$, so
\begin{align*}
f'(x) &\ge 0 + 0 + 1 \\[8px]
&\ge 1 &&\text{for all $x$}
\end{align*}
That is, $f'(x)$ can never be 0. But in Step 2 above we saw that if there are two roots such that $f(a) = f(b) = 0$, then there must be some value $c_2$ such that $f'(c_2) = 0$. So we have on the one hand $f'(x)$ can never be 0, while on the other hand $f'(c_2) = 0$ for some value of $c_2$. This is a contradiction, and so our original assumption in Step 1 must have been incorrect: $f$ cannot have two real roots. (By extension, $f$ cannot have three or more roots either.)
Hence we have shown that (I) $f$ has at least one real root, and (II) it does not have two or more real roots. Therefore $f$ has exactly one real root. $\quad \cmark$
[hide solution]
Mean Value Theorem (MVT):
If $f(x)$ is continuous on the closed interval $[a,b]$ and differentiable on the open interval $(a,b)$, then there is a number $c$ in $(a,b)$ such that
$$f'(c) = \frac{f(b) – f(a)}{b-a}$$
or, equivalently,
$$f(b) – f(a) = f'(c)(b-a)$$
In words, there is at least one value $c$ between $a$ and $b$ where the tangent line is parallel to the secant line that connects the interval’s endpoints. (See the figures.)
[Click on any figure to see a larger version.]
Rolle’s Theorem:
In Calculus texts and lecture, Rolle’s theorem is given first since it’s used as part of the proof for the Mean Value Theorem (MVT). You can easily remember it, though, as just a special case of the MVT: it has the same requirements about continuity on $[a,b]$ and differentiability on $(a,b)$, and the additional requirement that $f(a) = f(b)$. In that case, the MVT says that
\begin{align*}
f(b) – f(a) &= f'(c)(b-a) \\
0 &= f'(c)(b-a) \\
f'(c) &= 0 \text{ for some number $c$ in the open interval $(a,b)$}
\end{align*}
See the figure.
The Mean-Value Theorem (and to a lesser extent) Rolle’s Theorem often appear on exams as questions that ask you to prove something or another. The problems below focus on such questions.