Nathan Kamgang

Mathematics, intuition, and the occasional proof.

What the Standard Proof of Cauchy MVT is Hiding

The standard proof of the Cauchy Mean Value Theorem defines an auxiliary function that conveniently satisfies the hypotheses of Rolle’s theorem. It’s algebraically tidy, but it hides the most salient idea:

The Cauchy MVT is just the Lagrange MVT applied to a parametric curve.

Lagrange is a special case of Cauchy, and once you see the geometry, the auxiliary function writes itself.


The theorem

Cauchy Mean Value Theorem. Let $f$ and $g$ be continuous on $[a, b]$ and differentiable on $(a, b)$, with $g'(t) \neq 0$ for all $t \in (a, b)$. Then there exists $c \in (a, b)$ such that

Removing the secant, a path from Rolle to the Mean Value Theorem


We look at what it means to subtract the linear trend from a function, why the secant line is the natural choice, and how this simple idea unlocks the Mean Value Theorem from Rolle’s theorem.


You’re probably well acquainted with the $\sin(2x)$ function.

What transformation will transform our traditional $\sin(2x)$ into this:

$\sin(2x) + 0.4x$ in blue, its linear trend $0.4x$ in red, and $\sin(2x)$ recovered in teal after removing the trend.

$\sin(2x) + 0.4x$ in blue, its linear trend $0.4x$ in red, and $\sin(2x)$ recovered in teal after removing the trend.

Path Integral

Let $[a,b] \subset \mathbb{R}$ where $a \neq b$.

/images/interval.png

We partition that interval using points $x_0, x_1, \dots, x_n$ where $x_0 = a$ and $x_n = b$.

/images/partitioned_interval.png

We want an expression for the total length covered by summing all the partition pieces. Each piece contributes $x_{i+1} - x_i$, so the total is

The differential operator

A function is a mapping from the elements of one set to another. The most popular functions map generally from a set of numbers to another. For example, the function $f : \mathbb{R} \to \mathbb{R}$ where $f(x) = x^2$ maps a real number to the square of that real number.

But a set is simply a collection of distinct objects, and nothing limits those objects to numbers alone. As wild as the idea may sound, one can define a function that maps to another function. We call this an operator.

How to Describe a 2D Region

We define a region as a bounded part of a graph. To actually work with a region mathematically (integrate over it, find its area, etc.), we need a precise description.

Vertically Simple Regions

Observe the region bounded by $y = x^2$ and $y = 2x$.

Region bounded by y equals x squared and y equals 2x
Figure 1: Vertically simple region bounded by $y = x^2$ and $y = 2x$.

Notice that: