Mean Value Theorem Calculator

Find the point c where the tangent runs parallel to the secant, meaning the instantaneous rate equals the average rate. Conditions checked, steps shown, both lines drawn.

Reads as x3−xx^{3} - x
Try:

Answer

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

average slope 33

-0.50.511.522.55101520c

Step by step

  1. Check the conditions

    f is continuous on the closed interval and differentiable inside it (no breaks found), so the theorem applies.

  2. Average rate of change

    Slope of the secant line.

    f(2)−f(0)2−0=6−02=3\frac{f(2) - f(0)}{2 - 0} = \frac{6 - 0}{2} = 3
  3. Differentiate

    f′(x)=3x2−1f'(x) = 3 x^{2} - 1
  4. Solve f′(c) = average rate

    3x2−1=3  ⇒  c=2333 x^{2} - 1 = 3 \;\Rightarrow\; c = \frac{2\sqrt{3}}{3}

Still stuck? Ask the tutor

An AI tutor reads the problem and steps above and explains them in plain words. It can make mistakes, so check it against the worked steps.

What the theorem guarantees

The amber segment joins the endpoints; its slope is the average rate of change. Slide a line with that slope across the graph and it must touch the curve somewhere in between: that touching point is cc. The theorem only promises that one exists; the calculator actually finds it by solving f′(c)=f(b)−f(a)b−af'(c) = \frac{f(b)-f(a)}{b-a}.

The integral version says the same about heights instead of slopes: a continuous function hits its average value somewhere on the interval.

Questions students ask

What does the Mean Value Theorem say?

If ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), then there is at least one cc in (a,b)(a, b) where f′(c)=f(b)−f(a)b−af'(c) = \frac{f(b) - f(a)}{b - a}. Somewhere, the instantaneous rate equals the average rate.

What does it mean in plain words?

If you drive 120 km in 1.5 hours, your average speed is 80 km/h, so at some moment your speedometer read exactly 80 km/h. That moment is cc.

What if the conditions fail?

Then there may be no such cc. f(x)=∣x∣f(x) = |x| on [−1,1][-1, 1] has average slope 0 but its slope is never 0, because ff is not differentiable at 0. The calculator warns when it detects a break.

What is Rolle’s theorem?

The special case f(a)=f(b)f(a) = f(b): then the average slope is 0 and there is a cc with f′(c)=0f'(c) = 0, a horizontal tangent.