~3 min read • Updated Mar 9, 2026
Introduction to Cauchy’s Mean Value Theorem
Cauchy’s Mean Value Theorem (CMVT) is a generalized version of the Mean Value Theorem.
It establishes an important relationship between two functions and forms the foundation of several major results in calculus, including L'Hôpital’s Rule.
1. Statement of Cauchy’s Mean Value Theorem
Let two functions f(x) and g(x) satisfy the following conditions:
- Both functions are continuous on the closed interval
[a, b]. - Both functions are differentiable on the open interval
(a, b). g'(x)is never zero on(a, b).
Then there exists a number c in (a, b) such that:
(f'(c)) / (g'(c)) = (f(b) - f(a)) / (g(b) - g(a))2. Geometric Interpretation
Cauchy’s Theorem states that the ratio of the instantaneous rates of change of two functions at some point equals the ratio of their overall changes across the interval.
This means the relative behavior of the two functions at one point matches their relative behavior over the entire interval.
3. Relationship with the Mean Value Theorem
If we choose g(x) = x, then:
g'(x) = 1
Substituting into Cauchy’s Theorem gives:
f'(c) = (f(b) - f(a)) / (b - a)
which is exactly the Mean Value Theorem.
4. Examples
Example 1: Two Polynomial Functions
Functions:
f(x) = x²
g(x) = x + 1
On the interval [0, 2]:
f(2) - f(0) = 4
g(2) - g(0) = 2
Ratio of changes:
4 / 2 = 2
Derivatives:
f'(x) = 2x
g'(x) = 1
Solving:
(2x) / 1 = 2 → x = 1
Thus, c = 1 is the point guaranteed by Cauchy’s Theorem.
Example 2: Application in L'Hôpital’s Rule
Cauchy’s Theorem is the foundation for proving L'Hôpital’s Rule.
If:
lim f(x) = 0
lim g(x) = 0
Then using Cauchy’s Theorem, one can show:
lim f(x)/g(x) = lim f'(x)/g'(x)5. Importance of Cauchy’s Mean Value Theorem
- Generalization of the Mean Value Theorem
- Foundation for L'Hôpital’s Rule
- Important tool for analyzing the relative behavior of two functions
- Applications in physics, engineering, and economics
- Key result in advanced mathematical analysis
6. Important Notes
- If
g'(x)becomes zero, the theorem does not apply. - The theorem guarantees at least one such point, but there may be more.
- The theorem concerns the ratio of derivatives, not the values of the functions themselves.
Conclusion
Cauchy’s Mean Value Theorem is a generalized form of the Mean Value Theorem that establishes a powerful relationship between two functions.
It is essential in proving major results such as L'Hôpital’s Rule and plays a significant role in analyzing function behavior.
Written & researched by Dr. Shahin Siami