The Mean Value Theorem (MVT) has requirements:
- The function must be continuous on the closed interval.
- The function must be differentiable on the open interval.
Since the function is a polynomial, both requirements are fulfilled.
What does MVT state? Once the function fulfills the requirements on the given interval, then:
f ' (c) = [ f (b) − f (a) ] / [b − a]
Essentially, there must be at least one point on the interval such that the derivative at that point is equivalent the slope of the secant line connecting the endpoints of the interval.
f (x) = 2x3 − 6x2 − 90x + 10
———————————————————————————————————————
Turning our attention to the LEFT−HAND SIDE of the equation, f ' (c). Take the derivative of f.
f (x) = 2x3 − 6x2 − 90x + 10
Using the Power Rule:
f ' (x) = 6x2 − 12x − 90
Substituting in c for x:
f ' (c) = 6c2 − 12c − 90
———————————————————————————————————————
Turning to the RIGHT−HAND SIDE of the MVT:
[ f (b) − f (a) ] / [b − a]
Calculate f (b) and f (a), where a = −5 and b = 7:
f (−5) = 2(−5)3 − 6(−5)2 − 90(−5) + 10 = 60
f (7) = 2(7)3 − 6(7)2 − 90(7) + 10 = −228
Substitute the values into the right-hand side of the equation to get the slope of the secant line:
[ f (b) − f (a) ] / [b − a]
= (-228 − 60) / (7 − (-5))
= −288 / 12
= -24
———————————————————————————————————————
Plug in both results into the MVT. Substituting the values and simplifying:
f ' (c) = [ f (b) − f (a) ] / [b − a]
6c2 − 12c − 90 = −24
6c2 − 12c − 66 = 0
6 (c2 − 2c − 11) = 0
c2 − 2c − 11 = 0
Using the Quadratic Formula, we get two values.
c1 = 1 − 2√3 ≈ −2.464 (low value)
c2 = 1 + 2√3 ≈ 4.464 (high value)
Once the potential 'c' points are calculated, we have to ensure that the final solution set only includes values within the closed interval. Sometimes, solutions generated by MVT may not be included in the domain of the original problem statement.
In this case, both c1 and c2 can be found within the closed interval given in the problem statement [−5, 7]..