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[VectorCalculus][ArcLength] - computes the arc length of a curve
Calling Sequence
ArcLength(C, interval, output = output_type)
Parameters
C
-
free or position Vector or Vector valued procedure; specify the components of the curve
interval
range or name=range; specify the interval of the curve's parameter
output = output_type
(optional) equation; specify 'integral' or 'value' for output_type; specify 'integral' for the function to return an inert integral, and 'value' to return the computed output
Description
The ArcLength(C, interval) command computes the arc length of the curve C where the parameter varies over the range specified in interval.
If integral is specified for output_type, the command returns an unevaluated integral; if value is specified, the command returns the computed value of the integral. The default value for output_type is value.
The curve C can be specified as a Vector or as a Vector valued procedure. This determines the returned object type.
If interval is a range, the function tries to determine a suitable variable name by using the components of C. To do this, it checks all of the indeterminates of type name in the components of C and removes the ones which are determined to be constants.
If the resulting set has a single entry, that entry is the variable name. If it has more than one entry, an error is raised. If interval is an equation, the left side is used as the parameter name.
If either of the endpoints of the range specified by interval is of type complex(float), symbolic integration is not attempted. Instead, numeric integration is used to find the arc length.
If a coordinate system attribute is specified on C, it is interpreted in that coordinate system. Otherwise, the curve is interpreted as a curve in the current default coordinate system. If the two are not compatible, an error is raised.
Examples
See Also
assuming, evalf, Student[VectorCalculus], Student[VectorCalculus][GetCoordinates], Student[VectorCalculus][SetCoordinates]
Download Help Document