Rolle's Theorem and the Mean Value Theorem (MVT) are existence theorems — they guarantee that a certain point c exists without telling us how many such points exist or providing a formula to find them (other than solving f'(c) = value).
Rolle's Theorem Conditions:
- f is continuous on [a, b]
- f is differentiable on (a, b)
- f(a) = f(b)
Conclusion: There exists at least one c in (a, b) such that f'(c) = 0.
Geometric interpretation: If a curve starts and ends at the same height, there must be at least one point where the tangent is horizontal.
Common Rolle's applications in JEE:
- Proving that a polynomial equation has at least one real root between two given values
- If f(a) = f(b) = f(c) for a < b < c, then f'(x) = 0 has at least 2 roots (apply Rolle's on [a,b] and [b,c])
- Generalizing: if f has n equal values, then f' has at least n-1 zeros
Mean Value Theorem Conditions:
- f is continuous on [a, b]
- f is differentiable on (a, b)
Conclusion: There exists at least one c in (a, b) such that f'(c) = [f(b) - f(a)]/(b - a).
Geometric interpretation: There exists a point where the tangent line is parallel to the secant line joining (a, f(a)) and (b, f(b)).
MVT for Proving Inequalities: The most powerful JEE application. If m <= f'(x) <= M on [a, b], then: m(b - a) <= f(b) - f(a) <= M(b - a)
Example: Prove that 3/4 < sqrt(3) - sqrt(2) < 1. Apply MVT to f(x) = sqrt(x) on [2, 3]: f'(c) = ) for some c in (2, 3). So ) < sqrt(3) - sqrt(2) < ). This gives approximately 0.289 < sqrt(3) - sqrt(2) < 0.354, which is a tighter bound.
Cauchy's MVT (Extended MVT): If f and g are continuous on [a, b], differentiable on (a, b), and g'(x) != 0 on (a, b), then there exists c in (a, b) such that: f''(c) = [f(b) - f(a)]/[g(b) - g(a)]
This is used to prove L'Hopital's Rule and occasionally appears in advanced JEE problems.
JEE Pattern: Questions often ask to "verify MVT" (check conditions, find c) or use MVT to prove an inequality. The key skill is choosing the right function f(x) to apply MVT to.