Sometimes the disk/washer method is complicated. There's another way!
Shell Method: Slice the solid into cylindrical shells (like soup cans).
💡 Key Idea: Instead of slicing perpendicular to the axis, slice parallel to it!
The Shell Method Formula
Rotating around the y-axis
When rotating y=f(x) from to around the y-axis:
📚 Practice Problems
1Problem 1easy
❓ Question:
Find the volume when y=4−x2 from to is rotated around the y-axis using the shell method.
Explain using:
📋 AP Calculus AB — Exam Format Guide
⏱ 3 hours 15 minutes📝 51 questions📊 4 sections
Section
Format
Questions
Time
Weight
Calculator
Multiple Choice (No Calculator)
MCQ
30
60 min
33.3%
🚫
Multiple Choice (Calculator)
MCQ
15
45 min
16.7%
✅
Free Response (Calculator)
FRQ
2
30 min
16.7%
✅
Free Response (No Calculator)
FRQ
4
60 min
33.3%
🚫
📊 Scoring: 1-5
5
Extremely Qualified
~20%
4
Well Qualified
~17%
3
Qualified
~19%
2
Possibly Qualified
~22%
1
No Recommendation
~22%
💡 Key Test-Day Tips
✓Show all work on FRQs
✓Use proper notation
✓Check units
✓Manage your time
⚠️ Common Mistakes: Volumes of Revolution: Shell Method
Avoid these 4 frequent errors
🌍 Real-World Applications: Volumes of Revolution: Shell Method
See how this math is used in the real world
📝 Worked Example: Related Rates — Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
How can I study Volumes of Revolution: Shell Method effectively?▾
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Volumes of Revolution: Shell Method study guide free?▾
Yes — all study notes, flashcards, and practice problems for Volumes of Revolution: Shell Method on Study Mondo are 100% free. No account is needed to access the content.
What course covers Volumes of Revolution: Shell Method?▾
Volumes of Revolution: Shell Method is part of the AP Calculus AB course on Study Mondo, specifically in the Integration section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Volumes of Revolution: Shell Method?
x=a
x=b
V=2π∫abx⋅f(x)dx
V=2π∫ab(radius)(height)dx
Components:
Radius = x (distance from y-axis)
Height = f(x) (height of shell)
Circumference = 2πx
Where Does This Come From?
Volume of a Cylindrical Shell
Imagine unrolling a thin cylindrical shell:
It becomes a rectangular sheet!
Length = circumference = 2πr
Height = h
Thickness = Δx
Volume = length × height × thickness
V=2πr⋅h⋅Δx
With Our Variables
At position x:
Radius: r=x
Height: h=f(x)
Thickness: Δx
Shell volume: 2πx⋅f(x)⋅Δx
Sum all shells and take limit → integral!
Example 1: Basic Shell Method
Find the volume when y=x2 from x=0 to x=2 is rotated around the y-axis.
Step 1: Identify components
Axis: y-axis (vertical)
Radius: r=x (distance from y-axis)
Height: h=f(x)=x2
Step 2: Set up the integral
V=2π∫02x⋅x2dx
=2π∫02x3dx
Step 3: Integrate
=2π[4x4]02
=2π⋅416=2π⋅4=8π
Answer: 8π cubic units
Example 2: Region Between Curves
Find the volume when the region between y=x and y=x2 from x=0 to x=1 is rotated around the y-axis.
Step 1: Identify height
Height of shell = (top curve) - (bottom curve)
h=x−x2
Step 2: Set up the integral
V=2π∫01x(x−x2)dx
=2π∫01(x2−x3)dx
Step 3: Integrate
=2π[3x3−4x4]01
=2π(31−41)
=2π(124−3)=122π=6π
Answer: 6π cubic units
Rotating Around the x-axis with Shells
Formula
When rotating x=g(y) from y=c to y=d around the x-axis:
V=2π∫cdy⋅g(y)dy
Components:
Radius = y (distance from x-axis)
Height = g(y) (horizontal extent)
Example 3: Horizontal Shells
Find the volume when x=y2 from y=0 to y=2 is rotated around the x-axis.
Step 1: Set up with shells
Radius: r=y
Height: h=y2
V=2π∫02y⋅y2dy
=2π∫02y3dy
Step 2: Integrate
=2π[4y4]02
=2π⋅416=8π
Answer: 8π cubic units
Rotating Around Other Lines
Around the line x=k
Radius = distance from line x=k to the shell
If shell is at position x:
If x>k: radius = x−k
If x<k: radius = k−x
Generally: r=∣x−k∣
V=2π∫ab(radius)(height)dx
Example 4: Rotating Around x=−1
Find the volume when y=x from x=0 to x=4 is rotated around the line x=−1.
Step 1: Find radius
Shell at position x is distance x−(−1)=x+1 from the line.
Radius: r=x+1
Height: h=x
Step 2: Set up the integral
V=2π∫04(x+1)xdx
=2π∫04(x3/2+x1/2)dx
Step 3: Integrate
=2π[5/2x5/2+3/2x3/2]04
=2π[52x5/2+32x3/2]04
=2π(52(32)+32(8))
=2π(564+316)
=2π(15192+80)=15544π
Answer: 15544π cubic units
Shell Method vs Disk/Washer
When to Use Shell Method:
Rotating around y-axis but function is y=f(x)
Shell: easy! 2π∫x⋅f(x)dx
Disk: would need to solve for x=g(y) (hard!)
Avoiding complicated algebra
Shell often simpler than squaring in washer method
Region naturally described in terms of x but rotating around y-axis
Example 5: Why Shell is Better
Find the volume when y=e−x2 from x=0 to x=1 is rotated around the y-axis.
With shells:
V=2π∫01x⋅e−x2dx
Use substitution u=−x2, du=−2xdx:
=2π∫0−1−21eudu=π[eu]0−1
=π(e−1−1)=π(e1−1)
Easy!
With disks:
Need to solve y=e−x2 for x:
x=−lny
This is much more complicated!
General Shell Method Formula
Around vertical line x=k
V=2π∫ab∣x−k∣⋅h(x)dx
where h(x) is the height of the shell.
Around horizontal line y=k
V=2π∫cd∣y−k∣⋅h(y)dy
where h(y) is the length of the shell.
⚠️ Common Mistakes
Mistake 1: Forgetting the 2π
Shell method always has 2π (from circumference)!
V=2π∫(radius)(height)dx
Mistake 2: Wrong Radius
Radius = distance from axis of rotation
Not just x! If rotating around x=3, radius might be ∣x−3∣.
Mistake 3: Wrong Height
For region between two curves:
h=top−bottom
Don't forget to subtract!
Mistake 4: Choosing Wrong Method
Sometimes both methods work, but one is much easier.
Quick check:
Function is y=f(x), rotating around y-axis? → Shell!
Function is x=g(y), rotating around x-axis? → Shell!
Otherwise, compare which seems simpler.
Shell Method Formula Summary
Around y-axis (or x=k)
V=2π∫ab(radius)(height)dx
Radius: distance from vertical axis
Height: vertical extent of region
Integrate with respect to x
Around x-axis (or y=k)
V=2π∫cd(radius)(height)dy
Radius: distance from horizontal axis
Height: horizontal extent of region
Integrate with respect to y
Comparison Table
Method
Slice Direction
Formula
Disk
Perpendicular to axis
π∫[R]2
Washer
Perpendicular to axis
π∫[R2−r2]
Shell
Parallel to axis
2π∫r⋅h
Choose based on which makes the integral simpler!
📝 Practice Strategy
Identify axis of rotation
Decide: Shell or Disk/Washer?
Shell if parallel slicing is easier
Disk/Washer if perpendicular slicing is easier
Find radius: distance from axis to shell
Find height: extent of shell (top - bottom)
Set up: V=2π∫(radius)(height)dx
Remember 2π!
Integrate and evaluate
Compare with other method as a check
x=0
x=2
💡 Show Solution
Step 1: Set up with shell method
Rotating around y-axis:
Radius: r=x (distance from y-axis)
Height: h=4−x2
Step 2: Write the integral
V=2π∫02x(4−x2
=2π∫02(4x−x3)dx
Step 3: Integrate
=2π[2x2−4x
=2π(8−416)
=2π(8−4)=2π⋅4=8π
Answer: 8π cubic units
2Problem 2medium
❓ Question:
Find the volume when the region bounded by y=x2, y=4, and x=0 is rotated around the y-axis.
💡 Show Solution
Step 1: Find limits of integration
The parabola y=x2 meets y=4 when:
(taking positive value)
3Problem 3hard
❓ Question:
Find the volume when y=x1 from x=1 to x=3 is rotated around the line x=−2.
💡 Show Solution
Step 1: Find radius
The axis is x=−2, which is to the left of our region.
Shell at position x has radius:
r=x
4Problem 4medium
❓ Question:
Use the shell method to find the volume when y = x² from x = 0 to x = 2 is rotated about the y-axis.
💡 Show Solution
Step 1: Set up shell method:
Radius: r(x) = x (distance from y-axis)
Height: h(x) = x²
V = 2π∫ x·h(x) dx from 0 to 2
Step 2: Substitute:
V = 2π∫₀² x·x² dx
V = 2π∫₀² x³ dx
Step 3: Integrate:
V = 2π[x⁴/4]₀²
Step 4: Evaluate:
V = 2π[16/4 - 0]
V = 2π(4)
V = 8π
Answer: V = 8π cubic units
5Problem 5hard
❓ Question:
Find the volume when the region bounded by y = √x, y = 0, and x = 4 is rotated about the line x = -1.
💡 Show Solution
Step 1: Set up shell method rotating about x = -1:
Radius: r(x) = x - (-1) = x + 1 (distance from x = -1)
Height: h(x) = √x
Bounds: x from 0 to 4
Step 3: Expand:
V = 2π∫₀⁴ [x√x + √x] dx
V = 2π∫₀⁴ [x^(3/2) + x^(1/2)] dx
Step 4: Integrate:
V = 2π[x^(5/2)/(5/2) + x^(3/2)/(3/2)]₀⁴
V = 2π[(2/5)x^(5/2) + (2/3)x^(3/2)]₀⁴
Step 5: Evaluate at x = 4:
x^(5/2) = (4)^(5/2) = 32
x^(3/2) = (4)^(3/2) = 8
V = 2π[(2/5)(32) + (2/3)(8)]
V = 2π[64/5 + 16/3]
V = 2π[192/15 + 80/15]
V = 2π[272/15]
V = 544π/15
Answer: V = 544π/15 cubic units
Definite Integrals and the Fundamental Theorem
▾
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.