VolumeOfRevolutionTutor - 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][VolumeOfRevolutionTutor] - demonstrate volume of revolution

Calling Sequence

VolumeOfRevolutionTutor(f, g, var=a..b)

Parameters

f

-

(optional) algebraic expression in one variable var

g

-

(optional) algebraic expression in one variable var

a..b

-

(optional) interval

var

-

(optional) variable

Description

• 

The VolumeOfRevolutionTutor(f) command launches a tutor interface that plots and computes the volume of a solid of revolution generated by rotating a function f on the interval a..b around the horizontal or vertical axis, or around a line parallel to one of the axes.

• 

The VolumeOfRevolutionTutor(f,g) command launches a tutor interface that plots and computes the volume of a solid of revolution generated by rotating the region between the two functions f and g on the interval a..b around the horizontal or vertical axis, or around a line parallel to one of the axes.

  

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

  

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

  

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

Examples

withStudentCalculus1:

VolumeOfRevolutionTutor

VolumeOfRevolutionTutor1+sinx

VolumeOfRevolutionTutor1+sinx,0..π

VolumeOfRevolutionTutor1+sinx,x=0..π

VolumeOfRevolutionTutor1+sinx,cosx2,x=0..π2

See Also

Student, Student[Calculus1], Student[Calculus1][InteractiveOverview], Student[Calculus1][VolumeOfRevolution]