Study Guide

Disc 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 Disc Methodβ˜…β˜…β˜†β˜†β˜†β± 3 min

The disc method (alternately spelled disk method, both are acceptable on the AP exam) is an integration technique to calculate the volume of a 3D solid formed by rotating a 2D region around a coordinate axis (the x-axis or y-axis).

The method gets its name from its core approach: we slice the solid perpendicular to the axis of rotation, so each slice is a thin circular disc. We sum the volumes of all thin discs via integration to get the total volume of the solid.

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

When rotating a region around the x-axis (a horizontal axis), we slice perpendicular to the x-axis, so each slice has a thickness of . The radius of any disc at position is the vertical distance from the x-axis (the axis of rotation, ) up to the boundary curve .

V=Ο€βˆ«ab[f(x)]2dxV = \pi \int_{a}^{b} \left[f(x)\right]^2 dx

For a region bounded by , the x-axis, , and , this formula gives the total volume of revolution. No reworking of the original function is required here, since we integrate directly with respect to .

πŸ“ Worked Example

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

  1. 1

    Identify bounds of integration: The region starts at , where meets the x-axis, and ends at the given boundary , so , .

  2. 2

    Identify the radius: At any , the distance from the x-axis to the curve is .

  3. 3

    Substitute into the disc method formula:

  4. 4
    V=Ο€βˆ«04(x)2dx=Ο€βˆ«04xdxV = \pi \int_{0}^{4} \left(\sqrt{x}\right)^2 dx = \pi \int_{0}^{4} x dx
  5. 5

    Evaluate the definite integral:

  6. 6
    Ο€[12x2]04=Ο€(12(16)βˆ’0)=8Ο€\pi \left[\frac{1}{2}x^2\right]_0^4 = \pi \left(\frac{1}{2}(16) - 0\right) = 8\pi
  7. 7

    The total volume of the solid is cubic units.

Exam tip:

On AP FRQ, always write out the full integral setup before evaluating. You will earn most points for the correct setup, even if you make a small arithmetic error in the final calculation.

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

When rotating a region around the y-axis (a vertical axis), the disc method requires slicing perpendicular to the y-axis, so each slice has thickness , and we integrate with respect to . This means we must rewrite the boundary function as , a function of , because the radius of the disc at position is the horizontal distance from the y-axis (the axis of rotation, ) out to the curve.

V=Ο€βˆ«cd[g(y)]2dyV = \pi \int_{c}^{d} \left[g(y)\right]^2 dy
πŸ“ Worked Example

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

  1. 1

    Rewrite the function as in terms of : .

  2. 2

    Identify bounds of integration: The region runs from , where the curve meets the y-axis, to the given boundary , so , .

  3. 3

    Radius at any is , the distance from the y-axis to the curve.

  4. 4

    Substitute into the formula:

  5. 5
    V=Ο€βˆ«08(y1/3)2dy=Ο€βˆ«08y2/3dyV = \pi \int_{0}^{8} \left(y^{1/3}\right)^2 dy = \pi \int_{0}^{8} y^{2/3} dy
  6. 6

    Evaluate the integral:

  7. 7
    Ο€[y5/35/3]08=Ο€β‹…35(85/3)=3Ο€5(32)=96Ο€5\pi \left[\frac{y^{5/3}}{5/3}\right]_0^8 = \pi \cdot \frac{3}{5} (8^{5/3}) = \frac{3\pi}{5}(32) = \frac{96\pi}{5}
  8. 8

    The total volume of the solid is (or ) cubic units.

Exam tip:

If your function cannot be easily rewritten as in terms of , the disc method is not the most efficient approach for rotation around the y-axis, and you should use the shell method instead. AP problems will never force you to use disc when it is impractical.

4. Finding Bounds from Intersecting Curvesβ˜…β˜…β˜…β˜†β˜†β± 4 min

Most AP exam problems do not give you explicit bounds for integration. Instead, you are given a region bounded by two or more curves, and you must first find their intersection points to get the limits of integration. For the disc method, the region must be bounded on one side by the axis of rotation and on the other side by the curve, so intersection points give your bounds.

πŸ“ Worked Example

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

  1. 1

    Find bounds by solving for where the curve intersects the x-axis (): and , so , .

  2. 2

    Confirm the region is between the x-axis (axis of rotation) and the curve: For all between and , is non-negative, so the entire region sits between (axis) and the curve, so disc method applies.

  3. 3

    Radius at any is , so the volume integral is:

  4. 4
    V=Ο€βˆ«βˆ’22(4βˆ’x2)2dxV = \pi \int_{-2}^{2} (4 - x^2)^2 dx
  5. 5

    Simplify and evaluate:

  6. 6
    V=Ο€[16xβˆ’83x3+15x5]βˆ’22=512Ο€15V = \pi \left[16x - \frac{8}{3}x^3 + \frac{1}{5}x^5\right]_{-2}^{2} = \frac{512\pi}{15}
  7. 7

    The total volume of the solid is cubic units.

Exam tip:

If the region is symmetric across the y-axis (like this example), you can integrate from to and double the result to cut your calculation time in half.

5. Common Pitfalls

Wrong move:

Rotating around the y-axis with the disc method, integrate with respect to x using the original function, leaving the integral as .

Why:

Confuses disc method around y-axis with shell method around y-axis, which does integrate with respect to x.

Correct move:

Always rewrite your function as x in terms of y, set up the integral with respect to y, and confirm all terms are in y before integrating.

Wrong move:

Forgets to square the radius when setting up the integral, writing instead of .

Why:

Confuses the area of a circle () with the circumference () from the shell method.

Correct move:

Always add the step "Area of disc = Ο€rΒ²" to your FRQ setup to remind yourself to square the radius.

Wrong move:

Uses the disc method when the region being rotated does not touch the axis of rotation, leading to an undercalculated volume.

Why:

Forgets that disc method is for solid cross-sections with no hole; a gap between the region and axis creates a hole that needs the washer method.

Correct move:

Before setting up the integral, check if there is a gap between the region and the axis between your bounds; if there is a gap, use washer method instead of disc.

Wrong move:

Uses x-bounds for a disc method integral around the y-axis.

Why:

Mixes up which variable matches which axis of rotation for disc method.

Correct move:

Follow the rule: for disc method, integrate with respect to the same variable as the axis of rotation: x-axis β†’ integrate dx, y-axis β†’ integrate dy.

Wrong move:

Squares a binomial incorrectly, writing instead of .

Why:

Forgets the middle term when expanding squared binomials, a common algebraic error.

Correct move:

Always expand squared binomials step by step, or use your calculator to evaluate the integral of the unexpanded squared function to avoid this error.

Wrong move:

Squares the formula's Ο€ when the radius already contains a Ο€, writing when .

Why:

Confuses the constant Ο€ from the area formula with constants inside the radius.

Correct move:

Separate the formula's Ο€ from any internal constants: if , then .

6. Quick Reference Cheatsheet

Category

Formula

Notes

Volume: rotation around x-axis (disc)

Applies when region is bounded by , x-axis, , ; integrate with respect to x.

Volume: rotation around y-axis (disc)

Applies when region is bounded by , y-axis, , ; rewrite function as x in terms of y, integrate with respect to y.

Radius for x-axis rotation

Distance from x-axis () to the curve .

Radius for y-axis rotation

Distance from y-axis () to the curve .

Finding bounds from intersections

Set for x-axis intersection, for y-axis intersection

Bounds are the coordinates of the intersection points of the boundary curves.

Symmetry shortcut

for symmetric region to

Cuts calculation time in half on the exam.

Mass for uniform density

Applies to real-world problems with constant density, where is density per unit volume.

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 MCQ

    Volume around x-axis via disc method

  • 2022 Β· BC FRQ

    Volume around y-axis via disc method

What's Next

Mastering the disc method is an essential prerequisite for the washer method, which extends the disc method to solids of revolution with a central hole, and the cylindrical shells method, another common approach to calculating volumes of revolution around the x- and y-axis. Without correctly setting up disc method integrals and understanding the core slicing intuition, you will struggle to distinguish between disc, washer, and shell methods, a commonly tested skill on both AP Calculus MCQ and FRQ sections. This topic is part of the larger unit on applications of integration, which also includes finding arc length, surface area of revolution, and work done by a variable force, all of which rely on the same slicing-and-summing-via-integration framework you learned here.