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

Online Help

All Products    Maple    MapleSim


Student[Calculus1][ArcLengthTutor] - find the arc length of a curve

Calling Sequence

ArcLengthTutor(f, a..b)

ArcLengthTutor(f, var=a..b)

Parameters

f

-

(optional) algebraic expression in one variable var

a..b

-

(optional) interval

var

-

(optional) variable

Description

• 

The ArcLengthTutor(f) launches a tutor interface that computes and plots the arc length of f over the interval a..b.

  

If f is not specified, ArcLengthTutor uses a default function.

  

If a..b is not specified, ArcLengthTutor uses a default interval.

  

If var is not specified, ArcLengthTutor uses a default variable.

Examples

withStudentCalculus1:

ArcLengthTutor

ArcLengthTutor2x3

ArcLengthTutor2x3,0..2

ArcLengthTutor2x3,x=0..2

See Also

Student, Student[Calculus1], Student[Calculus1][ArcLength], Student[Calculus1][InteractiveOverview]