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
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
with⁡StudentCalculus1:
VolumeOfRevolutionTutor⁡
VolumeOfRevolutionTutor⁡1+sin⁡x
VolumeOfRevolutionTutor⁡1+sin⁡x,0..π
VolumeOfRevolutionTutor⁡1+sin⁡x,x=0..π
VolumeOfRevolutionTutor⁡1+sin⁡x,cos⁡x2,x=0..π2
See Also
Student, Student[Calculus1], Student[Calculus1][InteractiveOverview], Student[Calculus1][VolumeOfRevolution]
Download Help Document