Welcome to the Washer Method!

In the previous chapters, you learned how to find the volume of a solid when it is completely "solid" throughout (the Disc Method). But what happens if the object has a hole in the middle? Think of a donut, a pipe, or a cooling tower. That is where the Washer Method comes in!

This chapter is a key part of Unit 8: Applications of Integration. Don't worry if it feels a bit "3D" and abstract at first—we will break it down into simple, repeatable steps that work every time.

What is a "Washer"?

In hardware stores, a washer is a thin, flat metal ring used with a bolt. In Calculus, a washer is simply a disc with a smaller disc removed from the center.

If you know how to find the area of a circle (\(A = \pi r^2\)), you already know the logic behind the Washer Method. To find the area of the "ring" part of a washer, you take the area of the big outer circle and subtract the area of the small inner hole:

Area of a Washer = Area of Outer Circle \(-\) Area of Inner Circle

\(Area = \pi (R)^2 - \pi (r)^2 = \pi (R^2 - r^2)\)

Where:
\(R\) = Outer Radius (the distance from the axis of rotation to the outer curve)
\(r\) = Inner Radius (the distance from the axis of rotation to the inner curve)

The General Formula

When we rotate a region bounded by two curves around an axis, we create a solid with a hole. To find the total volume, we "add up" (integrate) an infinite number of these thin washers from the starting point \(a\) to the ending point \(b\).

Revolving Around a Horizontal Axis (x-axis or \(y = k\))

If we are revolving around the x-axis or any horizontal line, our radii are vertical, so everything must be in terms of \(x\):

\(V = \pi \int_{a}^{b} ([R(x)]^2 - [r(x)]^2) dx\)

Revolving Around a Vertical Axis (y-axis or \(x = h\))

If we are revolving around the y-axis or any vertical line, our radii are horizontal, so everything must be in terms of \(y\):

\(V = \pi \int_{c}^{d} ([R(y)]^2 - [r(y)]^2) dy\)

Key Takeaway: The washer is always perpendicular to the axis of revolution. If the axis is horizontal, use \(dx\). If the axis is vertical, use \(dy\).

Step-by-Step: How to Solve Volume Problems

Follow these steps to avoid getting overwhelmed:

  1. Sketch the Region: Draw the two curves and shade the area between them.
  2. Identify the Axis of Revolution: Draw a dashed line for the axis you are spinning around.
  3. Find the Radii:
    Outer Radius (\(R\)): Draw a line from the axis to the curve that is farther away.
    Inner Radius (\(r\)): Draw a line from the axis to the curve that is closer.
  4. Set up the Integral: Plug your \(R\) and \(r\) into the formula. Don't forget the \(\pi\)!
  5. Find the Limits of Integration: These are the points where the two curves intersect (set the functions equal to each other if they aren't given).
  6. Integrate: Evaluate the integral either by hand or using a calculator (if permitted).

Topic 8.11: Revolving Around the x- or y-Axis

When the axis is the x-axis (\(y = 0\)):

  • \(R(x) = |f(x)|\) (the top function)
  • \(r(x) = |g(x)|\) (the bottom function)

When the axis is the y-axis (\(x = 0\)):

  • \(R(y) = |f(y)|\) (the right-most function)
  • \(r(y) = |g(y)|\) (the left-most function)

Example: Rotate the region bounded by \(y = x^2\) and \(y = \sqrt{x}\) around the x-axis.
From \(x = 0\) to \(x = 1\), the curve \(\sqrt{x}\) is on top.
\(R(x) = \sqrt{x}\) and \(r(x) = x^2\).
Setup: \(V = \pi \int_{0}^{1} ((\sqrt{x})^2 - (x^2)^2) dx\).

Topic 8.12: Revolving Around Other Axes

Sometimes the AP exam will ask you to rotate around a line like \(y = 5\) or \(x = -2\). The logic is the same: Distance = Far - Near.

Horizontal Axis \(y = k\):

If the axis is above the region: \(Radius = |k - function|\)
If the axis is below the region: \(Radius = |function - k|\)

Vertical Axis \(x = h\):

If the axis is to the right of the region: \(Radius = |h - function|\)
If the axis is to the left of the region: \(Radius = |function - h|\)

Pro-tip: Since we square the radii in the formula, the order of subtraction inside the radius doesn't change the final answer, but keeping it "Top - Bottom" or "Right - Left" helps you stay organized!

Common Mistakes to Avoid

1. The "Square it Together" Mistake:
This is the most common error! Many students write \((R - r)^2\).
Correct: \(R^2 - r^2\)
Incorrect: \((R - r)^2\)
Think of it this way: You are subtracting two separate volumes, not subtracting the lengths first.

2. Forgetting \(\pi\):
It’s easy to leave \(\pi\) out when doing the math. Write it outside the integral immediately so you don't forget it in your final answer.

3. Wrong Variable:
If you are revolving around a vertical axis (like the y-axis), your functions must be solved for \(x\) (e.g., \(x = \sqrt{y}\)) and your limits must be y-values.

Calculator Tips for the AP Exam

On Section I Part B and Section II Part A of the AP exam, a graphing calculator is required. Here is how to handle Washer Method problems effectively:

  • Store your functions: If you have complex functions, store them as \(Y_1\) and \(Y_2\) in your calculator.
  • Numerical Integration: Use the fnInt (or equivalent) feature. You do not need to find the antiderivative by hand if it's a calculator-active question.
  • Write the Setup: On the Free-Response Section (FRQ), you must write the definite integral on your paper exactly as it would look before you put it into the calculator. Simply writing a decimal answer will result in lost points.
  • Rounding: Final answers should be rounded or truncated to three decimal places unless otherwise specified.

Quick Review

  • Use the Washer Method when there is a gap between the region and the axis of rotation.
  • Formula: \(V = \pi \int (R_{outer}^2 - r_{inner}^2) \).
  • Vertical axis \(\implies\) \(dy\) integral.
  • Horizontal axis \(\implies\) \(dx\) integral.
  • Always identify your radii by drawing a line from the axis to the curves!