Unit 8.10 – Volume with Disc Method: Revolving Around Other Axes
AP® Calculus AB & BC | Advanced Solids of Revolution
Why This Matters: Now we extend the disc method beyond the x- and y-axes! When rotating around horizontal lines \(y = k\) or vertical lines \(x = h\), the radius function changes—it's the distance from the axis of rotation to the curve. This is where disc method problems become challenging and where AP® exams really test your understanding. Master this and you've conquered the full scope of volumes by rotation!
🎯 The Critical Difference: Finding Radius
THE FUNDAMENTAL PRINCIPLE
The Golden Rule:
Radius = Distance from axis of rotation to the curve
📝 Critical Insight: For axes other than x-axis or y-axis, you MUST calculate the distance. Don't just use the function value!
↔️ Revolving Around Horizontal Line y = k
Horizontal Axis: y = k
When rotating around horizontal line \(y = k\):
where
- Axis of rotation is \(y = k\) (horizontal line)
- Radius = vertical distance from \(y = k\) to curve \(y = f(x)\)
- \(R(x) = |f(x) - k|\) (usually absolute value not needed if curve above axis)
- Still integrate with respect to \(x\) (using \(dx\))
- When \(k = 0\), this reduces to x-axis rotation
Special Cases:
- If \(f(x) > k\): \(R(x) = f(x) - k\)
- If \(f(x) < k\): \(R(x) = k - f(x)\)
↕️ Revolving Around Vertical Line x = h
Vertical Axis: x = h
When rotating around vertical line \(x = h\):
where
- Axis of rotation is \(x = h\) (vertical line)
- Radius = horizontal distance from \(x = h\) to curve \(x = g(y)\)
- \(R(y) = |g(y) - h|\)
- Must integrate with respect to \(y\) (using \(dy\))
- Must express curve as \(x = g(y)\)
- When \(h = 0\), this reduces to y-axis rotation
📊 Complete Formula Reference
| Axis of Rotation | Radius Formula | Volume Formula |
|---|---|---|
| x-axis (\(y = 0\)) | \(R(x) = f(x)\) | \(\pi\int_a^b [f(x)]^2\,dx\) |
| y-axis (\(x = 0\)) | \(R(y) = g(y)\) | \(\pi\int_c^d [g(y)]^2\,dy\) |
| \(y = k\) (horizontal) | \(R(x) = |f(x) - k|\) | \(\pi\int_a^b [f(x)-k]^2\,dx\) |
| \(x = h\) (vertical) | \(R(y) = |g(y) - h|\) | \(\pi\int_c^d [g(y)-h]^2\,dy\) |
📖 Comprehensive Worked Examples
Example 1: Around Horizontal Line y = k
Problem: Find the volume when the region bounded by \(y = x^2\), \(y = 0\), and \(x = 2\) is rotated around the line \(y = -1\).
Solution:
Step 1: Identify setup
Rotating around \(y = -1\) (horizontal line below x-axis)
Bounds: \(x = 0\) to \(x = 2\)
Step 2: Find radius
Distance from \(y = -1\) to \(y = x^2\):
Step 3: Set up integral
Step 4: Expand and evaluate
ANSWER: \(V = \frac{206\pi}{15}\) cubic units
Example 2: Around Vertical Line x = h
Problem: Rotate the region bounded by \(y = \sqrt{x}\), \(y = 0\), and \(x = 4\) around the line \(x = -1\). Find the volume.
Step 1: Convert to x = g(y)
From \(y = \sqrt{x}\): \(x = y^2\)
When \(x = 4\): \(y = 2\)
Bounds: \(y = 0\) to \(y = 2\)
Step 2: Find radius
Distance from \(x = -1\) to \(x = y^2\):
Step 3: Set up and evaluate
Example 3: Around y = 2
Problem: Region between \(y = x\) and \(y = x^2\) rotated around \(y = 2\). Find volume.
Step 1: Find bounds
Step 2: Find radius
Distance from \(y = 2\) to outer curve \(y = x\):
(Note: both curves below \(y = 2\))
Step 3: Evaluate
Example 4: Around x = 3
Problem: Rotate region bounded by \(x = y^2\) and \(x = 4\) around \(x = 3\). Find volume.
Analysis:
Bounds: \(y = -2\) to \(y = 2\) (when \(x = 4\))
Axis \(x = 3\) is BETWEEN the curves!
Outer radius to \(x = 4\): \(R_{\text{out}} = 4 - 3 = 1\)
Inner radius to \(x = y^2\): \(R_{\text{in}} = |y^2 - 3|\)
This requires washer method (next topic)!
📋 Step-by-Step Process
Systematic Approach
The 7-Step Method:
- Identify axis of rotation: \(y = k\) or \(x = h\)?
- Sketch the region: Visualize rotation
- Determine integration variable:
- Horizontal axis (\(y = k\)) → use \(dx\)
- Vertical axis (\(x = h\)) → use \(dy\), convert to \(x = g(y)\)
- Find bounds: Limits of integration
- Calculate radius: \(R = |\text{curve} - \text{axis}|\)
- Set up integral: \(V = \pi\int [R]^2\,dx\) or \(dy\)
- Evaluate and simplify
💡 Essential Tips & Strategies
✅ Success Strategies:
- Always find distance: Radius = |curve - axis|
- Sketch is crucial: Helps determine which is larger
- Check position: Is curve above/below or left/right of axis?
- Sign matters: Subtract axis value from curve (or vice versa)
- For \(y = k\): Subtract k from y-coordinate
- For \(x = h\): Subtract h from x-coordinate
- Still square the radius! Don't forget this step
- Include π: In the formula
🔥 Quick Decision Guide:
- Horizontal line \(y = k\): Integrate with \(dx\), \(R = |f(x) - k|\)
- Vertical line \(x = h\): Integrate with \(dy\), \(R = |g(y) - h|\)
- Curve above axis: \(R = \text{curve} - \text{axis}\)
- Curve below/left of axis: \(R = \text{axis} - \text{curve}\)
❌ Common Mistakes to Avoid
- Mistake 1: Using function value as radius (forgetting to subtract axis value)
- Mistake 2: Wrong subtraction order (curve - axis vs axis - curve)
- Mistake 3: Forgetting to square the radius
- Mistake 4: Using wrong variable (\(dx\) when should use \(dy\))
- Mistake 5: Not converting to \(x = g(y)\) for vertical axes
- Mistake 6: Wrong sign on axis value (e.g., using +k when axis is \(y = -k\))
- Mistake 7: Expansion errors when squaring binomials
- Mistake 8: Forgetting π in final answer
- Mistake 9: Integration errors
- Mistake 10: Not checking if axis is between curves (may need washer method)
📝 Practice Problems
Find the volume:
- Region bounded by \(y = x^2\), \(y = 0\), \(x = 2\) rotated around \(y = -2\).
- Region bounded by \(y = \sqrt{x}\), \(x = 0\), \(y = 2\) rotated around \(x = -1\).
- Region between \(y = x\) and \(y = x^2\) rotated around \(y = 1\).
- Region bounded by \(x = y^2\), \(x = 0\), \(y = 1\) rotated around \(x = 2\).
Answers:
- \(\frac{304\pi}{15}\) cubic units
- \(\frac{64\pi}{5}\) cubic units
- \(\frac{11\pi}{30}\) cubic units
- \(\frac{29\pi}{6}\) cubic units
✏️ AP® Exam Success Tips
What AP® Graders Look For:
- Identify axis clearly: State which line you're rotating around
- Show radius calculation: Write \(R = f(x) - k\) (or similar)
- Explain distance: "Distance from \(y = k\) to curve is..."
- Correct setup: \(V = \pi\int[R]^2\,dx\) with correct \(R\)
- Show squaring: Expand the radius squared
- Show integration: Find antiderivative
- Evaluate at bounds: Show substitution
- Include π: In final answer
💯 Exam Strategy:
- Identify the axis of rotation carefully
- Sketch region and axis if time permits
- Determine if curve is above/below or left/right of axis
- Calculate radius as distance: |curve - axis|
- Write setup showing radius calculation
- Square the radius expression
- Integrate carefully
- Simplify and include π
⚡ Quick Reference Guide
OTHER AXES ESSENTIALS
Around \(y = k\) (horizontal):
Radius = vertical distance from axis to curve
Around \(x = h\) (vertical):
Radius = horizontal distance from axis to curve
Remember:
- Radius = |curve - axis value|
- Calculate distance, not just function value!
- Square the radius!
- Include π!
Master Rotation Around Other Axes! The key principle: radius = distance from axis to curve. For horizontal line \(y = k\): \(V = \pi\int_a^b[f(x)-k]^2\,dx\) where radius \(R(x) = |f(x)-k|\) is vertical distance from axis to curve. For vertical line \(x = h\): \(V = \pi\int_c^d[g(y)-h]^2\,dy\) where radius \(R(y) = |g(y)-h|\) is horizontal distance (must convert to \(x = g(y)\)). Critical difference from x-axis/y-axis: you CANNOT just use function value—must calculate distance by subtracting axis value. Process: (1) identify axis (\(y = k\) or \(x = h\)), (2) determine which variable to integrate, (3) find radius = |curve - axis|, (4) square and integrate. Common error: using \(f(x)\) instead of \(f(x) - k\). Sketch helps determine if curve is above/below or left/right of axis. This is a major AP® challenge—requires careful radius calculation! 🎯✨