The mean value theorem is a generalization of Rolle's theorem which states that if is a function that satisfies:
1. f is continuous on the closed interval , and
2. f is differentiable on the open interval (),
then there exists a point in the open interval () such that f'() = where the right-hand side is the slope of the line connecting the points () and (). The Mean Value Theorem can be derived from Rolle's Theorem by considering the function .
The routine MeanValueTheorem takes an expression representing the function, checks that the requirements of the theorem hold, and then plots the expression and all points where the derivative equals the slope of the secant line connecting the end points of the graph of on .
>
|
|
>
|
|
>
|
|
You can also learn about the Mean Value Theorem using the MeanValueTheoremTutor command.