Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Calculus 1: Theorems about Differentiation
The Student[Calculus1] package contains three routines that can be used to both work with and visualize Rolle's theorem and the mean value theorem. This worksheet demonstrates this functionality.
For further information about any command in the Calculus1 package, see the corresponding help page. For a general overview, see Calculus1.
Getting Started
While any command in the package can be referred to using the long form, for example, Student[Calculus1][MeanValueTheorem], it is easier, and often clearer, to load the package, and then use the short form command names.
The following sections show how the various routines work.
Rolle's Theorem
Rolle's theorem states that if is a function that satisfies:
1. f is continuous on the closed interval ,
2. f is differentiable on the open interval (), and
3.
then there exists a point in the open interval () such that f'() = 0.
The routine RollesTheorem 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 is zero.
The Mean Value Theorem
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.
Main: Visualization
Previous: Derivatives
Next: Applications of Derivatives
Download Help Document