The Mean Value Theorem
Let's say we embark on a flight from Boston to Los Angeles. The flight lasts hours, covering roughly The Mean Value Theorem (MVT) states that at some point during this flight, we're travelling at the average speed:
At various points in the flight we might've travelled faster than at other points less than mvt provides that regardless of those facts, there is at least one point during the flight where we were traveling at It is because of the role of an average that the theorem is called the "Mean Value Theorem."
Stating the theorem formally:
Mean Value Theorem. Let be a function where the following conditions are true:
- is continuous when
- is differentiable when
Then there exists a number where such that:
Or, equivalently:
For the first condition: There's a link between and If it were discontinuous, there would be no relation between and And for the second condition: we can determine the speed, or more generally, the slope, at each point between and
The intuition behind mvt is best gained by illustration:
In the diagram above, the blue line is the secant line between the points and This line has the slope:
What's the relationship between this slope and Well, the slope is the slope of the red line. That red line is parallel to the blue secant line. Initially, it's somewhere far from the blue secant line, but as we shift it closer and closer to the secant line, it will eventually touch the graph. That point where it touches the graph is the point And because this red line now touches the graph, it has the same slope as the blue line:
A few sidepoints: First, when we apply MVT, we're just focusing on the interval We're not considering anything outside this interval. Second, the parallel line doesn't have to just touch one point. mvt merely provides that it touches some point.1
But what happens if was something like this instead:
In this case, we wouldn't get a tangent line. Fortunately, there's a simple fix. Instead of having the parallel lines come from the bottom, have them come from the top:
A critical issue we should always consider when applying mvt is whether is differentiable on the open interval This is because all it takes is one non-differentiable point to prevent us from applying mvt. For example, some function that looks like:
Shifting the parallel line up, we would never get a tangent line. There is no derivative at the red point. For mvt to be true, must exist at all points
Let's take a closer look at the formula
Rewriting the equation:
And rewriting one more time:
Suppose that This means that is positive:
This in turn means that the factor in our rewritten equation is positive:
This leads to several inferences. First, if is positive then the term is also positive.
And given the equation, it follows that:
From this analysis, we can conclude that:
Following the same thought process, if then the term is negative:
Which leads to the conclusion:
Finally, we have the case where Where this occurs, we have:
Which implies the conclusion:
Now, because we can apply the mean value theorem for any interval on the function (provided the theorem's conditions are met), our inferences are applicable to more generally. Accordingly, the inferences we just drew are extremely powerful and useful propositions. We state them as a lemma:
lemma. Where the mean value theorem is true, the following propositions hold:
- If then is increasing.
- If then is decreasing.
- If then is constant.
With these inferences drawn, we now point out a few nuances with
mvt. mvt is rarely, if ever, actually used to find some value This is because mvt never tells you how many s there are. It could be a hundred, it could be just one. Instead, mvt is more often used as a tool for drawing larger conclusions, particularly through the inferences we stated in the lemma above.
In the realm of applied mathematics, mvt is used to determine whether a particular rate of change lies between two extremes. For example, suppose is the minimum velocity for some vehicle, and is the maximum velocity. Then suppose that while the vehicle travels, a speedometer reads the velocities and
mvt allows us to determine whether:
where (since the minimum and maximum can occur at the endpoints). In essence, mvt's greatest value lies in what it implies, rather than what it states. To examine this value, let's consider inequalities.
Suppose we're given the following inequality:
Question: Is this proposition true? Let's start by rewriting the proposition as a function:
We have the function Where we have:
If we differentiate we get:
We know that where Thus, it follows that where This means that:
Plugging in our function definition, we get:
This proves that the proposition where is true. Now consider another problem:
problem. Is greater than
Abstracting the problem statement, we're asked to determine whether the proposition:
is true. Once more, we use the same technique. We rewrite the inequality as a function:
Where we have:
Then we differentiate
Given the derivative we know that:
from the previous problem. This tells us that Which implies that the proposition:
is true. It turns out that we can keep going with the proposition:
What this tells us is that the left hand side of the inequality, grows pretty quickly, but if we go infinitely far, the right hand side eventually catches up.
Footnotes
-
In mathematics, the word "some" is shorthand for "at least one." It could be a million points, a thousand, or just one. In all of those cases, there is some point. ↩