Volumes of Solids of Revolution--The Washer Method
This Mathematica notebook provides the code to produce animations to illustrate the steps involved in
Click HERE to
download the Mathematica notebook.
Turn off spelling warning (merely a convenience).
Define the functions. In this case the region is bounded by two curves. Representation as a function of y
y and x intervals: These need to be modified specifically for the functions in your example.
Revolution axis is the y-axis.
Set the plotting range window and the viewpoint. These statements need to be modified to suit the functions
Plot the x and y axes. Options should be changed depending on your functions.
Establish the partition (7 in this example).
Define the "front" edges of the rectangles that generate the washers.
Define the surfaces of revolution.
The region is illustrated using an inscribed 50-vertex polygon between the curves. The vertices are generated
Define the surfaces of revolution that construct the washer.
The surfaces will be displayed as Graphics3D primitives that have specific colorings.
The approximating washers are stored in a table.
The surfaces of revolution are generated by varying the value of theta in the SurfaceOfRevolution and
The following code shows the steps (with pauses between the major steps) in the approximation
process,
Mathematica code produced for Demos with Positive Impact (NSF-DUE 9952306) by Converted by Mathematica May 16, 2002
|