Andromeda
Note

The Mean Value Theorem

Definition

The Mean Value Theorem (MVT) states that for a continuous and differentiable function on an interval [a,b][a, b], there exists at least one point cc where the instantaneous rate of change equals the average rate of change over the interval.

  • How to read: “The closed interval a to b.”
  • Meaning: MVT applies on [a,b][a,b] where ff is continuous and differentiable; some interior point cc satisfies the tangent-secant condition.

Why It Matters

The Mean Value Theorem is the ‘guarantee’ of calculus; it proves that for any smooth journey, there is at least one moment where your instantaneous velocity exactly matched your average velocity, bridging the gap between local and global data.

Core Concepts

  • Formula: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}.

    • How to read: “The derivative of f evaluated at c is equal to f of b minus f of a, all over b minus a.”
    • Meaning: At some interior point, the tangent slope matches the secant slope between the endpoints.
  • Geometric Meaning: The tangent line at cc is parallel to the secant line through (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

  • Requirements: The function must be continuous on [a,b][a, b] and differentiable on (a,b)(a, b).

Connected Concepts