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: Applications of Integration
The Student[Calculus1] package contains four routines that can be used to both work with and visualize the concepts of function averages, arc lengths, and volumes and surfaces of revolution. 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. In some cases, examples show to use these visualization routines in conjunction with the single-stepping Calculus1 routines.
Function Average
The average value of a function on the interval is:
The integral output option can be used with the single-stepping functionality.
You can also compute the average value of a function using the FunctionAverageTutor command.
Volume of Revolution
Given a function , rotate its graph around the -axis and determine the volume of the resulting solid. The red line represents the value of the function.
The volume of this 3-D shape is given by the integral:
Similarly, rotate the graph of around the -axis; in this case, determine the volume under the resulting surface. (Note: The function f should increase or decrease monotonically.)
This volume is given by:
You can also determine the volume between two functions rotated around an axis. Consider the two expressions and on the interval .
You can also compute the volume of revolution and display the resulting solid using the VolumeOfRevolutionTutor command.
Arc Length
Given a function , determine the length of the curve (or arc) from the point () to the point (). This value is given by the formula:
When calling ArcLength with the plot output option, three curves are plotted:
1. The expression (in red by default),
2. The integrand (in blue by default),
3. The expression (in green by default)
and thus, the value of the green line at the point b is the total arc length of the curve.
In general, the resulting integrand is difficult to solve.
You can also computer arc length using the ArcLengthTutor command.
Simple Example Using Single Stepping
Advanced Example Using Hyperbolic Cosine
One special case is the hyperbolic cosine function, which is defined as: For example, this function gives the shape of a wire hanging from two points.
In this special case, the length of the curve is equal to the integral of .
Surface of Revolution
Given a function , rotate its graph around the -axis and determine the area of the resulting surface. The red line represents the value of the function.
The area of this surface is given by:
Another example:
Similarly, rotate the graph of around the -axis and determine the area of the resulting surface.
When determining the area of the surface of revolution around the - or -axis, the integrand is similar. Only the term multiplying the square root is different.
You can also compute and view the surface of revolution using the SurfaceOfRevolutionTutor command.
Negative Values
The interpretation of negative values requires some explanation. When rotating a function around the -axis, a negative value of the function is interpreted as a negative surface value.
The absolute value function can be used to get the expected value.
Similarly, when the graph is rotated around the -axis, negative values are interpreted as negative surface values.
If the function is symmetric, the integral must be calculated from the origin. Otherwise, the surface area is added twice.
When the function is not symmetric, the sum of each positive branch must be added.
Main: Visualization
Previous: Integration
Download Help Document