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
Calculus 1: Derivatives
The Student[Calculus1] package contains two routines that can be used to both work with and visualize the concepts of Newton quotients and derivatives. 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][DerivativePlot], it is easier, and often clearer, to load the package, and then use the short form command names.
The following sections show how the routines work.
Newton Quotients
The slope of the line connecting the two points and is given by the formula . Given a function , a point , and a value, the slope of the line between the points and is thus , which simplifies to
For a given sequence of values of ,
In this case, the slope approaches the value of the derivative at the point 2.0:
This convergence to the derivative can be seen using the option .
You can also learn about Newton's Quotient using the TangentSecantTutor command.
Plotting the Derivative
The option order can be used to plot higher order derivatives. In the next example, the first 4 derivatives of are plotted, where the 1st and 4th derivatives are colored blue and green, respectively, and the colors of the intermediate derivatives are interpolated between blue and green. (The function is plotted in red.)
You can also plot derivatives using the DerivativeTutor command.
See Also
Calculus1, diff
Main: Visualization
Previous: Tangents, Inverses, and Sampling
Next: Various Theorems about Derivatives
Download Help Document