Theorems of Calculus
The Extreme Value Theorem (EVT)
Extreme Value Theorem
If a function is continuous on a closed interval , then must attain an absolute maximum value and an absolute minimum value at some numbers and in the interval .
Importance in Optimization
The EVT guarantees that an optimization problem on a closed interval has a definitive solution. The extrema can occur either at interior points (where the derivative is zero or undefined) or at the endpoints of the interval.
Rolle's Theorem
Rolle's Theorem
Let be a function that satisfies three conditions:
- is continuous on the closed interval .
- is differentiable on the open interval .
- .
Intuition
If you throw a ball straight up into the air and catch it at the same height, its velocity must be zero at the peak of its trajectory. Since the start and end heights are the same (), there must be a point in between where the rate of change is zero.
The Mean Value Theorem (MVT)
Mean Value Theorem
Let be a function that satisfies two conditions:
- is continuous on the closed interval .
- is differentiable on the open interval .
Mean Value Theorem
Relates average rate of change to instantaneous rate of change.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Instantaneous rate of change at c | - | |
| Total change in function value | - | |
| Length of the interval | - |
Interact with the simulation below to explore the Mean Value Theorem.
Mean Value Theorem
There exists at least one point in where the tangent line is parallel to the secant line.
MVT in the Real World
If you drive a distance of 100 kilometers in 1 hour, your average speed is 100 km/h. According to the Mean Value Theorem, there must have been at least one exact instant during the trip where your speedometer read exactly 100 km/h, regardless of how you accelerated or decelerated.
Cauchy's Mean Value Theorem
Cauchy's Mean Value Theorem
Let functions and be continuous on the closed interval and differentiable on the open interval . Assume for all in . Then there exists at least one number in such that:
Cauchy's Mean Value Theorem
Generalization of MVT for two functions.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Continuous and differentiable functions | - | |
| Point in the interval (a, b) | - |
L'Hopital's Rule
Case 1: sin(x) / x
Explore how both curves become linear under high zoom, showing that their ratio approaches the ratio of their tangent lines.
Newton's Method
Newton's Method Interactive Visualization
Finding the positive root of f(x) = x² - 4 (The root is at x=2).
Iteration Progress
- The Extreme Value Theorem (EVT) guarantees that a continuous function on a closed interval will reach an absolute maximum and minimum.
- Rolle's Theorem guarantees a point where the derivative is zero, provided the endpoints have equal function values.
- The Mean Value Theorem (MVT) guarantees a point where the instantaneous rate of change equals the average rate of change over the interval.
- Cauchy's Mean Value Theorem generalizes the MVT for two functions, comparing the ratio of their instantaneous rates to the ratio of their average changes.
- These theorems require the function to be continuous on the closed interval and differentiable on the open interval, and they serve as the backbone for advanced calculus concepts.