7.2 Important Theorems about Derivatives

The following theorems about the properties of differential functions are among the most important results in real analysis for applied mathematics and physics. The first theorem we will look at is Rolle’s theorem, which essentially states that if a function is differentiable and has the same value at two points, then the derivative must be zero somewhere between those two points.

7.2.1 Rolle’s Theorem

Theorem 7.4 (Rolle’s Theorem)

Let a,b with a<b, let f:[a,b] be a continuous function which is differentiable on (a,b) with f(a)=f(b). Then there exists θ(a,b) such that f(θ)=0.

Proof.

Firstly, we will prove that the derivative of a function is zero at the maximum or minimum points of a function. This is a fact that we are used to from school, and we will need it when proving this theorem.

Lemma

Let I be an open interval and f:I be a differentiable function.

  1. (i)

    If f attains its maximum at some cI, then f(c)=0.

  2. (ii)

    If f attains its minimum at some cI, then f(c)=0.

Proof.
  1. (i)

    Since f has reached its maximum, f(x)f(c)xI. Hence

    f(x)f(c)0xI. (7.26)

    Now, if x<c, then xc<0 and

    f(x)f(c)xc0,thereforelimxcf(x)f(c)xc0. (7.27)

    On the other hand, if x>c, then xc>0 and

    f(x)f(c)xc0,thereforelimxc+f(x)f(c)xc0. (7.28)

    Since f is differentiable, f(c) is defined and so the left and right limits at c must be equal, which can only be true if

    f(c)=limxcf(x)f(c)xc=0. (7.29)
  2. (ii)

    follows similarly.

Now there are three cases to consider. The first is the case where the function is a horizontal line between a and b, the second is the case where the function has a maximum between a and b, and the third is the case where there is a minimum.

  1. (i)

    Suppose x[a,b], f(x)=f(a). Then θ(a,b), f(θ)=0.

  2. (ii)

    Suppose there exists some y[a,b] with f(y)>f(a)=f(b). Since f is continuous on [a,b], the Extreme Value Theorem (6.4) says that f attains a maximum at some θ[a,b], therefore

    f(x)f(θ)x[a,b]. (7.30)

    However since f(y)>f(a)=f(b), θ must be at least y, i.e. θa, θb. So θ(a,b) and hence by the part (i)) of the lemma above, f(θ)=0.

  3. (iii)

    Suppose there exists some y[a,b] with f(y)<f(a)=f(b). Then this case follows similarly to (ii) in that f must attain a minimum in (a,b).

7.2.2 The Mean Value Theorem

The next theorem is a generalisation of Rolle’s theorem. It states that between two points of a function, there must be a least one point where the tangent to the function is parallel to a straight line between the two points.

Theorem 7.5 (Mean Value Theorem)

Let a,b with a<b and let f:[a,b] be a continuous function which is differentiable on (a,b). Then θ(a,b) such that

f(θ)=f(b)f(a)ba. (7.31)
Proof.

This theorem is very easy to prove using Rolle’s theorem (7.4). Let g(x)=f(x)λx, where λ is chosen so that g(a)=g(b). So

f(a)λa =f(b)λb (7.32)
λ(ba) =f(b)f(a) (7.33)
λ =f(b)f(a)ba. (7.34)

Then by Rolle’s theorem, there exists θ(a,b) such that g(θ)=0. By theorem 7.2,

g(θ) =f(θ)λ=0 (7.35)
f(θ) =λ=f(b)f(a)ba. (7.36)

Another way of writing the Mean Value theorem is that there exists θ(a,b) so that f(b)=f(a)+(ba)f(θ). This is another way of expressing what it means for a function to be differentiable. If we replace b with some point x in the interior of the domain of f then we get

f(x)=f(a)+f(θ)(xa). (7.37)

This is a linear function, so we say that if a function is differentiable at a point then it has a good linear approximation at that point. This fact could be used to calculate the value of the function at lots of points if we know the value of the function at a few points and we know information about the derivative. We will touch on this in the last part of this chapter.

Example 7.5.

Suppose f: is a differentiable function with f(0)=0,f(1)=1,f(2)=2. Show that f(x) takes the values 0 and 12 for some x(0,2).
Proof: Note that f(1)=f(2), so by Rolle’s theorem there exists some θ(1,2)(0,2) with f(θ)=0. Also, by the Mean Value theorem there exists θ(0,2) such that

f(θ)=f(2)f(0)20=1020=12. (7.38)