Theorems of Calculus
Learning Objectives
- Understand the conditions and guarantees of the Extreme Value Theorem (EVT).
- Apply Rolle's Theorem to find points with a horizontal tangent.
- Use the Mean Value Theorem (MVT) to relate average and instantaneous rates of change.
- Understand Cauchy's Mean Value Theorem as a foundation for advanced calculus proofs like L'Hopital's Rule.
Continuous Function
A function whose graph can be drawn without lifting the pen. Formally, a function is continuous at if .
Differentiable Function
A function that has a defined derivative at all points in its domain, meaning its graph is smooth and contains no sharp corners or cusps.
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
Conditions
Let be a function that satisfies three conditions:
- is continuous on the closed interval .
- is differentiable on the open interval .
- .
Rolle's Theorem
If a function satisfies the three conditions above, then there exists at least one number in the open interval such that .
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)
Conditions
Let be a function that satisfies two conditions:
- is continuous on the closed interval .
- is differentiable on the open interval .
Mean Value Theorem
If a function satisfies the two conditions above, then there exists at least one number in such that the derivative at equals the slope of the secant line connecting the endpoints.
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 | - |
Interactive Simulation
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
Interactive Simulation
Interact with the simulation below to explore L'Hopital's Rule and see the convergence of function ratios to derivative ratios.
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 Formula
The iterative formula to approximate the roots of a differentiable function.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The current approximation of the root | - | |
| The next, more accurate approximation | - | |
| The function evaluated at the current approximation | - | |
| The derivative of the function evaluated at the current approximation | - |
Interactive Simulation
Interact with the simulation below to explore how Newton's Method converges to a root step-by-step.
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.