Mean Value Theorem

The Mean Value Theorem says there exists at least one point in an interval where a function's instantaneous rate equals its average rate.

f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

Solve a problem with Mean Value Theorem

Type the problem. The solver will use Mean Value Theorem where Mean Value Theorem is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Mean Value Theorem takes
ff
aa
bb
cc
Mean Value Theorem
SymbolMeaning
ffThe function being studied; it must be continuous on the closed interval [a,b][a,b] and differentiable on the open interval (a,b)(a,b) for MVT to apply.
aaThe left endpoint of the interval; the first point where you evaluate the function, with a<ba < b.
bbThe right endpoint of the interval; the second point where you evaluate the function, where a<ba < b.
ccThe x-value guaranteed to exist strictly between aa and bb (meaning a<c<ba < c < b) where f(c)f'(c) equals the average rate; the theorem promises one exists but not which one or how many.

When to use it

Use this when you need to show a derivative takes a specific value or to connect instantaneous behavior to average behavior over an interval.

Level

Usually taught in: Calculus I · Appears on: AP Calculus

Worked examples

1. Find the point where a quadratic's derivative equals its average rate

Problem

Show that f(x)=x2f(x) = x^2 satisfies Mean Value Theorem on [1,3][1,3] and find cc.
  1. f(x)=2xf'(x) = 2x

    Differentiate f(x)=x2f(x) = x^2 using the power rule.

  2. f(3)f(1)31=912=4\frac{f(3) - f(1)}{3 - 1} = \frac{9 - 1}{2} = 4

    Compute the average rate of change: 9131=4\frac{9-1}{3-1} = 4.

  3. f(c)=4f'(c) = 4

    By Mean Value Theorem, there exists c(1,3)c \in (1,3) where f(c)f'(c) equals the average rate.

  4. 2c=4,c=22c = 4, \quad c = 2

    Solve 2c=42c = 4 to get c=2c = 2, which satisfies 1<2<31 < 2 < 3.

Answer: c=2c = 2

Mean Value Theorem guarantees such a point exists; we found it by equating the derivative to the average rate and solving.

2. Apply Mean Value Theorem to a polynomial with square roots

Problem

For f(x)=x3f(x) = x^3 on [0,2][0, 2], find a value of cc where f(c)f'(c) equals the average rate of change.
  1. f(x)=3x2f'(x) = 3x^2

    Differentiate using the power rule.

  2. f(0)=0,f(2)=8f(0) = 0, \quad f(2) = 8

    Evaluate the function at the endpoints.

  3. f(2)f(0)20=82=4\frac{f(2) - f(0)}{2 - 0} = \frac{8}{2} = 4

    The average rate of change is 82=4\frac{8}{2} = 4.

  4. 3c2=4    c=43=2333c^2 = 4 \implies c = \sqrt{\frac{4}{3}} = \frac{2\sqrt{3}}{3}

    Set f(c)=4f'(c) = 4 and solve the resulting quadratic; 2331.15\frac{2\sqrt{3}}{3} \approx 1.15 is in (0,2)(0,2).

Answer: c=233c = \frac{2\sqrt{3}}{3}

We computed the average rate and set the derivative equal to it, then solved to find cc in the interior of the interval.

3. Find when a player's level-up speed matches average progress

Problem

In a game, cumulative points by level is P(L)=30L2P(L) = 30L^2. Between level 2 and level 5, the average point gain is 210 points per level. Find the level cc where the instantaneous rate equals the average.
  1. P(L)=60LP'(L) = 60L

    The instantaneous point-gain rate is the derivative.

  2. P(2)=304=120,P(5)=3025=750P(2) = 30 \cdot 4 = 120, \quad P(5) = 30 \cdot 25 = 750

    Total points at levels 2 and 5.

  3. P(5)P(2)52=7501203=6303=210\frac{P(5) - P(2)}{5 - 2} = \frac{750 - 120}{3} = \frac{630}{3} = 210

    Average rate is 6303=210\frac{630}{3} = 210 points per level.

  4. 60c=210    c=21060=72=3.560c = 210 \implies c = \frac{210}{60} = \frac{7}{2} = 3.5

    Set P(c)=210P'(c) = 210 and solve for cc.

Answer: c=3.5 or c=72c = 3.5 \text{ or } c = \frac{7}{2}

The instantaneous rate rises with level. At c=3.5c = 3.5, that rate exactly matches the average across the 2–5 range.

Common mistakes

Where Mean Value Theorem usually goes wrong
Answer came out wrong
Setting f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a} and claiming the only solution is the unique point MVT guarantees.
Solve the equation for all values of cc, then verify which solutions fall strictly between aa and bb; any such solution satisfies the theorem.
Applying MVT without first verifying that ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b).
Always check continuity and differentiability first; if either fails, MVT does not apply and you cannot draw conclusions.
Accepting c=ac = a or c=bc = b (a value at an endpoint) as a solution to MVT.
When solving for cc, discard any solution that equals aa or bb; only keep values where a<c<ba < c < b.
The mistakeWhy it is wrongThe fix
Setting f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a} and claiming the only solution is the unique point MVT guarantees.MVT guarantees at least one point exists, but there may be zero, one, or many solutions to the equation depending on the function.Solve the equation for all values of cc, then verify which solutions fall strictly between aa and bb; any such solution satisfies the theorem.
Applying MVT without first verifying that ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b).If these conditions fail—such as a jump, corner, or cusp in the interval—then the theorem gives no guarantee.Always check continuity and differentiability first; if either fails, MVT does not apply and you cannot draw conclusions.
Accepting c=ac = a or c=bc = b (a value at an endpoint) as a solution to MVT.MVT requires cc to lie strictly inside the open interval; the endpoints themselves are never valid.When solving for cc, discard any solution that equals aa or bb; only keep values where a<c<ba < c < b.

Tips and when to use something else

  • Always verify that ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b) before invoking MVT.
  • The theorem only guarantees existence; to find cc explicitly, set f(c)=f(b)f(a)baf'(c) = \frac{f(b)-f(a)}{b-a} and solve, then verify your answer lies in (a,b)(a,b).
  • Do not confuse MVT with Rolle's Theorem: Rolle's applies when f(a)=f(b)f(a) = f(b) and guarantees a point where f(c)=0f'(c) = 0.
  • If you need to prove a derivative takes a certain value somewhere in an interval, MVT is the right tool—use it instead of trying to solve by other methods.

Frequently asked questions

What is the difference between Rolle's Theorem and Mean Value Theorem?
Rolle's Theorem is a special case of MVT: it applies when f(a)=f(b)f(a) = f(b), making the average rate zero, and guarantees a point where f(c)=0f'(c) = 0. MVT is more general and works even when the endpoints have different heights.
Do I need to find the actual value of cc, or just show it exists?
It depends on the problem. If asked to find cc, solve for it explicitly. If asked to show such a point exists, verify the conditions and invoke the theorem—you don't need the numerical value.
What if there are multiple values of cc that satisfy the equation?
MVT only guarantees at least one exists; if there are multiple solutions, any that satisfy a<c<ba < c < b are valid by the theorem. You can report all of them.
Can I apply MVT if the function has a corner or cusp in the interval?
No; the function must be differentiable on the entire open interval between aa and bb. A corner or cusp means the derivative doesn't exist there, so the conditions fail and the theorem does not apply.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18