Math 231E: Lecture 11 - Mean Value Theorem and Its Applications
Mean Value Theorem (MVT)
Theorem 1 (Mean Value Theorem):
Conditions:
Let be a function.
is continuous on the closed interval .
is differentiable on the open interval .
Conclusion:
There exists a number such that a < c < b.
At this point , the instantaneous rate of change is equal to the average rate of change over the interval .
This is expressed by the formula: .
Corollaries of the Mean Value Theorem
Rolle's Theorem
Theorem 2 (Rolle's Theorem):
Conditions:
Let be a function.
is continuous on the closed interval .
is differentiable on the open interval .
The function values at the endpoints are equal: .
Conclusion:
There exists a number such that a < c < b.
At this point , the instantaneous rate of change is zero: .
Example Applying MVT
Example 1: If a car travels miles in one minute, then at some instant, its speed must have been exactly mph.
This is an application of the Mean Value Theorem, where the average speed over the minute is mph ( miles / minute miles / hour), implying there was an instant when the instantaneous speed was also mph.
Functions with Zero Derivative
Theorem 3: If for all , then is constant on .
Proof:
Choose any two distinct points .
Without loss of generality, assume x1 < x2.
By the Mean Value Theorem, applied to the interval , there exists some such that:
Given that for all , it follows that .
Substituting this into the MVT equation:
Therefore, .
Since and were arbitrary points in , this means the function's value is the same at any two points, proving is constant on .
Functions with Identical Derivatives
Theorem 4: If and are two functions defined on such that their derivatives are equal, i.e., for all , then and differ by a constant.
This means for some constant .
Proof:
Define a new function .
Differentiate :
Since we are given , it follows that:
By Theorem 3, if the derivative of a function is zero everywhere in an interval, then the function itself is constant on that interval.
Therefore, for some constant .
Substituting back the definition of :
Rearranging gives: .
Importance of "For All Points in the Interval"
Example 2: The previous theorems rely on the conditions holding true for every point in the specified interval.
Consider the function on the interval .
This function can be written as:
for .
for .
is undefined at .
Its derivative, , is for all except at . At , the derivative is undefined (the function itself is discontinuous, not differentiable, and undefined at this point).
Clearly, is not a constant function on .
This example illustrates that even if the derivative is zero at "almost every" point, if there's just one point where the condition fails (e.g., the function is not differentiable or the derivative is not zero), the conclusion of Theorem 3 (that the function is constant) does not hold.
Relationship Between Derivative Sign and Function Behavior
Theorem 5 (Increasing/Decreasing Test):
If f'(x) < 0 on , then is decreasing on .
If f'(x) > 0 on , then is increasing on .
Proof (for f'(x) < 0):
Assume f'(x) < 0 for all .
Consider any two points such that x1 < x2.
By the Mean Value Theorem, applied to the interval , there exists a number such that x1 < c < x2 where:
We know that f'(c) < 0 (because and we assumed f'(x) < 0 for all ).
We also know that x2 - x1 > 0 (since x1 < x2).
Therefore, the product must be negative:
f'(c)(x2 - x1) < 0
This implies that f(x2) - f(x1) < 0.
Rearranging, f(x2) < f(x1).
Since for any x1 < x2 in the interval, f(x2) < f(x1), this proves that is decreasing on .
Proof (for f'(x) > 0): (Similar logic, omitted in transcript but implied)
If f'(x) > 0 and x2 - x1 > 0, then f'(c)(x2 - x1) > 0. So, f(x2) - f(x1) > 0, which means f(x2) > f(x1), indicating an increasing function.