Study Guide

Washer method around the x- or y-axis

AP Calculus BCΒ· AP Calculus BC CED β€” Applications of IntegrationΒ· 14 min read

1. Core Concept of the Washer Methodβ˜…β˜…β˜†β˜†β˜†β± 2 min

The washer method is an integration technique to find the volume of a solid of revolution formed when a region between two curves is rotated around a horizontal or vertical axis. When the rotated region does not touch the axis of rotation, a cross-section cut perpendicular to the axis is a washer: a circular disk with a smaller concentric hole, giving the method its name.

It differs from the simpler disk method, which applies when the region touches the axis (leaving no hole), by accounting for the empty volume between the region's inner boundary and the rotation axis. This topic falls within Unit 8, which counts for 10-15% of your total AP Calculus BC exam score.

πŸ“˜ Definition

Washer Method

Integration technique for volume of revolution that integrates cross-sectional area of annular washers perpendicular to the axis of rotation.

Example:

Used for regions between two curves rotated around an axis, creating a hollow solid.

2. Washer Method for Rotation Around the x-Axisβ˜…β˜…β˜†β˜†β˜†β± 4 min

When rotating around the horizontal x-axis, we cut cross-sections perpendicular to the x-axis, so we integrate with respect to . For a region bounded above by (farther from the x-axis) and below by (closer to the x-axis) between and , the area of a single washer at position is the area of the outer circle minus the area of the inner circle:

A(x)=Ο€[R(x)]2βˆ’Ο€[r(x)]2=Ο€([R(x)]2βˆ’[r(x)]2)A(x) = \pi [R(x)]^2 - \pi [r(x)]^2 = \pi\left([R(x)]^2 - [r(x)]^2\right)

Integrating the area across the full interval of gives the total volume formula:

V=Ο€βˆ«ab([R(x)]2βˆ’[r(x)]2)dxV = \pi \int_a^b \left( [R(x)]^2 - [r(x)]^2 \right) dx
πŸ“ Worked Example

Find the volume of the solid formed when the region bounded by and is rotated around the x-axis.

  1. 1

    Find intersection points to get integral bounds. Set , which simplifies to . Intersections are at and , so , .

  2. 2

    Identify outer and inner radii. Test (inside the interval): , so is farther from the x-axis. Thus , .

  3. 3

    Substitute into the volume formula:

  4. 4
    V=Ο€βˆ«02((2x)2βˆ’(x2)2)dx=Ο€βˆ«02(4x2βˆ’x4)dxV = \pi \int_0^2 \left( (2x)^2 - (x^2)^2 \right) dx = \pi \int_0^2 (4x^2 - x^4) dx
  5. 5

    Evaluate the definite integral to get the final volume:

  6. 6
    ∫02(4x2βˆ’x4)dx=[4x33βˆ’x55]02=323βˆ’325=6415,V=64Ο€15\int_0^2 (4x^2 - x^4) dx = \left[ \frac{4x^3}{3} - \frac{x^5}{5} \right]_0^2 = \frac{32}{3} - \frac{32}{5} = \frac{64}{15}, \quad V = \frac{64\pi}{15}

Exam tip:

Always confirm which function is farther from the axis of rotation by testing a value in the interval between intersections; do not assume higher-degree functions are always inner or outer.

3. Washer Method for Rotation Around the y-Axisβ˜…β˜…β˜…β˜†β˜†β± 4 min

When rotating around the vertical y-axis, we cut cross-sections perpendicular to the y-axis, so we must express all boundaries as in terms of , and integrate over the interval of values. For a region bounded right by (farther from the y-axis) and left by (closer to the y-axis) between and , the volume formula is:

V=Ο€βˆ«cd([R(y)]2βˆ’[r(y)]2)dyV = \pi \int_c^d \left( [R(y)]^2 - [r(y)]^2 \right) dy

The only change from rotation around the x-axis is that we integrate with respect to . If the AP exam explicitly asks for the washer method, you must use this approach even if the shells method is computationally easier.

πŸ“ Worked Example

Find the volume of the solid formed when the region bounded by , , and is rotated around the y-axis.

  1. 1

    Rewrite as in terms of : , using the positive root since in this region.

  2. 2

    Find bounds for : the region spans from to , so , .

  3. 3

    Identify outer and inner radii: the rightmost boundary is , which is farther from the y-axis than the left boundary , so , .

  4. 4

    Substitute into the volume formula and evaluate:

  5. 5
    V=Ο€βˆ«08y2/3dy=Ο€[3y5/35]08=Ο€(35β‹…32)=96Ο€5V = \pi \int_0^8 y^{2/3} dy = \pi \left[ \frac{3 y^{5/3}}{5} \right]_0^8 = \pi \left(\frac{3}{5} \cdot 32\right) = \frac{96\pi}{5}

Exam tip:

If your original functions are given as , do not forget to solve explicitly for in terms of before setting up the integral; integrating with respect to for the washer method around a vertical axis is always incorrect.

4. Washer Method for Shifted Axes of Rotationβ˜…β˜…β˜…β˜…β˜†β± 5 min

The washer method generalizes to any horizontal or vertical axis of rotation, not just the x-axis () or y-axis (). The core rule for radii stays the same: the radius of any boundary curve is the absolute distance between the curve and the axis of rotation, regardless of where the axis is located.

For a horizontal axis at , we still integrate with respect to , with radii and . For a vertical axis at , we integrate with respect to , with radii and . The volume formula remains the same after substituting these radii.

πŸ“ Worked Example

Find the volume of the solid formed when the region bounded by and is rotated around the horizontal line .

  1. 1

    Bounds for are still the intersection points from our earlier example: , .

  2. 2

    Calculate the distance from each boundary to the axis . Since both boundaries are above , distances are positive: for , distance is ; for , distance is .

  3. 3

    Between and , , so , meaning and .

  4. 4

    Substitute, expand, and evaluate:

  5. 5
    V=Ο€βˆ«02((2x+2)2βˆ’(x2+2)2)dx=Ο€βˆ«02(8xβˆ’x4)dxV = \pi \int_0^2 \left( (2x+2)^2 - (x^2+2)^2 \right) dx = \pi \int_0^2 (8x - x^4) dx
  6. 6
    =Ο€[4x2βˆ’x55]02=Ο€(16βˆ’325)=48Ο€5= \pi \left[ 4x^2 - \frac{x^5}{5} \right]_0^2 = \pi \left(16 - \frac{32}{5}\right) = \frac{48\pi}{5}

Exam tip:

Shifted axes are one of the most commonly tested variations on AP FRQ. Always calculate the distance from the axis to every boundary before identifying inner and outer radii.

5. Common Pitfalls

Wrong move:

For rotation around the y-axis, leave functions as and integrate with respect to

Why:

You confuse the washer method with the shell method, which integrates with respect to for vertical rotation axes

Correct move:

Always solve for as a function of and integrate with respect to when using washer method for any vertical axis.

Wrong move:

Write the integrand as instead of

Why:

You incorrectly factor the square when subtracting the areas of the two circles

Correct move:

Always expand the area subtraction first: , never .

Wrong move:

When rotating around a horizontal axis , subtract only from the outer radius, not the inner radius

Why:

You assume the inner radius is still measured from the origin, not the new axis of rotation

Correct move:

Calculate the distance from the axis of rotation to every boundary curve before identifying inner and outer radii.

Wrong move:

Do not split the integral when the inner/outer radius changes at an intermediate point in the interval

Why:

You do not check if the region boundary changes across the integration interval

Correct move:

Test boundaries at multiple points across the interval; split the integral at any point where the identity of inner or outer radius changes.

Wrong move:

Use the washer method when the region is bounded by one curve and touches the axis of rotation

Why:

You confuse the washer and disk methods; there is no hole so you do not need to subtract an inner area

Correct move:

If the region touches the axis, use the disk method, which is just a special case of the washer method with inner radius .

6. Quick Reference Cheatsheet

Category

Formula

Notes

Washer around x-axis

= outer radius (farther from x-axis), = x-bounds

Washer around y-axis

= outer radius (farther from y-axis), = y-bounds

Washer around horizontal

, , = larger distance

Washer around vertical

, , = larger distance

Area of one washer

Never use , the most common student error

Special case: disk method

(x-axis)

Disk method = washer with inner radius

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC

    FRQ volume of revolution problem

  • 2022 Β· BC

    MCQ correct integral setup

What's Next

Mastery of the washer method is required for all further topics involving volumes of revolution, which are a regular component of both multiple-choice and free-response questions on the AP Calculus BC exam. The washer method reinforces the core conceptual idea of integrating cross-sectional area to find total volume, which unifies all applications of integration. Next, you will learn the cylindrical shells method, an alternative approach for volumes of revolution that is often easier for rotation around vertical axes when you cannot easily solve for as a function of . You will also apply washer method reasoning to find volumes of solids with arbitrary known cross-sections, another core topic in Unit 8. Without mastering the process of identifying inner and outer radii and setting up the correct definite integral, these subsequent topics will be much harder to master.