Comprehensive Calculus Notes: Volumes of Revolution via Washers and Cylindrical Shells
Volume of Solids of Revolution using the Washer Method
The volume of a solid generated by rotating a region between two curves about a horizontal axis is calculated using the Washer Method if the cross-sectional area is a circle with a hole (a washer).
The basic formula for the Washer Method is based on the difference between the volumes of a large cylinder and a small cylinder:
Where:
is the Outer Radius (distance from the axis of rotation to the outer curve).
is the Inner Radius (distance from the axis of rotation to the inner curve).
Analytical Example: Rotating Secant and Constants
Region Definition: The region is bounded by , , and the vertical boundaries at and .
Axis of Rotation: The line .
Step 1: Finding Intersection Points:
Set the functions equal to each other to find where the curves meet:
Between and , the cosine equals at and .
Step 2: Defining Radii:
The distance from the axis of rotation must be calculated by subtracting the axis from the function values ().
Large Radius (): The distance from the axis to the farthest curve .
Small Radius (): The distance from the axis to the inner curve .
Step 3: Setting Up and Evaluating the Integral:
Using the symmetry of the secant squared function, the integral can be calculated from to and then doubled:
The antiderivative of is , and the antiderivative of is .
Using the Graphing Calculator for Volume Problems
Example Comparison: Finding the volume for a region bounded by and rotated about the x-axis.
Essential Settings: The calculator must be in Radian Mode for all trigonometric calculus problems.
Finding Intersections:
Use the
Second + CALCmenu and select5: Intersect.Choose the first curve, the second curve, and provide a guess near the intersection point.
Approximate intersection values for this specific problem are given as and .
Setup:
Large radius:
Small radius:
Calculation Tips:
Use the
MATH + 9(fnInt) function to integrate.Syntax:
fnInt(integrand, variable, lower limit, upper limit).To edit mistakes in long expressions, use the Insert (
Second + DEL) feature to add characters without overwriting.Multiplication by can be done at the end to minimize rounding errors during calculation stages.
Introduction to Cylindrical Shells (Section 6.3)
Purpose of the Method: Cylindrical shells provide an alternative when solving for variables (e.g., solving for ) is difficult or impossible, making Disk/Washer methods impractical for rotations about the y-axis.
Conceptual Derivation: Imagine nesting thin cans (shells) inside one another.
The volume of a single shell is roughly the circumference times height times thickness:
Integral Formula:
For rotation about a vertical axis (like the y-axis):
Radius: Usually the distance from the shell to the axis of rotation ( or ).
Height: The difference between the upper and lower functions ().
Thickness: or .
Axis of Rotation vs. Shell Orientation:
If rotating about a vertical axis, use vertical shells (integrate with respect to ).
If rotating about a horizontal axis, use horizontal shells (integrate with respect to ).
Comparing and Selecting Integration Methods
Default Strategy (Decision Matrix):
Vertical Axis + Equation solved for y (y = f(x)): Use Cylindrical Shells (integrates with respect to ).
Horizontal Axis + Equation solved for y (y = f(x)): Use Disks/Washers (integrates with respect to ).
Horizontal Axis + Equation solved for x (x = g(y)): Use Cylindrical Shells (integrates with respect to ).
Vertical Axis + Equation solved for x (x = g(y)): Use Disks/Washers (integrates with respect to ).
Practical Considerations:
Check if the boundaries change. If using one method requires splitting the area into two integrals because the "top" and "bottom" curves switch, it may be easier to switch to the other method for a single integral solution.
Always simplify the integrand (e.g., multiply through by the radius) before integrating.
Setup Practice: Parabolas and Lines
Case 1: Rotating the region bounded by and about the vertical line .
Radius: (distance from rightmost axis to leftmost point).
Height: .
Limits: Intersection at and .
Integral: .
Case 2: Rotating the region bounded by and about the horizontal line .
Method: Cylindrical Shells (horizontal shells for a horizontal axis).
Radius: .
Height: .
Limits: Intersection points found via .
Integral: .
Questions & Discussion
Prompt: "How much are you on rounding error?"
Response: The professor emphasizes that setting up the integral correctly is worth the majority of points (e.g., 8 out of 10). If the final decimal is slightly off due to rounding limits (e.g., using 1.37 instead of 1.39), it might only result in a small point deduction. If the answer is wildly different, it usually indicates a conceptual setup error.
Prompt: "Don't have the same answer as the book?"
Response: The instructor noted that some textbook problems (like the secant one) originally lacked bounds, which would lead to an infinite volume. Always ensure you are using the correct parameters and bounds provided in the specific version of the problem you are solving.
Prompt: "How do you add a space on the calculator?"
Response: Use the Insert key (
Second + DEL). This allows you to add variables or numbers into the middle of a string without deleting what is already typed.Prompt: "Why is the radius ?"
Response: Because the rotation axis is at . To find the length of the radius (which must be positive), you subtract the lower y-value from the upper y-value: .