Fiveable

โˆซCalculus I Unit 6 Review

QR code for Calculus I practice questions

6.2 Determining Volumes by Slicing

6.2 Determining Volumes by Slicing

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Volumes of Solids

Volumes by cross-sectional integration

The slicing method finds the volume of a solid by integrating the area of its cross-sections along an axis. Think of it like slicing a loaf of bread: each slice has a measurable area, and adding up all those infinitely thin slices gives you the total volume.

Here's how to set it up:

  1. Choose an axis to slice along (x-axis or y-axis).
  2. Identify the cross-section shape at a generic point on that axis. This could be a rectangle, circle, triangle, semicircle, or any other shape.
  3. Write the cross-section area as a function of your chosen variable.
  4. Integrate that area function over the interval defined by the solid's boundaries.

The volume formula:

V=โˆซabA(x)โ€‰dxorV=โˆซcdA(y)โ€‰dyV = \int_{a}^{b} A(x)\, dx \quad \text{or} \quad V = \int_{c}^{d} A(y)\, dy

where A(x)A(x) or A(y)A(y) is the cross-sectional area at a given point, and the limits a,ba, b (or c,dc, d) come from the solid's boundaries along the chosen axis.

A few examples to picture this:

  • A rectangular prism sliced along the x-axis has constant rectangular cross-sections, so A(x)A(x) is just a constant and the integral simplifies to area times length.
  • A cone sliced perpendicular to its axis has circular cross-sections whose radii shrink linearly from base to tip. If the radius at position xx is r(x)r(x), then A(x)=ฯ€[r(x)]2A(x) = \pi [r(x)]^2.

The cross-sectional area perpendicular to the axis of integration is the core building block of every volume-by-slicing problem. Get that expression right, and the rest is just evaluating an integral.

Volumes by cross-sectional integration, Determining Volumes by Slicing ยท Calculus

Disk method for revolution solids

The disk method handles solids formed by revolving a region around an axis. Each cross-section perpendicular to the axis of revolution is a full disk (a filled-in circle), so you only need one function to define the radius.

Steps to set up a disk method integral:

  1. Sketch the region bounded by the function(s) and identify the axis of revolution.
  2. Find the disk radius at a generic point along the axis. The radius is the distance from the axis of revolution to the curve.
  3. Write the cross-sectional area as A=ฯ€r2A = \pi r^2, where rr is expressed in terms of your integration variable.
  4. Integrate over the interval that spans the region.

Volume formulas:

  • Revolution around the x-axis: V=ฯ€โˆซab[f(x)]2โ€‰dxV = \pi \int_{a}^{b} [f(x)]^2\, dx
  • Revolution around the y-axis: V=ฯ€โˆซcd[g(y)]2โ€‰dyV = \pi \int_{c}^{d} [g(y)]^2\, dy

Here f(x)f(x) or g(y)g(y) gives the radius of each disk, and the integration limits mark where the region starts and ends.

Example: Revolve the region under y=x2y = x^2 from x=0x = 0 to x=1x = 1 around the x-axis. At each xx, the disk has radius f(x)=x2f(x) = x^2, so:

V=ฯ€โˆซ01(x2)2โ€‰dx=ฯ€โˆซ01x4โ€‰dx=ฯ€[x55]01=ฯ€5V = \pi \int_{0}^{1} (x^2)^2\, dx = \pi \int_{0}^{1} x^4\, dx = \pi \left[\frac{x^5}{5}\right]_0^1 = \frac{\pi}{5}

A common mistake: make sure the radius is the distance from the curve to the axis of revolution, not just the function value. If you're revolving around y=3y = 3 instead of y=0y = 0, the radius changes to 3โˆ’f(x)3 - f(x).

Volumes by cross-sectional integration, Determining Volumes by Slicing ยท Calculus

Washer method for hollow solids

When the region being revolved doesn't touch the axis of revolution, or when it's bounded by two curves, each cross-section is a washer (a disk with a hole in the middle). You subtract the inner disk's area from the outer disk's area.

Steps to set up a washer method integral:

  1. Sketch the region between the two curves and identify the axis of revolution.

  2. Determine the outer radius RR (distance from the axis to the farther curve) and the inner radius rr (distance from the axis to the closer curve) at a generic point.

  3. Write the cross-sectional area: A=ฯ€(R2โˆ’r2)A = \pi(R^2 - r^2).

  4. Integrate over the interval defined by the region's boundaries.

Volume formulas:

  • Revolution around the x-axis: V=ฯ€โˆซab([f(x)]2โˆ’[g(x)]2)dxV = \pi \int_{a}^{b} \left([f(x)]^2 - [g(x)]^2\right) dx
  • Revolution around the y-axis: V=ฯ€โˆซcd([f(y)]2โˆ’[g(y)]2)dyV = \pi \int_{c}^{d} \left([f(y)]^2 - [g(y)]^2\right) dy

where ff is the outer function (farther from the axis) and gg is the inner function (closer to the axis).

Example: Revolve the region between y=xy = x and y=x2y = x^2 from x=0x = 0 to x=1x = 1 around the x-axis. Since xโ‰ฅx2x \geq x^2 on this interval, the outer radius is R=xR = x and the inner radius is r=x2r = x^2:

V=ฯ€โˆซ01(x2โˆ’x4)dx=ฯ€[x33โˆ’x55]01=ฯ€(13โˆ’15)=2ฯ€15V = \pi \int_{0}^{1} \left(x^2 - x^4\right) dx = \pi \left[\frac{x^3}{3} - \frac{x^5}{5}\right]_0^1 = \pi\left(\frac{1}{3} - \frac{1}{5}\right) = \frac{2\pi}{15}

Watch out: The most common error with washers is mixing up which function is the outer radius and which is the inner radius. Always check which curve is farther from the axis of revolution on the given interval. If you're revolving around an axis other than y=0y = 0 or x=0x = 0, both radii need to be measured as distances from that axis.

Additional Volume Calculation Methods

The cylindrical shells method is an alternative to the disk and washer methods. Instead of slicing perpendicular to the axis of revolution, you integrate thin cylindrical shells that wrap around the axis. This method is especially useful when setting up a disk/washer integral would force you to solve for the other variable or split into multiple integrals.

Shells are typically covered in their own section, but the key idea to keep in mind: all of these volume methods rely on the same principle. You express an infinitesimal piece of volume (whether it's a thin disk, a washer, or a cylindrical shell), then use a definite integral to sum those pieces across the entire solid.

When choosing a method, consider:

  • Disk method when the region touches the axis of revolution and is bounded by one curve.
  • Washer method when there's a gap between the region and the axis, or the region is between two curves.
  • Shells when integrating with respect to the variable perpendicular to the axis of rotation is simpler.

The region you're revolving determines everything: the functions in your integrand, the limits of integration, and which method will be cleanest to use.

2,589 studying โ†’