There is an important relation between the increment quotient ΔyΔx and dydx=f(x). In calculus, many properties of functions can be deduced from this relation, which is called the Mean-Value Theorem. Let’s first consider the geometric significance of this theorem.

Consider the graph of y=f(x) and two points A(a,f(a)) and B(b,f(b)) on it (Figure 1). Because AG=ba and GB=f(b)f(a), the slope of the chord AB is (i)tan(GAB)=GBAG=f(b)f(a)ba=ΔfΔx.

Figure 1
Figure 1: Geometric interpretation of the Mean-Value Theorem

 

As we can see, there is at least one point on the curve between A and B (as P) where the tangent to the curve y=f(x) is parallel to the chord AB. If the x-value of P is c, the slope at P is (ii)tanθ=f(c)=tan(GAB). Equating (i) and (ii), we get (iii)f(b)f(a)ba=f(c).

In fact, we will find Eq. (iii) intuitive if we think of f(t) as the position of a particle (that moves on a straight line) at time t. The left-hand side of Eq. (iii) represents the average velocity in the time interval [a,b] and the right-hand side of Eq. (iii) is the instantaneous velocity at some time. This equation states that at some instant the instantaneous velocity must be equal to the average velocity. For example, if the average speed (or average velocity) of a train is 100 km/h (kilometers per hour), then its speedometer must register 100 km/h at least once during the trip.

The formal statement of the mean-value theorem is as follows.

Theorem 1.The MEAN-VALUE THEOREM FOR DERIVATIVES. If function f(x) is a function with the following properties:

  1. f is continuous on a closed interval [a,b] and
  2. fis differentiable on the open interval (a,b),

then there exists at least one point c in the open interval (a,b) such that (iii)f(c)=f(b)f(a)ba, or equivalently, (iv)f(b)f(a)=f(c)(ba).


Show the proof …


 

  • The Mean-Value Theorem for derivatives is sometimes called Lagrange’s Mean-Value Theorem.
  • Note that the Mean-Value Theorem does not assert where the mean value c is located, except that it is somewhere between a and b. In fact, except for special cases, it is often difficult to determine this point. However, many important properties can be deduced from the mere existence of such a point.
  • Similar to Rolle’s theorem where f vanishes, there might be more than one point that satisfies the Mean-Value Theorem. For example, see Figure 3 where two points satisfy Eq. (iii).
  • If at any point in the interval (a,b), the derivative f fails to exists, the Mean-Value Theorem may not hold true.
Figure 3
Figure 3: There might be more than one point that satisfies Eq. (c).

 

We can express Eq. (iii) somewhat differently by noticing that the number c can be written as c=a+θ(ba), where θ is a certain number between 0 and 1 (0<θ<1). Now if we replace a by x and b by x+h, we can express the Mean-Value Theorem by the formula f(x+h)f(x)h=f(x+θh), or f(x+h)=f(x)+hf(x+θh)where 0<θ<1.

Example 1
Verify the conclusion of the Mean-Value Theorem for f(x)=x24x+3 on the interval [2,3].
Solution 1
Because f is a polynomial, it is continuous and differentiable for all values of x. Therefore, the hypotheses of the Mean-Value Theorem are satisfied for any closed interval. The slope of the secant line through the endpoint values (or the average change of f over the interval [2,3]) is

f(3)f(2)3(2)=0155=3. The slope of the tangent line (or the instantaneous change of f) is f(x)=2x4 The Mean-Value Theorem says there exists some c in (2,3) such that f(c)=3: f(c)=2c4=3 c=12. Because 1/2 lies in the interval (2,3), the c value referred to in the conclusion of the Mean-Value Theorem is c=1/2. See Figure 4.

Figure 4
Figure 4
Example 2
Show that
(a) If 1f(x)1 for every x, then |f(x)f(y)||xy| for every x and y.
(b) For every x and y |sinxsiny||xy|.

Solution 2
(a) The existence of f(x) shows that f is differentiable and consequently continuous everywhere (see here). Therefore, the hypotheses of the Mean-Value Theorem are satisfied, and there exists some c between x and y such that f(x)f(y)=f(c)(xy). Taking the absolute value of both sides: |f(x)f(y)|=|f(c)| |xy|. Because 1f(x)1 for every x, |f(c)|1 and thus |f(x)f(y)||xy|. (b) Let f(x)=sinx. Then 1f(x)=cosx1. It follows from part (a) that |f(x)f(y)||xy|

|sinxsiny||xy|.

Example 3
Show that if x>0 1+x<1+12x

Solution 3
Let f(x)=1+x. Then f(x)=121+x. The function f is continuous and differentiable for all x>1. Let a=0 and b=x>0. By the Mean-Value Theorem, there is a number c between 0 and x such that f(x)f(0)=f(c)(x0) or (i)1+x1=f(c)x Now we claim that f(c)<12, because for c>0 1<1+c and hence 11+c<1 so (ii)f(c)=121+c<12. Combining (i) and (ii), we obtain 1+x1<12x or 1+x<1+12x.

Theorem 2. CAUCHY’S MEAN-VALUE FORMULA. Assume f(x) and g(x) are continuous on [a,b] and are differentiable on (a,b). Then there exists at least one point c in (a,b) such that f(c)[g(b)g(a)]=g(c)[f(b)f(a)]. If g(c)0 and g(a)g(b), this is equivalent to: f(b)f(a)g(b)g(a)=f(c)g(c).


Show the proof …


 

  • Notice that the Mean-Value Theorem (Lagrange’s theorem) is the special case of Cauchy’s Mean-Value Formula when g(x)=x.