Study Guide

Disc method around other axes

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

1. Core Concept: Disc Method for Non-Coordinate Axesβ˜…β˜…β˜†β˜†β˜†β± 3 min

The disc method is an integration technique to find the volume of a solid formed by rotating a planar region around a fixed axis, where each cross-section perpendicular to the axis is a solid disc. On the AP Calculus AB exam, you will frequently be asked to rotate around any horizontal or vertical line that is not a coordinate axis.

The core idea of the disc method remains the same regardless of the axis: volume is the integral of the area of cross-sectional discs. The only key difference from the basic method is how we calculate the radius , which equals the distance between the bounding function and the axis of rotation.

V=intΟ€r2dx(integrate with respect to x)V=βˆ«Ο€r2dy(integrate with respect to y)V = int \pi r^2 dx \quad (\text{integrate with respect to } x) \\ V = \int \pi r^2 dy \quad (\text{integrate with respect to } y)

2. Revolution Around a Horizontal Axis ($y = k$, $k \neq 0$)β˜…β˜…β˜†β˜†β˜†β± 4 min

When rotating around a horizontal line of the form where , we always integrate with respect to . This is because cross-sections perpendicular to a horizontal axis are vertical slices, which are integrated along the -axis.

The radius is the vertical distance between the bounding curve and the axis of rotation. Since radius must be positive, , and squaring removes the absolute value, so regardless of whether the curve is above or below the axis.

πŸ“˜ Definition

Volume for rotation around horizontal axis $y=k$

, curve

Volume of revolution is given by the formula:

V=Ο€βˆ«ab[f(x)βˆ’k]2dxV = \pi \int_{a}^{b} \left[ f(x) - k \right]^2 dx
πŸ“ Worked Example

Find the volume of the solid formed by rotating the region bounded by , , , and , around the line .

  1. 1

    Confirm the axis of rotation is the horizontal line , so we integrate with respect to , with given bounds to .

  2. 2

    Calculate the radius: the region is bounded above by and below by the axis , so distance gives:

    r=(x+2)βˆ’(βˆ’1)=x+3r = (x + 2) - (-1) = x + 3
  3. 3

    Write the volume integral:

    V=Ο€βˆ«02(x+3)2dxV = \pi \int_{0}^{2} (x + 3)^2 dx
  4. 4

    Expand and evaluate the integral: , so:

    ∫02x2+6x+9dx=[x33+3x2+9x]02=83+12+18=983\int_{0}^{2} x^2 + 6x + 9 dx = \left[ \frac{x^3}{3} + 3x^2 + 9x \right]_0^2 = \frac{8}{3} + 12 + 18 = \frac{98}{3}
  5. 5

    Multiply by to get the final volume:

    V=983Ο€V = \frac{98}{3}\pi

3. Revolution Around a Vertical Axis ($x = c$, $c \neq 0$)β˜…β˜…β˜…β˜†β˜†β± 5 min

When rotating around a vertical line of the form where , the axis of rotation is vertical, so cross-sections perpendicular to the axis are horizontal slices, meaning we integrate with respect to .

The radius here is the horizontal distance between the curve (expressed as a function of ) and the axis . Again, , so regardless of which side of the axis the curve sits on. If your original function is given as , you rearrange it to solve for as a function of .

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

Find the volume of the solid formed by rotating the region bounded by , , , in the first quadrant, around the line .

  1. 1

    Axis of rotation is the vertical line , so we integrate with respect to , with given bounds to .

  2. 2

    Rewrite the function to get as a function of :

    y=x2β€…β€ŠβŸΉβ€…β€Šx=y(first quadrant)y = x^2 \implies x = \sqrt{y} \quad (\text{first quadrant})
  3. 3

    Calculate the radius: the curve is always left of the axis for , so distance gives:

    r=3βˆ’yr = 3 - \sqrt{y}
  4. 4

    Set up and expand the integral:

    V=Ο€βˆ«04(3βˆ’y)2dy=Ο€βˆ«04(9βˆ’6y1/2+y)dyV = \pi \int_{0}^{4} (3 - \sqrt{y})^2 dy = \pi \int_{0}^{4} (9 - 6y^{1/2} + y) dy
  5. 5

    Evaluate the integral:

    ∫049βˆ’6y1/2+ydy=[9yβˆ’4y3/2+y22]04=36βˆ’32+8=12\int_{0}^{4} 9 - 6y^{1/2} + y dy = \left[ 9y - 4y^{3/2} + \frac{y^2}{2} \right]_0^4 = 36 - 32 + 8 = 12
  6. 6

    Multiply by to get the final volume:

    V=12Ο€V = 12\pi

4. Disc Method for Regions Bounded by Two Intersecting Curvesβ˜…β˜…β˜…β˜†β˜†β± 5 min

Many AP exam problems ask you to rotate a region bounded by two intersecting curves (not a curve and a given coordinate bound) around a non-coordinate axis. When one side of the region is the axis of rotation, the disc method still applies (there is no hole in the middle, so inner radius is zero, unlike the washer method).

The key extra step here is finding the bounds of integration by solving for the points of intersection of the two curves. Once you have bounds, you identify which curve forms the outer edge of the region, then calculate the radius as the distance between this outer curve and the axis of rotation.

πŸ“ Worked Example

Find the volume of the solid formed by rotating the region bounded by and around the line .

  1. 1

    Find intersection points of the two curves to get bounds:

    x2=2xβ€…β€ŠβŸΉβ€…β€Šx(xβˆ’2)=0β€…β€ŠβŸΉβ€…β€Šx=0,x=2x^2 = 2x \implies x(x-2) = 0 \implies x = 0, x = 2
  2. 2

    Confirm the position of the region: for , , so the entire region lies below the axis .

  3. 3

    Calculate the radius: distance between the top edge of the region () and the axis is:

    r=4βˆ’2xr = 4 - 2x
  4. 4

    Set up and evaluate the integral:

    V=Ο€βˆ«02(4βˆ’2x)2dx=Ο€βˆ«02(16βˆ’16x+4x2)dx=Ο€[16xβˆ’8x2+4x33]02=323Ο€V = \pi \int_{0}^{2} (4 - 2x)^2 dx = \pi \int_{0}^{2} (16 - 16x + 4x^2) dx = \pi \left[ 16x - 8x^2 + \frac{4x^3}{3} \right]_0^2 = \frac{32}{3}\pi
βœ“ Quick check

Select the correct integral setup for the problem below:

  1. What is the volume of the solid formed when the region bounded by , , , in the first quadrant, is rotated around the line ?

    Reveal answer
    1 β€”

    Correct! The axis is vertical so we integrate with respect to , rewrite as , radius is , with bounds .

5. Common Pitfalls

Wrong move:

When rotating around , uses instead of .

Why:

Students memorize the basic disc formula for rotation around , so they forget to adjust the radius for a non-zero axis.

Correct move:

Always subtract the axis value from the function value to get distance; this works even for , since .

Wrong move:

When rotating around a vertical non-coordinate axis, integrates with respect to .

Why:

Students get used to always integrating with respect to , and forget that slicing is always perpendicular to the axis of rotation.

Correct move:

For any horizontal axis, integrate with respect to ; for any vertical axis, integrate with respect to .

Wrong move:

When calculating radius, uses the distance between the two bounding curves instead of the distance between the outer curve and the axis of rotation.

Why:

Students confuse disc method for two-curve regions with washer method, and misidentify what the radius measures.

Correct move:

For disc method, radius is always the distance from the edge of the disc (the outer bounding curve) to the center of the disc (the axis of rotation).

Wrong move:

Forgets to rewrite as when rotating around a vertical axis, leaving the integral in terms of .

Why:

Students avoid inverse function rearrangement and incorrectly keep the original variable.

Correct move:

Always solve for as a function of before setting up the integral for rotation around a vertical axis.

Wrong move:

Leaves radius as a negative value after subtraction, leading to confusion about the sign of the final volume.

Why:

Students don't think of radius as a positive distance, and just subtract in the order they read the problem.

Correct move:

Check that before squaring; if it's negative, swap the order of subtraction.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Revolution around horizontal axis

Integrate with respect to ; is distance between curve and axis

Revolution around vertical axis

Integrate with respect to ; rewrite as first

Radius calculation

Radius is always positive; squaring removes absolute value

Horizontal axis integration variable

Perpendicular to horizontal axis is vertical slice, so

Vertical axis integration variable

Perpendicular to vertical axis is horizontal slice, so

Bounds from intersecting curves

Solve for bounds

Always find intersection points before setting up the integral

Disc method requirement

One boundary = axis of rotation

If there is a second boundary between the curve and axis, use washer method

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 Β· AB FRQ

    Volume around non-coordinate axis

  • 2022 Β· AB MCQ

    Correct integral setup

Going deeper

  • Unit OverviewAP Calculus AB Unit 8 Overview

What's Next

Mastering disc method around non-coordinate axes is a critical prerequisite for more advanced volume problems in AP Calculus AB. This topic builds directly on the basic disc method you learned earlier, and feeds into the larger Unit 8 learning objective of finding volumes of solids of revolution, which is a heavily tested topic on the AP exam. Without correctly calculating the radius for non-coordinate axes, you will not be able to set up the correct integrals for more complex volume problems, which often make up a full free-response question on the exam. The skills you practiced here for radius calculation and integral setup transfer directly to all other volume of revolution techniques you will learn next.