---
title: "The Mean Value Theorem"
description: "Over an interval where a function is continuous and differentiable, some interior point has instantaneous rate equal to the average rate across the whole interval. Most facts linking a derivative to a"
canonical: https://lightmysky.com/learn/mathematics/the-mean-value-theorem-mt_09iApYVelx
source: https://lightmysky.com/learn/mathematics/the-mean-value-theorem-mt_09iApYVelx.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# The Mean Value Theorem

Over an interval where a function is continuous and differentiable, some interior point has instantaneous rate equal to the average rate across the whole interval. Most facts linking a derivative to a function's behaviour rest on this.

Subject: Mathematics · Area: Calculus & Analysis · Ages 18 to 19
Page: https://lightmysky.com/learn/mathematics/the-mean-value-theorem-mt_09iApYVelx

## Ready when they can

- State the hypotheses and find the guaranteed point for a given function
- Give a function that fails the theorem and identify the hypothesis it breaks
- Use the theorem to argue that a zero derivative on an interval forces a constant function

## Lesson: One instant matches the average

Take a car that covers 90 km in one hour. Its average speed is 90 km per hour, even if it sped up and slowed down along the way. The mean value theorem says the speedometer showed exactly 90 at some instant. In symbols, the average rate from a to b is f of b minus f of a, over b minus a. The theorem promises a point c inside where f prime of c equals that average.

The promise needs two conditions. The function must be continuous on the closed interval from a to b, and differentiable on the open interval between them. Endpoints only need continuity, since a derivative wants slopes from both sides. Picture the secant line joining the endpoints: the theorem gives a tangent line parallel to it, touching the curve somewhere inside. When the endpoint values match, the secant is flat, so some c has f prime of c equals 0. For g of x equals x squared minus 4 x plus 3 on 1 to 3, both values are 0 and c equals 2.

**Example.** Take f of x equals 2 x squared on 1 to 3. First the average rate: f of 1 is 2 and f of 3 is 18, so 18 minus 2 over 3 minus 1 is 8. The derivative is 4 x, so set 4 c equals 8 and get c equals 2, which sits inside. A polynomial passes everywhere, so both conditions hold with no extra work. A second example: f of x equals x minus 3 over x on 1 to 3. The average rate is 2, and f prime of x is 1 plus 3 over x squared. Setting that equal to 2 gives c squared equals 3, so c is root 3, about 1.73, inside the interval.

When a condition fails, the promise evaporates. The absolute value of x minus 2 has a sharp corner at x equals 2, where the slope jumps from negative 1 to 1, so no derivative exists there. And 1 over x blows up at x equals 0, so it is not continuous on any closed interval holding 0. Failing the conditions means no guarantee, though the conclusion may still hold by luck.

**Tip.** The theorem also bounds growth and proves constancy. If f of 1 is 2 and the derivative stays at most 5, then f of 4 is at most 2 plus 3 times 5, which is 17. And if the derivative is 0 at every interior point, then f of b minus f of a equals 0 times b minus a, so every value matches and the function is constant.

**Recap.** A smooth curve always has an interior point whose tangent matches its secant.

## Practice

17 questions on this page, each with its working shown.

## Needs first

- [Continuity and the Intermediate Value Theorem](https://lightmysky.com/learn/mathematics/continuity-and-the-intermediate-value-theorem-mt_kaQR6cWjbV)
- [Increasing and Decreasing Functions](https://lightmysky.com/learn/mathematics/increasing-and-decreasing-functions-mt_KOrXxQvBrZ)

## Opens up

- [Differentiability and the Theorems Behind the Rules](https://lightmysky.com/learn/mathematics/differentiability-and-the-theorems-behind-the-rules-mt_1xLEeoA69z)
- [L'Hopital's Rule and Comparing Growth Rates](https://lightmysky.com/learn/mathematics/lhopitals-rule-and-comparing-growth-rates-mt_Ai-A2sPIoE)
- [Polynomial Interpolation and Its Error Term](https://lightmysky.com/learn/mathematics/polynomial-interpolation-and-its-error-term-mt_NSnzY9Xodd)
