# # Calculus Exploration 10B: Volumes of Solids of Revolution # Including Rotations about a Given Line # # The following is the Maple code for the Volumes of Solids of Revolution Maplet using the Student Package, which should be used to both visualize the solids and obtain solutions to problems. Note that this Maplet can be used for the disk and shell methods,including rotations about a given line. You can either execute the code below or run the corresponding Maplet from the webpage. # # The Student Package: Calculus1 Tools & Tutors (Maplets) # To invoke the Student Package using the Calculus1 Tools & Tutors use the following. # Click in the red area and press [Enter]. with(Student[Calculus1]); # To get help on how to use the VolumeOfRevolutionTutor Tool make the following query. # Click in the red area and press [Enter]. ?VolumeOfRevolutionTutor # Here's an example of how to use the VolumeOfRevolutionTutor Maplet. # Click in the red area and press [Enter]. VolumeOfRevolutionTutor(); # # ____________________________________ # # Filename: ExploreCalc10B.mws # Copyright 2005, All Rights Reserved. # Permission is granted to use and modify for # academic and non-commercial purposes. # Dr. John Pais # Mathematics Department-MICDS # E-mail: pais@micds.org or pais@kinetigram.com # URL: http://kinetigram.com/micds # _____________________________________ #