Arclength - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

ArcLength

  

compute the arc length of a curve

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ArcLength(C, interval, inert)

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

inert

-

(optional) name; specify that the integral representation is to be returned

Description

• 

The ArcLength(C, interval) command computes the arc length of the curve C where the parameter varies over the range specified in interval.

• 

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.

• 

The ArcLength(C, interval, inert) command returns the integral form of the arc length of the curve C over interval.

Examples

withVectorCalculus:

ArcLengthrcost&comma;rsint&comma;t=0..2πassuming0<r

2πr

(1)

ArcLengthPositionVectorcost&comma;sint&comma;t&comma;0..6π

6π2

(2)

ArcLengthcost&comma;sint&comma;t&comma;0..6π&comma;inert

06π1+sint2+cost2&DifferentialD;t

(3)

ArcLengthtt&comma;t2&comma;0..1

52+arcsinh24

(4)

evalf

1.478942857

(5)

ArcLengtht&comma;t2&comma;0...1.0

1.478942858

(6)

SetCoordinatespolar

polar

(7)

ArcLengthexpt&comma;t&comma;t=0..

2

(8)

See Also

assuming

evalf

VectorCalculus

VectorCalculus[GetCoordinates]

VectorCalculus[SetCoordinates]