Loading…

Mean Value Theorem Verifier

Math Calculus • Applications of Derivatives

View all topics
3. Mean Value Theorem Verifier
Verify the Mean Value Theorem on \([a,b]\): find \(c\in(a,b)\) such that \(f'(c)=\dfrac{f(b)-f(a)}{b-a}\), and check the conditions (continuity / differentiability).
Inputs
Constants: pi, e. Functions: sin, cos, tan, ln, log, sqrt, abs, exp. Implicit multiplication: 2x, (x+1)(x-1), 3sin(x). Trig powers: cos^2(2x).

We solve \(f'(x)-m=0\) numerically on \((a,b)\) by scanning + bisection.
Higher = better detection of multiple roots (slower).
Curve rendering resolution.
Ready
Graph
Drag to pan • wheel/pinch to zoom • shows \(f(x)\), the secant on \([a,b]\), and tangent line(s) at the MVT point(s) \(c\).
x: 0, y: 0, zoom(px/unit): 45
Result
Enter \(f(x)\), \(a\), \(b\), then click Verify MVT.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does the Mean Value Theorem say?

If f is continuous on [a,b] and differentiable on (a,b), then there exists at least one c in (a,b) such that f'(c) = (f(b)-f(a))/(b-a). Geometrically, a tangent slope matches the secant slope somewhere between a and b.

How does the Mean Value Theorem verifier find c?

It computes the secant slope m from the endpoints and then solves f'(x)-m=0 numerically on (a,b) by scanning for sign changes and refining roots with bisection. Depending on the selected option, it can return multiple solutions or one near the midpoint.

Why might the Mean Value Theorem fail on my interval?

MVT requires continuity on [a,b] and differentiability on (a,b). Discontinuities (holes, vertical asymptotes) or non-differentiable points (corners like |x| at 0) can violate the conditions and prevent a valid MVT point.

What is the secant slope used in the MVT equation?

The secant slope is the average rate of change over [a,b], computed as m = (f(b)-f(a))/(b-a). The theorem looks for points where the instantaneous rate of change f'(c) equals this value.

Can there be more than one MVT point c?

Yes. If the equation f'(x)=m has multiple solutions inside (a,b), the calculator can report all of them when the multiple-solutions option is enabled.