Washer or Shell Method Explained: The Calculus 2 Decision Rule

Washer method or shell method? This is one of the biggest decision points in Calculus 2 volumes of revolution.

A volume of revolution problem is not solved by guessing a formula. It is solved by understanding the region, the axis of rotation, and the slice.

Formula memorization is a strict requirement. Students must know the washer formula and the shell formula cold:

\[
V=\pi\int (R^2-r^2)\,d(\text{slice variable})
\]
\[
V=2\pi\int(\text{radius})(\text{height})\,d(\text{slice variable}).
\]

But memorizing the formulas is not enough. To apply them correctly, you must first choose the right slice.

The method depends on the function form and the axis of rotation.

This Woody Calculus lesson teaches the full washer-or-shell decision rule for Calculus 2 students. You will learn when to use washers, when to use shells, how the axis of rotation changes the method, and why the same style of region can lead to different volume integrals depending on the slice.

Estimated read time: 16–20 minutes.

Last updated: .

Calculus 2 washer versus shell method decision showing the same region rotated around different axes with washer formula pi integral R squared minus r squared and shell formula 2 pi integral radius times height.
Slide 1: The method depends on the function form and the axis of rotation.

What Are Volumes of Revolution?

A volume of revolution is created when a two-dimensional region is rotated around an axis. The region sweeps out a three-dimensional solid.

In Calculus 2, the goal is to find the volume of that solid using an integral.

There are two major methods:

  • Washer method: slices rotate into disks or washers.
  • Shell method: slices rotate into cylindrical shells.

The key is not to ask, “Which formula do I remember first?” The key is to ask:

What slice does the region naturally want?

Once the slice is chosen, the method becomes much more obvious.

The Washer or Shell Decision Rule

The cleanest decision rule uses two pieces of information:

  1. Function form: Is the region naturally written as \(y=f(x)\) or \(x=g(y)\)?
  2. Axis direction: Is the axis of rotation horizontal or vertical?

The universal geometric rule is:

\[
\boxed{\text{perpendicular slices }\Rightarrow\text{ washers}}
\]
\[
\boxed{\text{parallel slices }\Rightarrow\text{ shells}}
\]

When the region is naturally written as \(y=f(x)\), vertical \(dx\)-slices are usually easiest. When the region is naturally written as \(x=g(y)\), horizontal \(dy\)-slices are usually easiest.

Function Form Axis Direction Natural Slice Method
\(y=f(x)\) Horizontal axis Vertical \(dx\)-slice Washers
\(y=f(x)\) Vertical axis Vertical \(dx\)-slice Shells
\(x=g(y)\) Vertical axis Horizontal \(dy\)-slice Washers
\(x=g(y)\) Horizontal axis Horizontal \(dy\)-slice Shells

This is the Woody Calculus decision rule:

Ask for function form and axis direction first. The formula comes second.

Calculus 2 decision rule for washers and shells using function form and axis direction: y equals f of x with horizontal axis gives washers, y equals f of x with vertical axis gives shells, x equals g of y with vertical axis gives washers, and x equals g of y with horizontal axis gives shells.
Slide 2: Choose the method from function form plus axis direction.

Example 1: Region Written as \(y=f(x)\)

Start with the region bounded by:

\[
y=x^2,\qquad y=4,\qquad x=0.
\]

Since \(x^2=4\), the right endpoint is:

\[
x=2.
\]

So the natural \(x\)-range is:

\[
0\le x\le 2.
\]

For each \(x\), the region runs vertically from:

\[
y=x^2
\quad\text{up to}\quad
y=4.
\]

That is why this is naturally a \(y=f(x)\) region. The natural slice is vertical, with thickness \(dx\).

Calculus 2 region bounded by y equals x squared, y equals 4, and x equals 0 with x range 0 to 2 for washer and shell method examples.
Slide 3: Example 1 is naturally written with \(y=f(x)\), so vertical slices are the natural starting point.

Rotate Example 1 Around the x-axis: Washers

Now rotate the region around the \(x\)-axis.

The region is written as \(y=f(x)\), and the axis of rotation is horizontal. The natural vertical slice is perpendicular to the horizontal axis, so it creates washers.

The outer radius is the distance from the \(x\)-axis to \(y=4\):

\[
R=4.
\]

The inner radius is the distance from the \(x\)-axis to \(y=x^2\):

\[
r=x^2.
\]

The washer formula is:

\[
V=\pi\int_0^2(R^2-r^2)\,dx.
\]

Substitute \(R=4\) and \(r=x^2\):

\[
V=\pi\int_0^2\left(4^2-(x^2)^2\right)\,dx.
\]

Simplify:

\[
V=\pi\int_0^2(16-x^4)\,dx.
\]

Evaluate:

\[
V=\pi\left[16x-\frac{x^5}{5}\right]_0^2.
\]
\[
V=\pi\left(32-\frac{32}{5}\right)
=
\pi\left(\frac{128}{5}\right).
\]

Final answer:

\[
\boxed{V=\frac{128\pi}{5}.}
\]

Plain-language answer: rotating this region around the \(x\)-axis produces a washer integral with volume \(128\pi/5\).

Washer method example rotating the region between y equals x squared and y equals 4 around the x axis with outer radius 4, inner radius x squared, and volume 128 pi over 5.
Slide 4: For \(y=f(x)\) rotated around a horizontal axis, vertical slices create washers.

Rotate Example 1 Around the y-axis: Shells

Now rotate the same region around the \(y\)-axis.

The region is still naturally written as \(y=f(x)\), so the natural slice is still vertical. But the axis of rotation is now vertical. A vertical slice is parallel to a vertical axis, so it creates a cylindrical shell.

For a vertical shell:

  • The radius is the distance from the \(y\)-axis to the slice: \(x\).
  • The height is top minus bottom: \(4-x^2\).
  • The thickness is \(dx\).

The shell formula is:

\[
V=2\pi\int_0^2(\text{radius})(\text{height})\,dx.
\]

Substitute:

\[
V=2\pi\int_0^2 x(4-x^2)\,dx.
\]

Evaluate:

\[
V=2\pi\int_0^2(4x-x^3)\,dx.
\]
\[
V=2\pi\left[2x^2-\frac{x^4}{4}\right]_0^2.
\]
\[
V=2\pi(8-4)=8\pi.
\]

Final answer:

\[
\boxed{V=8\pi.}
\]

Plain-language answer: rotating this region around the \(y\)-axis produces a shell integral with volume \(8\pi\).

Shell method example rotating the region between y equals x squared and y equals 4 around the y axis with radius x, height 4 minus x squared, and volume 8 pi.
Slide 5: For \(y=f(x)\) rotated around a vertical axis, vertical slices create shells.

Example 2: Region Written as \(x=g(y)\)

Now switch to a region that is naturally written using \(y\).

Consider the region bounded by:

\[
x=y^2,\qquad x=4,\qquad y=0.
\]

The top occurs when:

\[
y^2=4.
\]

Since this region is above \(y=0\), we use:

\[
y=2.
\]

So the \(y\)-range is:

\[
0\le y\le 2.
\]

For each \(y\), the region runs horizontally from:

\[
x=y^2
\quad\text{to}\quad
x=4.
\]

That is why this is naturally an \(x=g(y)\) region. The natural slice is horizontal, with thickness \(dy\).

Calculus 2 region bounded by x equals y squared, x equals 4, and y equals 0 with y range 0 to 2 for washer and shell method examples.
Slide 6: Example 2 is naturally written with \(x=g(y)\), so horizontal slices are the natural starting point.

Rotate Example 2 Around the y-axis: Washers

Now rotate Example 2 around the \(y\)-axis.

The region is naturally written as \(x=g(y)\), so the natural slice is horizontal. The axis of rotation is vertical. A horizontal slice is perpendicular to a vertical axis, so it creates washers.

The outer radius is the distance from the \(y\)-axis to \(x=4\):

\[
R=4.
\]

The inner radius is the distance from the \(y\)-axis to \(x=y^2\):

\[
r=y^2.
\]

The washer formula is:

\[
V=\pi\int_0^2(R^2-r^2)\,dy.
\]

Substitute:

\[
V=\pi\int_0^2\left(4^2-(y^2)^2\right)\,dy.
\]

Simplify:

\[
V=\pi\int_0^2(16-y^4)\,dy.
\]

Evaluate:

\[
V=\pi\left[16y-\frac{y^5}{5}\right]_0^2.
\]
\[
V=\pi\left(32-\frac{32}{5}\right)=\frac{128\pi}{5}.
\]

Final answer:

\[
\boxed{V=\frac{128\pi}{5}.}
\]

Plain-language answer: rotating this \(x=g(y)\) region around the \(y\)-axis produces washers.

Washer method example rotating the region between x equals y squared and x equals 4 around the y axis with outer radius 4, inner radius y squared, and volume 128 pi over 5.
Slide 7: For \(x=g(y)\) rotated around a vertical axis, horizontal slices create washers.

Rotate Example 2 Around the x-axis: Shells

Now rotate Example 2 around the \(x\)-axis.

The region is naturally written as \(x=g(y)\), so the natural slice is horizontal. The axis of rotation is also horizontal. A horizontal slice is parallel to a horizontal axis, so it creates a shell.

For a horizontal shell:

  • The radius is the distance from the \(x\)-axis to the slice: \(y\).
  • The height is right minus left: \(4-y^2\).
  • The thickness is \(dy\).

The shell formula is:

\[
V=2\pi\int_0^2(\text{radius})(\text{height})\,dy.
\]

Substitute:

\[
V=2\pi\int_0^2 y(4-y^2)\,dy.
\]

Evaluate:

\[
V=2\pi\int_0^2(4y-y^3)\,dy.
\]
\[
V=2\pi\left[2y^2-\frac{y^4}{4}\right]_0^2.
\]
\[
V=2\pi(8-4)=8\pi.
\]

Final answer:

\[
\boxed{V=8\pi.}
\]

Plain-language answer: rotating this \(x=g(y)\) region around the \(x\)-axis produces shells.

Shell method example rotating the region bounded by x equals y squared, x equals 4, and y equals 0 around the x axis with radius y, height 4 minus y squared, and volume 8 pi.
Slide 8: For \(x=g(y)\) rotated around a horizontal axis, horizontal slices create shells.

The Whole Washer or Shell Rule

The whole decision rule is not “always use washers for the \(x\)-axis” or “always use shells for the \(y\)-axis.”

That is too shallow.

The real rule is:

Function form plus axis direction determines the natural slice. The slice determines washer or shell.

Case Function Form Axis Direction Natural Slice Method
1 \(y=f(x)\) Horizontal axis Vertical \(dx\)-slice Washers
2 \(y=f(x)\) Vertical axis Vertical \(dx\)-slice Shells
3 \(x=g(y)\) Vertical axis Horizontal \(dy\)-slice Washers
4 \(x=g(y)\) Horizontal axis Horizontal \(dy\)-slice Shells

Say it out loud:

Ask function form. Ask axis direction. Choose the slice. Then apply the formula.

Washer and shell method cheat sheet for Calculus 2 showing four cases based on function form and axis direction for volumes of revolution.
Slide 9: Ask for the function form and axis direction, not which formula you remember.

Complete Worked Summary

Example 1 Region: \(y=x^2,\ y=4,\ x=0\)

Natural form:

\[
y=f(x),\qquad 0\le x\le 2.
\]

Around the \(x\)-axis:

\[
V=\pi\int_0^2(16-x^4)\,dx=\frac{128\pi}{5}.
\]

Plain-language formula: rotating the region bounded by \(y=x^2\), \(y=4\), and \(x=0\) around the \(x\)-axis gives \(V=128\pi/5\).

Around the \(y\)-axis:

\[
V=2\pi\int_0^2 x(4-x^2)\,dx=8\pi.
\]

Plain-language formula: rotating the same region around the \(y\)-axis gives \(V=8\pi\).

Example 2 Region: \(x=y^2,\ x=4,\ y=0\)

Natural form:

\[
x=g(y),\qquad 0\le y\le 2.
\]

Around the \(y\)-axis:

\[
V=\pi\int_0^2(16-y^4)\,dy=\frac{128\pi}{5}.
\]

Plain-language formula: rotating the region bounded by \(x=y^2\), \(x=4\), and \(y=0\) around the \(y\)-axis gives \(V=128\pi/5\).

Around the \(x\)-axis:

\[
V=2\pi\int_0^2 y(4-y^2)\,dy=8\pi.
\]

Plain-language formula: rotating the same region around the \(x\)-axis gives \(V=8\pi\).

The formulas change because the slice changes. The slice changes because the axis of rotation changes.

Common Mistakes

Mistake 1: Choosing a formula before choosing a slice

Do not start with a formula. Start with the region, the function form, the axis of rotation, and the slice direction.

Mistake 2: Thinking the \(x\)-axis always means washers

A horizontal axis gives washers when the natural slice is vertical. But if the region is naturally written as \(x=g(y)\), horizontal slices around a horizontal axis create shells.

Mistake 3: Thinking the \(y\)-axis always means shells

A vertical axis gives shells when the natural slice is vertical. But if the region is naturally written as \(x=g(y)\), horizontal slices around a vertical axis create washers.

Mistake 4: Forgetting inner radius

If the rotated slice creates a hole, the washer formula needs both \(R\) and \(r\):

\[
V=\pi\int(R^2-r^2)\,d(\text{slice variable}).
\]

Mistake 5: Mixing up shell radius and shell height

For shells:

\[
V=2\pi\int(\text{radius})(\text{height})\,d(\text{slice variable}).
\]

The radius is the distance from the slice to the axis of rotation. The height is the length of the slice inside the region.

Washer or Shell Checklist

The Woody Calculus Washer or Shell Method

The Woody Calculus method is to memorize the formulas, then make the volume decision before doing algebra.

  1. Draw the region.
  2. Identify the function form: \(y=f(x)\) or \(x=g(y)\).
  3. Identify the axis of rotation: horizontal or vertical.
  4. Choose the natural slice: vertical \(dx\) or horizontal \(dy\).
  5. Ask whether the slice is perpendicular or parallel to the axis.
  6. Use washers for perpendicular slices.
  7. Use shells for parallel slices.
  8. Write the radius, height, outer radius, or inner radius carefully.
  9. Build the integral before simplifying.

Reading the solution is not enough. A serious Calculus 2 student should be able to rewrite the perfect solution from start to finish while saying each step out loud: function form, axis direction, slice direction, washer or shell, radius or height, bounds, integral, and final answer.

The goal is not just to recognize the formula. The goal is to make the decision process automatic.

Washer and Shell Method FAQ

How do I choose washer or shell method?

Choose the method by identifying the function form and the axis of rotation. Washers come from slices perpendicular to the axis. Shells come from slices parallel to the axis.

What is the washer method formula?

The washer method formula is \(V=\pi\int(R^2-r^2)\,d(\text{slice variable})\), where \(R\) is the outer radius and \(r\) is the inner radius.

What is the shell method formula?

The shell method formula is \(V=2\pi\int(\text{radius})(\text{height})\,d(\text{slice variable})\), where the radius is the distance from the slice to the axis of rotation.

When does \(y=f(x)\) use washers?

If the region is naturally written as \(y=f(x)\) and rotated around a horizontal axis, vertical \(dx\)-slices are perpendicular to the axis, so the natural method is washers.

When does \(y=f(x)\) use shells?

If the region is naturally written as \(y=f(x)\) and rotated around a vertical axis, vertical \(dx\)-slices are parallel to the axis, so the natural method is shells.

When does \(x=g(y)\) use washers?

If the region is naturally written as \(x=g(y)\) and rotated around a vertical axis, horizontal \(dy\)-slices are perpendicular to the axis, so the natural method is washers.

When does \(x=g(y)\) use shells?

If the region is naturally written as \(x=g(y)\) and rotated around a horizontal axis, horizontal \(dy\)-slices are parallel to the axis, so the natural method is shells.

Can the same volume problem be solved by both washers and shells?

Yes. Many volume problems can be solved with either method if you rewrite the region correctly. The best method is usually the one that matches the natural function form and avoids unnecessary algebra or piecewise setup.

Master Volumes of Revolution with Woody Calculus

Volumes of revolution are not about guessing formulas. They are about visual structure.

The core chain is:

\[
\text{function form}
\quad\Longrightarrow\quad
\text{axis direction}
\quad\Longrightarrow\quad
\text{slice direction}
\quad\Longrightarrow\quad
\text{washer or shell}
\quad\Longrightarrow\quad
\text{volume integral}.
\]

If you follow that chain, the formulas stop feeling random.

Woody Calculus call to action for mastering Calculus 2 volumes of revolution, washer method, shell method, integration techniques, and AP Calculus BC.
Slide 10: Strategy, understanding, and confidence are the Woody Calculus way.

For students who want structured Calculus 2 help, join the Woody Calculus Mastery Lab. The Mastery Lab helps students build skill through repetition, step-by-step lessons, written solutions, exam-focused systems, and direct support.

You can also visit Woody Calculus on Skool for the learning community.


Explore more Woody Calculus lessons connecting Calculus 2, volumes of revolution, washer method, shell method, applications of integration, hydrostatic force, improper integrals, parametric equations, infinite series, and advanced mathematics.


Private Instruction

Brian M. Woody works privately with a limited number of serious students who need one-on-one help in AP Calculus BC, Calculus II, Calculus III, Differential Equations, and advanced mathematics.

Private instruction is reserved for serious students, requires weekly sessions, requires enrollment in the Woody Calculus Mastery Lab first, and approval is not guaranteed.

Students interested in private instruction can learn more here: Private Math Tutor and Advanced Mathematics Instruction.


About the Author: Brian M. Woody

Brian M. Woody is a professional mathematics educator with more than 25 years of university-level teaching experience. Through Woody Calculus, he provides rigorous, exam-focused training in AP Calculus BC, Calculus II, Calculus III, Differential Equations, Linear Algebra, Abstract Algebra, Real Analysis, and advanced mathematics. His teaching emphasizes clean definitions, formula memorization, visual intuition, pattern recognition, rewriting perfect solutions, and saying each step out loud until the method becomes automatic.


Related University Math Help Pages

Woody Calculus supports students at major universities with structured help in Calculus 2, Calculus 3, Differential Equations, Linear Algebra, and advanced mathematics. For the full list of supported schools, visit the University Calculus Tutor Hub.


Trusted by Students Nationwide

The Woody Calculus Mastery Lab gives university students access to structured mathematics support, written solutions, video lessons, exam-focused training, and expert guidance from Brian M. Woody.

Students use Woody Calculus for Calculus II, Calculus III, Differential Equations, Linear Algebra, Abstract Algebra, and other advanced mathematics courses.

Leave a Reply

Your email address will not be published. Required fields are marked *