Given the function #f(x)=x^3-3x+2#, how do you verify that #f# satisfies the hypotheses of the Mean Value Theorem on [-2, 2]?

What are all the numbers #c# that satisfy the conclusion of the MVT?

1 Answer
Dec 4, 2017
  1. Check that #f(x)# is continuous & differentiable on the interval.
  2. Find the values of #c# (see below).

#c = +-sqrt(4/3) = +-1.1547...#

Explanation:

The main conditions of the Mean Value Theorem are:

  • f(x) must be continuous on [a, b]
  • f(x) must be differentiable on (a, b).
  • There is some point #c# on (a, b) that satisfies:

#f'(c) = [f(b) - f(a)]/(b - a)#

Translating that 3rd postulate: there must be some point on this interval such that the instantaneous rate of change there is equal to the average rate of change on that interval.

For your function, you can assume that conditions 1 and 2 are fulfilled since you have a polynomial, and polynomials are differentiable (and continuous) everywhere . There is a more rigorous way of proving differentiability & continuity, but for this function there is no need to do that.

For condition 3, the first thing we need to do is find that value of #c#, and then check whether or not it is on our interval (which it should be). So we set up the following:

#d/dx(x^3-3x+2) = [f(2) - f(-2)]/(2 - (-2))#

#3x^2 - 3 = (4 - 0)/(4) = 1#

Now we have an equation which we can solve to find our value for #c#!

#3x^2 - 3 = 1#

#3x^2 = 4#

#x = c = +-sqrt(4/3) = +-1.1547...#

As it turns out, there are two values of c, and they are both on our interval!

If you'd like further clarification on the Mean Value Theorem - as well as its "spin-off" Rolle's Theorem - check out this excellent video by Professor Leonard:

Hope that helps :)