Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Student[Calculus1][MeanValueTheorem] - graphically display the mean value theorem
Calling Sequence
MeanValueTheorem(f(x), x = a..b, opts)
MeanValueTheorem(f(x), a..b, opts)
Parameters
f(x)
-
algebraic expression in variable 'x'
x
name; specify the independent variable
a, b
algebraic expressions; specify the end points of the curve
opts
equation(s) of the form option=value where option is one of functionoptions, lineoptions, numeric, output, pointoptions, showfunction, showline, showpoints, showtangents, showverticallines, tangentoptions, tangentlength, verticallineoptions, or Student plot options; specify plot options
Description
The MeanValueTheorem(f(x), x=a..b) command returns a plot of the expression from a to b and indicates the points between a and b where the derivative is equal to the slope .
If the independent variable can be uniquely determined from the expression, the parameter x need not be included in the calling sequence.
The opts argument can contain any of the Student plot options or any of the following equations that (excluding output and numeric) set plot options.
functionoptions = list
A list of options for the plot of the expression . By default, the expression is plotted as a solid red line. For more information on plot options, see plot/options.
lineoptions = list
A list of options for the plot of the line from to . By default, this line is plotted as a dashed blue line. For more information on plot options, see plot/options.
numeric = true or false
Whether to use numeric methods (using floating-point computations) to find the points satisfying the mean value theorem. This option is ignored if the option output is set to plot. By default, the value is false.
output = points or plot
This option controls the return value of the function.
* output = plot specifies that a plot, which shows the expression and the points where the mean value theorem is satisfied, is displayed. This is the default.
* output = points specifies that the points that satisfy the mean value theorem are returned. Plot options are ignored if output = points.
pointoptions = list
A list of options for the plot of the end points as well as where the expression has derivative equal to . By default, the end points are plotted as green circles. For more information on plot options, see plot/options.
showfunction = true or false
Whether the expression is plotted. By default, the value is true.
showline = true or false
Whether the line from to is plotted. By default, the value is true.
showpoints = true or false
Whether the end points and points where the derivative equals are marked. By default, the value is true.
showtangents = true or false
Whether the tangent lines where the derivative is are plotted. By default, the value is true.
showverticallines = true or false
Whether the vertical lines from the function where the derivative is to the horizontal axis are plotted. By default, the value is true.
tangentoptions = list
A list of options for the plot of the tangents where the expression has derivative equal to . By default, these are plotted as solid magenta lines. For more information on plot options, see plot/options.
tangentlength = half or positive
The length of the tangent lines. By default, they are half the distance from a to b.
verticallineoptions = list
A list of options for the plot of the vertical lines from the function where the expression has derivative equal to to the horizontal axis. By default, these are plotted as dotted pink lines.
caption = anything
A caption for the plot.
The default caption is constructed from the parameters and the command options. caption = "" disables the default caption. For more information about specifying a caption , see plot/typesetting. For more information on plot options, see plot/options.
Examples
The command to create the plot from the Plotting Guide is
See Also
plot/options, plot/typesetting, Student, Student plot options, Student[Calculus1], Student[Calculus1][MeanValueTheoremTutor], Student[Calculus1][VisualizationOverview]
Download Help Document