Analog Computers

Reference / Paper · 2000

Rolle's Theorem and the Mean Value Theorem (Section 3.7)

Read the PDF (13 pp) ↗

Section 3.7 of an open-source calculus text by Dan Sloughter, covering Rolle's Theorem and the Mean Value Theorem with full proofs. The section establishes that a differentiable function on an interval must attain its average rate of change as an instantaneous rate of change at some interior point, then applies this result to determine intervals of increase and decrease and to prove that two antiderivatives of the same function differ by a constant. Worked examples, geometric interpretations, and a problem set of 16 exercises are included.

Manufacturer
Open Calculus
Author
Dan Sloughter
Year
2000
Type
Reference / Paper
Language
English
Learning track
general theory
Pages
13
Credit
Copyright by Dan Sloughter 2000
  • Open Calculus
  • Rolle's Theorem
  • Mean Value Theorem
  • differential calculus
  • antiderivatives

← Back to the Reference Library

Rolle's Theorem and the Mean Value Theorem (Section 3.7)

Difference Equations to Differential Equations Section 3.7 Rolle’s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate of change and the average rate of change of a function. The Mean Value Theorem, of which Rolle’s Theorem is a special case, says that if f is differentiable on an interval, then there is some point in that interval at which the instantaneous rate of change of the function is equal to the average rate of change of the function over the entire interval. For example, if f gives the position of an object moving in a straight line, the Mean Value Theorem says that if the average velocity over some interval of time is 60 miles per hour, then at some time during that interval the object was moving at exactly 60 miles per hour. This is not a surprising fact, but it does turn out to be the key to understanding many useful applications. Before we turn to a consideration of Rolle’s theorem, we need to establish another fundamental result. Suppose an object is thrown vertically into the air so that its position at time t is given by f (t) and its velocity by v(t) = f 0 (t). Moreover, suppose it reaches its maximum height at time t0 . On its way up, the object is moving in the positive direction, and so v(t) > 0 for t < t0 ; on the way down, the object is moving in the negative direction, and so v(t) < 0 for t > t0 . It follows, by the Intermediate Value Theorem and the fact that v is a continuous function, that we must have v(t0 ) = 0. That is, at time t0 , when f (t) reaches its maximum value, we have f 0 (t0 ) = 0. This is an extremely useful fact which holds in general for differentiable functions, not only at maximum values but at minimum values as well. Before providing a general demonstration, we first need a few definitions. Definition A function f is said to have a local maximum at a point c if there exists an open interval I containing c such that f (c) ≥ f (x) for all x in I. A function f is said to have a local minimum at a point c if there exists an open interval I containing c such that f (c) ≤ f (x) for all x in I. If f has either a local maximum or a local minimum at c, then we say f has a local extremum at c. In short, f has a local maximum at a point c if the value of f at c is at least as large as the value of f at any nearby point, and f has a local minimum at a point c if the value of f at c is at least as small as the value of f at any nearby point. The next example provides an illustration. Example Looking at the graph of the function f (x) = x3 −3x in Figure 3.7.1, it appears that f has a local maximum of 2 at x = −1 and a local minimum of −2 at x = 1. We will confirm this observation in Section 3.8. 1 Copyright c by Dan Sloughter 2000 2 Rolle’s Theorem and the Mean Value Theorem Section 3.7 4 2 -3 -2 1 -1 2 3 -2 -4 Figure 3.7.1 Graph of f (x) = x3 − 3x Now suppose f has local maximum at a point c and suppose f is differentiable at c. For small enough h > 0, f (c + h) ≤ f (c), so f (c + h) − f (c) ≤ 0; thus f (c + h) − f (c) ≤ 0. (3.7.1) h Clearly, if each term in a sequence is less than or equal to 0, and the sequence has a limit, then the limit of the sequence must be less than or equal to 0. Hence f 0 (c) = lim h→0+ f (c + h) − f (c) ≤ 0. h (3.7.2) Also, for h < 0 with |h| small enough, we have f (c + h) ≤ f (c), and so f (c + h) − f (c) ≤ 0. However, now, since h < 0, we have f (c + h) − f (c) ≥ 0, h (3.7.3) from which it follows that f 0 (c) = lim− h→0 f (c + h) − f (c) ≥ 0. h (3.7.4) Note that (3.7.1) is saying that secant lines to the right of a local maximum have negative slope, while (3.7.3) is saying that secant lines to the left of a local maximum have positive slope. Now the only way that both (3.7.2) and (3.7.4) can hold at the same time is if f 0 (c) = 0; that is, the only number which is both less than or equal to 0 and greater than Section 3.7 Rolle’s Theorem and the Mean Value Theorem a c 3 b Figure 3.7.2 Illustration of Rolle’s Theorem or equal to 0 is 0 itself. Note that our argument here is just a refinement of our comments about velocity in the previous paragraph. A similar argument gives the same result if f has a local minimum at c. The following proposition puts these together into one statement. Proposition If f has a local extremum at c and f is differentiable at c, then f 0 (c) = 0. Example For f (x) = x3 − 3x, as in the previous example, f 0 (x) = 3x2 − 3, and so f 0 (−1) = 0 and f 0 (1) = 0, consistent with our observation that f has a local maximum at x = −1 and local minimum at x = 1. Note, however, that this does not prove that f has local extrema at x = −1 and x = 1. Indeed, the proposition works in the other direction: if f has a local extremum at c, then f 0 (c) = 0. This result will be very useful in our work in the next section when we consider the problem of finding the maximum and minimum values of a given function. For our present purpose, consider a function f which is continuous on a closed interval [a, b] and differentiable on the open interval (a, b), with f (a) = f (b) = 0. An example of such a function is shown in Figure 3.7.2. By the Extreme Value Theorem of Section 2.5, we know that f must have both a minimum value m and a maximum value M on [a, b]. If m = M = 0, then f (x) = 0 for all x in (a, b), and so f 0 (x) = 0 for all x in (a, b). If either m 6= 0 or M 6= 0, then f has a local extremum at some point c in (a, b), namely, either a point c for which f (c) = m or a point c for which f (c) = M . Hence, by the previous proposition, f 0 (c) = 0. We have thus established the following theorem, credited originally to Michel Rolle (1652-1719). Rolle’s Theorem If f is continuous on [a, b], differentiable on (a, b), and f (a) = f (b) = 0, then there exists a point c in (a, b) such that f 0 (c) = 0. Put another way, Rolle’s theorem says that if f is a differentiable function, then between any two solutions of the equation f (x) = 0 there is a point c where f 0 (c) = 0. Used 4 Rolle’s Theorem and the Mean Value Theorem Section 3.7 g( x) c a b Figure 3.7.3 Illustration of the Mean Value Theorem in conjunction with the Intermediate Value Theorem, this result can help identify intervals where an equation has a unique solution. Example Solving the equation x5 + x4 = 1 (3.7.5) is equivalent to solving the equation f (x) = 0 where f (x) = x5 + x4 − 1. Since f (0) = −1 and f (1) = 1, the Intermediate Value Theorem tells us that f (x) = 0 has at least one solution in (0, 1). Moreover, f 0 (x) = 5x4 + 4x3 , so f 0 (x) > 0 for all x in (0, 1); in particular, there does not exist a point c in (0, 1) such that f 0 (c) = 0. Hence, by Rolle’s Theorem, there cannot be two solutions to f (x) = 0 in (0, 1). That is, using the Intermediate Value Theorem and Rolle’s Theorem together, we are able to conclude that there is exactly one solution to (3.7.5) in the interval (0, 1). We may now use either the bisection algorithm or Newton’s method to locate this solution. Geometrically, Rolle’s theorem says if f is a function which satisfies the conditions of the theorem on an interval [a, b], then there is a point c in (a, b) such that the line tangent to the graph of f at (c, f (c)) is horizontal. In this case, that means that the line tangent to the graph of f at (c, f (c)) is parallel to the line passing through the points (a, f (a)) and (b, f (b)), as is seen in Figure 3.7.2. Certainly, if we took this picture and rotated or shifted the points (a, f (a)) and (b, f (b)), rigidly moving the graph with these points, then this conclusion would still follow. That is, if f is continuous on the closed interval [a, b] and differentiable on (a, b), then there must exist a point c in (a, b) such that the line tangent to the graph of f at (c, f (c)) is parallel to the line passing through the points (a, f (a)) and (b, f (b)) (see Figure 3.7.3). In other words, there must be a point c in (a, b) such that f 0 (c) = f (b) − f (a) . b−a This is the content of the Mean Value Theorem. (3.7.6) Section 3.7 Rolle’s Theorem and the Mean Value Theorem 5 Although the above argument for this result seems plausible, we will present a more precise argument. Define a new function g by g(x) = f (x) − S(x), where  S(x) = f (b) − f (a) b−a (3.7.7)  (x − a) + f (a). (3.7.8) Geometrically, the graph of S is a line passing through the points (a, f (a)) and (b, f (b)), and g(x) is the distance from the graph of f to the graph of S above the point x (see Figure 3.7.3). Now g is continuous on [a, b] and differentiable on (a, b); moreover, g(a) = f (a) − S(a) = f (a) − f (a) = 0 (3.7.9) g(b) = f (b) − S(b) = f (b) − f (b) = 0. (3.7.10) and Thus g satisfies the conditions of Rolle’s theorem. Hence there exists a point c in (a, b) such that g 0 (c) = 0. But f (b) − f (a) , (3.7.11) g 0 (x) = f 0 (x) − b−a and so g 0 (c) = 0 implies f 0 (c) − f (b) − f (a) = 0, b−a (3.7.12) f (b) − f (a) . b−a (3.7.13) that is, f 0 (c) = Mean Value Theorem If f is continuous on [a, b] and differentiable on (a, b), then there exists a point c in (a, b) such that f 0 (c) = f (b) − f (a) . b−a (3.7.14) Increasing and decreasing functions Similar to the situation with the Intermediate Value Theorem and the Extreme Value Theorem, the Mean Value Theorem is an existence theorem. The point of interest is the existence of c, not in being able to compute a value for c. Although not immediately useful for computations, we will see that the Mean Value Theorem has many important consequences. The first of these, which we will consider now, involves determining when a function is increasing and when it is decreasing. Definition We say a function f defined on an interval I is increasing on I if for every two points u and v in I with u < v, f (u) < f (v). We say a function f defined on an interval I is decreasing on I if for every two points u and v in I with u < v, f (u) > f (v). 6 Rolle’s Theorem and the Mean Value Theorem Section 3.7 Example The function f (x) = x2 is increasing on the interval [0, ∞) since for any two numbers u and v with 0 ≤ u < v, f (u) = u2 < v 2 = f (v). Moreover, f is decreasing on (−∞, 0] since for any two numbers u and v with u < v ≤ 0, f (u) = u2 > v 2 = f (v). Now suppose f is differentiable on an interval (a, b) with f 0 (x) > 0 for all x in (a, b). If u and v are two points in (a, b) with u < v, then, by the Mean Value Theorem, there exists a point c with u < c < v such that f 0 (c) = f (v) − f (u) . v−u (3.7.15) Since c is in (a, b), f 0 (c) > 0, so, using (3.7.15), f (v) − f (u) = f 0 (c)(v − u) > 0. (3.7.16) Hence f (v) > f (u) and f is increasing on the interval (a, b). Similarly, if f 0 (x) < 0 for all x in (a, b), then we would have f 0 (c) < 0, from which it would follow that f (v) > f (u) and, hence, that f is decreasing on (a, b). In short, to determine the intervals on which a differentiable function is increasing and those on which it is decreasing, we need to look only for the intervals on which the derivative is positive and those on which it is negative, respectively. Proposition If f is differentiable on (a, b) and f 0 (x) > 0 for all x in (a, b), then f is increasing on (a, b). If f is differentiable on (a, b) and f 0 (x) < 0 for all x in (a, b), then f is decreasing on (a, b). Geometrically, this proposition is saying that a function is increasing where it has positive slope and decreasing where it has negative slope. This should seem intuitively clear, but it is the Mean Value Theorem which makes the connection between average rates of change and instantaneous rates of change necessary for establishing the result. Example Suppose f (x) = 2x3 + 3x2 − 12x + 1. To determine where f is increasing and where it is decreasing, we first find f 0 (x) = 6x2 + 6x − 12 = 6(x + 2)(x − 1). (3.7.17) Hence f 0 (x) = 0 only when x = −2 or x = 1. Since f 0 is continuous, the Intermediate Value Theorem implies that f 0 cannot change sign on the intervals (−∞, −2), (−2, 1), and (1, ∞). Since f 0 (−3) = 24 > 0, it follows that f 0 (x) > 0 for all x in (−∞, −2). Similarly, since f 0 (0) = −12 < 0, f 0 (x) < 0 for all x in (−2, 1); and, since f 0 (2) = 24 > 0, f 0 (x) > 0 for all x in (1, ∞). It now follows from the previous proposition that f is increasing on the intervals (−∞, −2) and (1, ∞) and decreasing on the interval (−2, 1). Note that we could obtain the same information about f 0 directly from (3.7.17) without evaluating f 0 and without invoking the Intermediate Value Theorem. Namely, from the facts that x + 2 < 0 and x − 1 < 0 whenever x < −2, we may conclude from the (3.7.17) that f 0 (x) > 0 for all x in (−∞, −2). Similarly, whenever −2 < x < 1, we have x + 2 > 0 and x − 1 < 0, implying that f 0 (x) < 0 for all x in (−2, 1); and whenever x > 1 we have x + 2 > 0 and x − 1 > 0, implying that f 0 (x) > 0 for all x in (1, ∞). Section 3.7 Rolle’s Theorem and the Mean Value Theorem 7 40 30 20 10 -4 2 -2 4 -10 -20 -30 -40 Figure 3.7.4 Graph of f (x) = 2x3 + 3x2 − 12x + 1 Combining our information on intervals where f is increasing and intervals where f is decreasing with the facts that f (−3) = 10, f (−2) = 21, f (0) = 1, f (1) = −6, f (2) = 5,   3 12 1 3 lim f (x) = lim x 2 + − 2 + 3 = −∞, x→−∞ x→−∞ x x x and 3 lim f (x) = lim x x→∞ x→∞  3 12 1 2+ − 2 + 3 x x x  = ∞, we can understand why the graph of f looks as it does in Figure 3.7.4. Example Now consider f (x) = x5 − x3 . Then f 0 (x) = 5x4 − 3x2 = x2 (5x2 − 3), so f 0 (x) = 0 when r x=− 3 , x = 0, or x = 5 Now when r x<− r 3 . 5 3 , 5 both x2 > 0 and 5x2 − 3 > 0, implying, from (3.7.18), that f 0 (x) > 0. For r 3 < x < 0, − 5 x2 > 0, but 5x2 − 3 < 0, so f 0 (x) < 0; for r 0<x< 3 , 5 (3.7.18) 8 Rolle’s Theorem and the Mean Value Theorem Section 3.7 x2 > 0 and 5x2 − 3 < 0, so f 0 (x) < 0; and for r x> 3 , 5 x2 > 0 and 5x2 − 3 > 0, so f 0 (x) > 0. Hence f is increasing on r  − ∞, − and r 3 5   3 ,∞ , 5 and decreasing on r  − and  3 ,0 5  r  3 0, . 5 Note that we could have determined the sign of f 0 on these four intervals by evaluating f at a point in each interval and then applying the Intermediate value Theorem. For example, f 0 (−1) = 2 > 0,  1 14 0 =− < 0, f − 5 125 1 14 f0 =− < 0, 5 125 and f 0 (1) = 2 > 0. 0 As in the previous example, if we combine this information with the facts f (−1) = 0,  f r r  6 3 3 , − = 5 25 5 f (0) = 0, r r   3 6 3 =− , f 5 25 5 f (1) = 0, Section 3.7 Rolle’s Theorem and the Mean Value Theorem 9 2 1.5 1 0.5 -3 -2 1 -1 2 3 -0.5 -1 -1.5 -2 Figure 3.7.5 Graph of f (x) = x5 − x3 5  lim f (x) = lim x x→−∞ x→−∞ and 5 lim f (x) = lim x x→∞ x→∞  1 1− 2 x 1 1− 2 x  = −∞,  = ∞, we can understand why the graph of f looks as it does in Figure 3.7.5. Antiderivatives We will close this section with a look at one more important application of the Mean Value Theorem. Although not needed for our current discussion, our result will be very useful in the next chapter. We begin with a definition. Definition If F and f are functions defined on an open interval (a, b) such that F 0 (x) = f (x) for all x in (a, b), then we call F an antiderivative of f . In other words, an antiderivative of a function f is another function whose derivative is f . Although a given function f has at most one derivative, it is possible to have more than one antiderivative, as the next example demonstrates. Example F (x) = x3 is an antiderivative of f (x) = 3x2 on (−∞, ∞). However, note that G(x) = x3 + 4 is also an antiderivative of f . In fact, given any constant k, H(x) = x3 + k (3.7.19) is an antiderivative of f . This should not be too surprising since specifying the derivative of a function fixes only the slope of its graph, and the graphs of the functions in (3.7.19) are all in a sense parallel to each other. This example shows that a given function may have an infinite number of antiderivatives. However, note that the difference of any two these antiderivatives is a constant. We will now show that this is always the case, and, in particular, that (3.7.19) specifies all possible antiderivatives of f (x) = 3x2 . 10 Rolle’s Theorem and the Mean Value Theorem Section 3.7 First consider a function F defined on an open interval (a, b) for which F 0 (x) = 0 for all x in (a, b). That is, F is an antiderivative of the function which is 0 for all values of x in (a, b). Now if u and v are any two points in (a, b), then, by the Mean Value Theorem, F (v) − F (u) = F 0 (c) v−u (3.7.20) for some c in (a, b). But F 0 (c) = 0, so F (v) − F (u) = 0, v−u (3.7.21) which implies F (u) = F (v). If we let k = F (u) for a fixed u in (a, b), we now have F (v) = F (u) = k for all v in (a, b). In other words, if the derivative of a function is 0 on an open interval, then the function must be constant on that interval. Now suppose F and G are two functions defined on an open interval (a, b) for which 0 F (x) = G0 (x) for all x in (a, b). Let H(x) = F (x) − G(x) for all x in (a, b). Then H 0 (x) = F 0 (x) − G0 (x) = 0 (3.7.22) for all x in (a, b). Then, by what we have just shown, there exists a constant k for which k = H(x) = F (x) − G(x) (3.7.23) for all x in (a, b). Hence if F an G have the same derivative on an open interval, that is, are antiderivatives of the same function, then they can differ only by a constant. Proposition If F and G are both antiderivatives of f on an open interval (a, b), then there exists an constant k such that F (x) = G(x) + k (3.7.24) for all x in (a, b). Example Since d sin(x) = cos(x), dx we know that G(x) = sin(x) is an antiderivative of f (x) = cos(x) on (−∞, ∞). Thus if F is any antiderivative of f , then F (x) = sin(x) + k (3.7.25) for some constant k. In other words, functions of the form given in (3.7.25) are the only antiderivatives of f (x) = cos(x). Figure 3.7.6 shows the graphs of (3.7.25) for nine different values of k. Although each of these graphs is the graph of a different function, they are Section 3.7 Rolle’s Theorem and the Mean Value Theorem 11 3 2 1 -6 -4 2 -2 4 6 -1 -2 -3 Figure 3.7.6 Graphs of F (x) = sin(x) + k for different values of k parallel to one another in the sense that they all have the same slope at any given value of x, namely, cos(x). Problems 1. Explain why the equation cos(x) = x has exactly one solution in the interval [0, 1]. 2. Explain why the equation x4 − 2x2 = 2 has exactly one solution in the interval [1, 2] and exactly one solution in the interval [−2, −1]. 3. Suppose f is continuous on [a, b] and differentiable on (a, b). Moreover, suppose there is a constant M such that |f 0 (x)| ≤ M for all x in (a, b). Show that |f (v) − f (u)| ≤ M |v − u| for all u and v in [a, b]. 4. Use Problem 3 to show that | sin(x) − sin(y)| ≤ |x − y| for all values of x and y. 5. For each of the following functions, identify the intervals where the function is increasing and where it is decreasing. Use this information to sketch the graph. (a) f (x) = x2 − 3 1 (c) h(z) = z−1 t (e) f (t) = 2 t +1 t (g) y(t) = 2 t −4 (b) g(t) = 3t2 + t − 6 1 (d) f (x) = 2 x +1 (f) g(x) = x4 − x3 (h) f (x) = 4x5 − 15x4 − 20x3 + 110x2 − 120x 6. Let f (x) = |x|. Then f (1) − f (−1) 0 = = 0, 1 − (−1) 2 12 Rolle’s Theorem and the Mean Value Theorem Section 3.7 but there does not exist a point c in (−1, 1) such that f 0 (c) = 0. Does this contradict the Mean Value Theorem? 7. Suppose f is continuous on [a, b] and differentiable on (a, b). (a) Show that if f 0 (x) > 0 for all x in (a, b), then f is increasing on [a, b]. (b) Show that if f 0 (x) < 0 for all x in (a, b), then f is decreasing on [a, b]. 8. Suppose f and g are continuous on [a, b], differentiable on (a, b), f (a) = g(a), and f 0 (x) < g 0 (x) for all x in (a, b). Show that f (b) < g(b). √ 1 9. Show that 1 + x < 1 + x for x > 0. 2 1 1 10. Show that a + < b + whenever 1 < a < b. a b 11. Find antiderivatives for the following functions. (b) g(t) = t2 (d) f (z) = sin(2z) (f) f (x) = 3 cos(4x) (a) f (x) = 2x (c) g(x) = sin(x) (e) h(x) = x2 − 3x 12. Find all antiderivatives of f (x) = 3x2 − 3 and plot the graphs of six of them. 13. Find all antiderivatives of g(t) = sin(2t) and plot the graphs of six of them. 14. If f (x) = − sin2 (x) and g(x) = cos2 (x), then f 0 (x) = g 0 (x). What does this imply about the relationship between the functions f and g? 15. If f (t) = tan2 (t) and g(t) = sec2 (t), then f 0 (t) = g 0 (t). Thus f (t) = g(t) + k for some constant k. Evaluate f and g at t = 0 in order to determine k. 16. Suppose f is differentiable on an open interval containing the closed interval [a, b]. (a) Show that for any x in (a, b), f (x) = f (a) + f 0 (c)(x − a) for some point c with a < c < x. (b) Let f 00 denote the second derivative of f . That is, f 00 (x) = d 0 f (x). dx Assuming that f 0 is continuous on [a, b] and differentiable on (a, b), show that there exists a point d with a < d < c such that f (x) = f (a) + f 0 (a)(x − a) + f 00 (d)(c − a)(x − a). (c) Compare the results in (a) and (b) to the statement that f (x) ≈ T (x) for x close to a, where T is the best affine approximation to f at a. Section 3.7 Rolle’s Theorem and the Mean Value Theorem 13 (d) Let h = x − a. Show that f (a + h) − T (a + h) = f 00 (d)(c − a)h. (e) Assuming f 00 is continuous on [a, b], show that f (a + h) − T (a + h) ≤M h2 for some constant M . This statement means that the remainder function R(h) = f (a + h) − T (a + h) is O(h2 ). That is, R(h) goes to 0 as least as fast as h2 . Note that this is a stronger statement than the statement that R(h) is o(h).