Skip to main content

Section 1.2 Theorems of Calculus

Subsection 1.2.1 Formalizing Calculus

In this section, I’d like to simply list several useful theorems that relate to limits, continuity and derivatives. If this were a more formal course, a majority of our time might be spent on similar theorems and their implications. For our purposes, though, you should know that these theorem exists and you should have a reasonable understanding of their interpretation. Theorems are also an important aspect of formalization: as mathematics becomes formalized, we insist on theorems and proofs to build up the formal structure.

Subsection 1.2.2 The Intermediate Value Theorem

First, let’s review continuity. There are several ways to define continuity; I prefer this definition: A function \(f\) is continuous at a point \(a\) if \(a\) is in the domain of \(f\) and
\begin{equation*} \lim_{x \rightarrow a} f(x) = f(a)\text{.} \end{equation*}
In a continuous function, the limit is just the function value.
Our first theorem is the Intermediate Value Theorem.
This is stated formally, but the idea is relatively understandable. This theorem simply says that a continuous function must go through all its intermediate values. If \(f(0) = 0\) and \(f(1) = 4\text{,}\) then all numbers between \(0\) and \(4\) are intermediate values. The theorem says that somewhere in the interval \((0,1)\text{,}\) the function takes all these intermediate values at least once. It can’t skip or jump: it can’t go from 0 to 4 without also going throuth \(1, 2, 3, \frac{3}{2}, \sqrt{2}, \pi\text{,}\) etc.
A common application of the IVT is looking for roots of difficult functions.
Consider the quintic \(f(x) = x^5 - x^4 + 2x^3 - 2x^2 + 2x - 1\text{.}\) Since this is a quintic, there is no formula like the quadratic formula to find the roots (the insolvability of the quintic by a formula is, in itself, a very interesting piece of mathematics). Using the IVT, if we can find a value where the function is positive and another where the function is negative, we can look for a root between those values. In the following list, each pair of successive function values has one positive and one negative. The IVT says that a root must lie between these values. For convenience of notation, let \(a\) be the desired root.
\begin{align*} f(1) = 1 \hspace{2cm} f(0) = -1 \amp \hspace{2cm} a \in (0,1)\\ f\left(\frac{1}{2}\right) = -0.28.. \amp \hspace{2cm} a \in \left(\frac{1}{2},1\right)\\ f\left(\frac{3}{4}\right) = 0.139.. \amp \hspace{2cm} a \in \left(\frac{2}{4},\frac{3}{4}\right)\\ f\left(\frac{5}{8}\right) = -0.100.. \amp \hspace{2cm} a \in \left(\frac{5}{8},\frac{6}{8}\right)\\ f\left(\frac{11}{16}\right) = 0.00977.. \amp \hspace{2cm} a \in \left(\frac{10}{16},\frac{11}{16}\right)\\ f\left(\frac{21}{32}\right) = -0.047.. \amp \hspace{2cm} a \in \left(\frac{21}{32},\frac{22}{32}\right)\\ f\left(\frac{43}{64}\right) = -0.019.. \amp \hspace{2cm} a \in \left(\frac{43}{64},\frac{44}{64}\right)\\ f\left(\frac{87}{128}\right) = -0.0049.. \amp \hspace{2cm} a \in \left(\frac{87}{128},\frac{88}{128}\right)\\ f\left(\frac{175}{256}\right) = 0.0023.. \amp \hspace{2cm} a \in \left(\frac{174}{256},\frac{175}{256}\right) \end{align*}
This process gives us a reasonable approximation of the root in \(\frac{174}{256}\text{.}\)

Subsection 1.2.3 Rolle’s Theorem and Mean Value Theorem

We move on to theorems related to differentiation. The first is Rolle’s Theorem.
Interpreted as movement in one dimension, Rolle’s theorem says that if we get back to where we started, we must turn around. Getting back to where we started is \(f(a) = f(b)\text{.}\) Turning around is having a point where there is zero rate of change, where our velocity changes from going out to going back in.
Very similar to Rolle’s theorem is the Mean Value Theorem.
Interpreted as movement in one dimension, the MVT says that at some point in time, we realize our average rate of change. The term on the right is the average rate of change and the theorem says that there is a point \(c\) where the derivative, the actual rate of change, is equal to this average change. At other points in time, we might be moving slower or faster, but somewhere we achieve the average speed at least once.