Cauchy's Mean Value Theorem

Basis
Last updated: Tags: Calculus, Mean Value Theorems

Suppose you record both position and fuel consumption as you drive from city AA to city BB. At some moment during the trip, the ratio of your instantaneous speed to your instantaneous fuel-burn rate must equal the ratio of total distance to total fuel used. Cauchy’s theorem is the precise form of this observation: it handles two functions varying together and compares their rates of change in tandem.

Statement

Theorem (Cauchy’s Mean Value Theorem). Let f,g:[a,b]Rf, g : [a, b] \to \mathbb{R}. If

  1. ff and gg are continuous on [a,b][a, b],
  2. ff and gg are differentiable on (a,b)(a, b), and
  3. g(x)0g'(x) \neq 0 for all x(a,b)x \in (a, b),

then there exists c(a,b)c \in (a, b) such that

f(b)f(a)g(b)g(a)  =  f(c)g(c).(1)\frac{f(b) - f(a)}{g(b) - g(a)} \;=\; \frac{f'(c)}{g'(c)}. \tag{1}

Note. Condition 3 implies g(b)g(a)g(b) \neq g(a): if g(b)=g(a)g(b) = g(a), then Lagrange’s MVT applied to gg would give some interior point where g=0g' = 0, contradicting condition 3. So the left side of (1)(1) is well-defined.

Proof

The trick is to build a single auxiliary function whose boundary values coincide, then apply Lagrange’s MVT.

Define

h(x)    [f(b)f(a)]g(x)    [g(b)g(a)]f(x).h(x) \;\coloneqq\; [f(b) - f(a)]\,g(x) \;-\; [g(b) - g(a)]\,f(x).

Since ff and gg are continuous on [a,b][a, b] and differentiable on (a,b)(a, b), so is hh. Compute:

h(a)=[f(b)f(a)]g(a)[g(b)g(a)]f(a),h(a) = [f(b)-f(a)]\,g(a) - [g(b)-g(a)]\,f(a), h(b)=[f(b)f(a)]g(b)[g(b)g(a)]f(b).h(b) = [f(b)-f(a)]\,g(b) - [g(b)-g(a)]\,f(b).

Their difference is

h(b)h(a)=[f(b)f(a)][g(b)g(a)][g(b)g(a)][f(b)f(a)]=0,h(b) - h(a) = [f(b)-f(a)][g(b)-g(a)] - [g(b)-g(a)][f(b)-f(a)] = 0,

so h(a)=h(b)h(a) = h(b). By Lagrange’s MVT applied to hh, there exists c(a,b)c \in (a, b) with h(c)(ba)=h(b)h(a)=0h'(c)(b-a) = h(b) - h(a) = 0, hence h(c)=0h'(c) = 0. Differentiating hh:

h(x)=[f(b)f(a)]g(x)[g(b)g(a)]f(x).h'(x) = [f(b) - f(a)]\,g'(x) - [g(b) - g(a)]\,f'(x).

Setting h(c)=0h'(c) = 0 gives [f(b)f(a)]g(c)=[g(b)g(a)]f(c)[f(b)-f(a)]\,g'(c) = [g(b)-g(a)]\,f'(c). Dividing by g(c)0g'(c) \neq 0 and g(b)g(a)0g(b)-g(a) \neq 0 yields (1)(1). \square

Relation to Lagrange’s theorem

Set g(x)=xg(x) = x. Then g(x)=1g'(x) = 1 and g(b)g(a)=bag(b) - g(a) = b - a, so (1)(1) becomes

f(b)f(a)ba  =  f(c),\frac{f(b) - f(a)}{b - a} \;=\; f'(c),

which is exactly Lagrange’s MVT. Cauchy’s theorem is the strict generalisation: every instance of Lagrange’s theorem is a special case, obtained by taking the second function to be the identity.

Parametric interpretation

When xx is a parameter tracing a curve (g(x),f(x))(g(x),\, f(x)) for x[a,b]x \in [a, b], the slope of the chord from (g(a),f(a))(g(a), f(a)) to (g(b),f(b))(g(b), f(b)) is f(b)f(a)g(b)g(a)\frac{f(b)-f(a)}{g(b)-g(a)}. Theorem (1)(1) says the tangent to the curve at the parameter value cc has the same slope f(c)/g(c)f'(c)/g'(c). It is the Mean Value Theorem for parametric curves.

Summary

  • Cauchy’s theorem: if f,gf, g are continuous on [a,b][a,b], differentiable on (a,b)(a,b), and g0g' \neq 0 on (a,b)(a,b), then there exists c(a,b)c \in (a,b) with f(b)f(a)g(b)g(a)=f(c)g(c)\dfrac{f(b)-f(a)}{g(b)-g(a)} = \dfrac{f'(c)}{g'(c)}.
  • Proof: define h(x)=[f(b)f(a)]g(x)[g(b)g(a)]f(x)h(x) = [f(b)-f(a)]\,g(x) - [g(b)-g(a)]\,f(x); it satisfies h(a)=h(b)h(a) = h(b), so Lagrange’s MVT gives a zero of hh'.
  • Lagrange’s MVT is the special case g(x)=xg(x) = x.
  • For parametric curves, the theorem says the tangent slope equals the chord slope at some interior parameter value.