Fiveable

♾️AP Calculus AB/BC Unit 8 Review

QR code for AP Calculus AB/BC practice questions

8.10 Volume with Disc Method: Revolving Around Other Axes

8.10 Volume with Disc Method: Revolving Around Other Axes

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The disc method still works when you revolve a region around a line other than the x- or y-axis, like y=2y=2 or x=3x=3. The radius becomes the distance from the function to that shifted axis, such as R=f(x)kR=|f(x)-k| for a horizontal line y=ky=k or R=g(y)hR=|g(y)-h| for a vertical line x=hx=h. For AP Calculus, define the radius as a distance before squaring it in the volume integral.

Why This Matters for the AP Calculus Exam

Volumes of solids of revolution are a regular part of AP Calculus, and shifting the axis of rotation is a common twist on the standard disc problem. On free-response questions, you are expected to write a correct integral with proper notation before you compute, so being able to set up an expression like V=πab[f(x)k]2dxV = \pi \int_a^b [f(x) - k]^2 \, dx matters for clear exam work. These problems test whether you can read a region from a graph, pick the right variable to integrate with respect to, and adjust the radius for an axis that is not at the origin.

Key Takeaways

  • The radius is the perpendicular distance from the curve to the axis of rotation, not just the function value.
  • For a horizontal axis y=ky=k, integrate with respect to xx: V=πab[f(x)k]2dxV = \pi \int_a^b [f(x) - k]^2 \, dx.
  • For a vertical axis x=hx=h, integrate with respect to yy: V=πcd[g(y)h]2dyV = \pi \int_c^d [g(y) - h]^2 \, dy.
  • Use absolute value when needed so the radius stays positive, and remember the square keeps it positive anyway.
  • Find your limits of integration from given values or from where curves intersect each other or the axis.
  • Always draw the region and the axis first so you can see the radius clearly.

Revolving Around Other Axes

"Revolving around other axes" means a region spins around a horizontal line like y=5y=5 or a vertical line like x=3x=3 instead of the x- or y-axis. AP Calculus sticks to horizontal and vertical lines, so you will not see rotation around slanted lines.

If you want a refresher on the standard disc method first, check the 8.9 guide.

The Core Idea

Volume comes from stacking up many thin circular cross sections (discs). Each disc has area πR2\pi R^2, so the volume is the integral of that area over the region:

V=πR2dxorV=πR2dyV = \pi \int R^2 \, dx \quad \text{or} \quad V = \pi \int R^2 \, dy

The only thing that changes when the axis moves is how you find RR.

Step 1: Pick Your Variable

  • Rotate around a horizontal line (like y=7y=7 or the x-axis): integrate with respect to xx.
  • Rotate around a vertical line (like x=4x=4 or the y-axis): integrate with respect to yy.

Quick memory hook: horizontal rotation goes with xx, vertical rotation goes with yy.

Step 2: Find the Radius

The radius is the distance between the curve and the axis of rotation, not the height of the function by itself. That is the part that changes for a shifted axis.

  • Axis y=ky = k (horizontal): R(x)=f(x)kR(x) = |f(x) - k|
  • Axis x=hx = h (vertical): R(y)=g(y)hR(y) = |g(y) - h|

For example, if you revolve y=f(x)y = f(x) around the line y=2y = 2, the radius is f(x)2f(x) - 2. If the curve sits below the axis, subtracting still works as long as you square the result, which keeps the area positive.

Step 3: Set Up the Integral

Combine the radius with πR2\pi R^2:

cdπ(f(x)b)2dxorcdπ(f(y)a)2dy\int_{c}^{d}\pi (f(x)-b)^2 \, dx \quad \text{or} \quad \int_{c}^{d}\pi (f(y)-a)^2 \, dy

Use the first form for a horizontal axis y=by = b and the second for a vertical axis x=ax = a.

Finding the Limits

The bounds cc and dd are either given directly in the problem or come from intersection points. To find them algebraically, set f(x)=g(x)f(x) = g(x), or set f(x)=0f(x) = 0, or set the function equal to whatever line the problem names. Graphing the region makes these limits easy to see.

How to Use This on the AP Calculus Exam

Free Response

Write the integral with correct notation before evaluating. A clean setup like

V=πab[f(x)k]2dxV = \pi \int_{a}^{b} [f(x) - k]^2 \, dx

shows your reasoning and is important for clear exam work. Make sure the square is outside the parentheses and that you used the distance to the shifted axis, not just f(x)f(x).

Problem Solving

  1. Sketch the region and the axis of rotation.
  2. Decide horizontal (use xx) or vertical (use yy).
  3. Write the radius as the distance from the curve to the axis.
  4. Find the limits from given values or intersections.
  5. Integrate and, if needed, evaluate with a calculator.

Common Trap

Subtracting a negative constant flips to addition. If the axis is y=3y = -3 and the curve is f(x)f(x), then R=f(x)(3)=f(x)+3R = f(x) - (-3) = f(x) + 3. Forgetting this sign change is one of the most common setup errors.

Practice Problem

Rotate the region bounded by y=10e2xy=10e^{2x} between x=2x=-2 and x=1x=-1 about the line y=3y=-3.

Try it, then check the solution below.

Solution

The general form is cdπ(f(x)b)2dx\int_{c}^{d}\pi (f(x)-b)^2 \, dx or cdπ(f(y)a)2dy\int_{c}^{d}\pi (f(y)-a)^2 \, dy. Since we revolve around a horizontal line, use the first form with xx.

The bounds are given directly: 2-2 and 1-1. Here f(x)=10e2xf(x) = 10e^{2x} and the axis is y=3y = -3, so b=3b = -3. Because we subtract a negative, the radius becomes 10e2x+310e^{2x} + 3.

21π(10e2x+3)2dx\int_{-2}^{-1}\pi (10e^{2x}+3)^2 \, dx

For a refresher on evaluating integrals, see the integration and accumulation guide.

Pull out the constant using af(x)dx=af(x)dx\int a f(x) \, dx = a \int f(x) \, dx:

π21(10e2x+3)2dx\pi \int_{-2}^{-1} (10e^{2x}+3)^2 \, dx

Expand the square:

π21(100e4x+60e2x+9)dx\pi \int_{-2}^{-1} (100e^{4x}+60e^{2x}+9) \, dx

Integrate term by term:

π(25e4x+30e2x+9x)21\pi (25e^{4x}+30e^{2x}+9x) \Biggr|_{-2}^{-1}

If you want to check, take the derivative of the antiderivative and confirm it matches the integrand.

Plug in 1-1 and 2-2 and subtract:

π(25e4+30e29)π(25e8+30e418)\pi (25e^{-4}+30e^{-2}-9)-\pi (25e^{-8}+30e^{-4}-18)

which simplifies to

π(25e85e4+30e2+9)\pi (-25e^{-8}-5e^{-4}+30e^{-2}+9)

This is about 40.740.7. Don't forget the factor of π\pi at the end.

Common Misconceptions

  • Using f(x)f(x) as the radius when the axis is shifted. The radius is always the distance from the curve to the axis, so subtract the axis line. For y=ky = k, use f(x)kf(x) - k, not just f(x)f(x).
  • Mixing up the integration variable. Horizontal axes pair with dxdx and vertical axes pair with dydy. Choosing the wrong one usually means you cannot even set up the integral correctly.
  • Sign mistakes with negative axes. Subtracting a negative number adds. Revolving around y=3y = -3 gives a radius of f(x)+3f(x) + 3, not f(x)3f(x) - 3.
  • Forgetting to square the whole radius. The area of a disc is πR2\pi R^2, so the entire expression (f(x)k)(f(x) - k) gets squared, not just f(x)f(x).
  • Confusing the disc method with the washer method. If the axis passes through the region or the region has a gap from the axis, you get a hole and need washers instead of solid discs.
  • Dropping the π\pi. Every disc area carries a factor of π\pi, so keep it through the whole calculation.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

definite integral

The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

disc method

A technique for finding the volume of a solid of revolution by integrating the cross-sectional areas of circular discs perpendicular to the axis of rotation.

solids of revolution

Three-dimensional solids formed by rotating a two-dimensional region around an axis.

Frequently Asked Questions

How do you use the disc method around an axis that is not the x-axis or y-axis?

Use the same disc method, but make the radius the distance from the curve to the shifted axis. For a horizontal axis y = k, the radius is the vertical distance from the curve to y = k. For a vertical axis x = h, the radius is the horizontal distance from the curve to x = h.

What is the disc method formula around y = k?

For a region revolved around a horizontal line y = k, use vertical slices and integrate with respect to x. The setup is volume equals pi times the integral of the radius squared, where the radius is the distance between the function and y = k.

When do I integrate with respect to y for the disc method?

Integrate with respect to y when the axis of rotation is vertical, such as x = 3 or x = -1. Your slices should be perpendicular to the axis, so vertical axes use horizontal slices.

How do I find the radius when revolving around y = -3?

The radius is the distance from the curve to y = -3. If the curve is y = f(x), that distance is f(x) minus negative 3, which becomes f(x) + 3 before you square it in the volume integral.

What is the difference between disc method and washer method?

Use the disc method when the cross section is solid with no hole. Use the washer method when the region leaves a gap around the axis, creating an outer radius and an inner radius. Around shifted axes, the key is still measuring each radius from the axis of rotation.

What is the most common AP Calculus 8.10 mistake?

The most common mistake is using the function value as the radius instead of the distance to the shifted axis. Always draw the axis and measure the perpendicular distance from the axis to the curve or boundary.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot