Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
8.1 Average value of a function
8.2 Motion with integrals
8.3 Area between curves
8.4 Volume
8.4.1 Using cross sections
8.4.2 Disk method
8.4.3 Washer method
Wrapping up
Achievable logoAchievable logo
8.4.1 Using cross sections
Achievable AP Calculus AB
8. Applications of integrals
8.4. Volume
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Using cross sections

9 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • Volume by slicing: Set up definite integrals that accumulate cross-sectional areas to find 3D volumes.
  • Known cross sections: Apply area templates for squares, rectangles, triangles, and circles based on base length s.

Previously, we found the areas of 2D regions by summing the areas of infinitely many thin rectangles. Similarly, the volume of a 3D solid can be found by summing the areas of infinitely many thin cross-sectional slices.

For these solids, the 2D region serves as the base, and the cross sections extend vertically out of the page. Because the distance between the bounding functions varies across the interval, the base side length, s, of each cross section changes. the area of each cross section changes. This variable side length determines the cross-sectional area function, A(x) or A(y). Integrating this area function over the interval accumulates the slices to give the total volume of the solid.

To see what solids with certain cross sections look like, visit this GeoGebra application.

Slices perpendicular to the x-axis (dx):

V=∫ab​A(x)dxwhere s=Top−Bottom

Perpendicular to the y-axis (dy):

V=∫cd​A(y)dywhere s=Right−Left

Geometric area formulas

For all shapes, first find the base length s (the distance between the boundary curves) and then plug it into the matching area formula:

Cross-Sectional Shape Area Formula A(s) Notes
Square s2 Base s is the entire side.
Rectangle s⋅h Height h is given as a constant or a function of s.
Equilateral triangle 43​​s2 Do not confuse with standard triangles.
Isosceles right triangle (leg on base) 21​s2 The base s is one of the perpendicular legs.
Isosceles right triangle (hypotenuse on base) 41​s2 The base s is the hypotenuse (21​(2​s​)2).
Semicircle 8π​s2 The base s is the diameter, so radius r=2s​.
Quarter circle 4π​s2 The base s is the full radius (r=s).

Example 1 Squares (s2)

The region bounded by y=x​,y=−x​, and x=4 forms the base of a solid. Find the volume if cross sections are squares perpendicular to:

a) The x-axis.

b) The y-axis.

Solutions

a) Perpendicular to x-axis (dx)

(spoiler)

Sketch the region and draw vertical slice from the upper function to the lower function. The length of this slice is the base, s.

Note: The square cross sections extend directly out of the page toward you, using s as their bottom edge.

s is the side length of the square cross sections perpendicular to the x-axis
s is the side length of the square cross sections perpendicular to the x-axis

1. Bounds:

  • Integrating over the x-bounds: [0,4]

2. Find side length:

  • s=Top−Bottom=x​−(−x​)=2x​

3. Area of each cross section (formula):

  • A(x)=s2=(2x​)2=4x

4. Volume integral:

V​=∫04​A(x)dx=∫04​4xdx=32​​

b) Perpendicular to y-axis (dy)

(spoiler)

Shown below is a horizontal slice perpendicular to the y-axis that spans from the left to the right boundary

s is the side length of the square cross sections perpendicular to the y-axis
s is the side length of the square cross sections perpendicular to the y-axis

For slices perpendicular to the y-axis, the base length s should be expressed as a function of y, representing the horizontal distance between the left and right boundary curves at any y.

1. Rewrite equations in terms of y:

  • y=±x​⟹x=y2

2. Bounds:

Find where x=y2 intersects x=4:

  • y-bounds: [−2,2]

3. Find side length:

  • s=Right−Left=4−y2

4. Area formula:

  • A(y)=s2=(4−y2)2

5. Volume integral:

V=∫−22​(4−y2)2dy≈34.133​

Example 2: Rectangles (s⋅h)

The region bounded by y=x and y=x2 on [0,1] forms the base of a solid. Find the volume if cross sections perpendicular to the x-axis have a height that is 2 times its width.

Solution

(spoiler)

1. Bounds:

  • x-bounds: [0,1]

2. Find base length:

  • s=Top−Bottom=x−x2

3. Area formula: A(x)=base⋅height

  • “Height is 2 times its width” ⟹h=2s.
  • So A(x)=s⋅2s=2(x−x2)2

4. Volume integral:

V=∫01​2(x−x2)2dx=0.067​

Example 3: Equilateral triangles (43​​s2)

The region bounded by x=y1​, x=−1, y=0.5, and y=2 forms the base of a solid. Cross sections perpendicular to the y-axis are equilateral triangles. Find the volume.

Solution

(spoiler)

Perpendicular to y⟹ integrate using dy

1. Bounds:

  • y-bounds: [0.5,2]

2. Find base length:

  • s=Right−Left=y1​−(−1)=y1​+1

3. Area formula:

  • A(y)=43​​s2=43​​(y1​+1)2

4. Volume integral:

V=43​​∫0.52​(y1​+1)2dy≈2.500​

Example 4: Isosceles right triangles (leg vs. hypotenuse)

The region bounded by y=x−1, the x-axis, and the y-axis forms a triangular base in the fourth quadrant. Find the volume if cross sections are isosceles right triangles with:

a) The hypotenuse lying along the base, sliced perpendicular to the y-axis.

b) One leg lying along the base, sliced perpendicular to the x-axis.

Solutions

a) Hypotenuse on base

(spoiler)

Perpendicular to the y-axis ⟹ integrate using dy

1. Rewrite equation in terms of y:

  • y=x−1⟹x=y+1

2. Bounds:

Find where x=y+1 meets both axes:

  • y-bounds: [−1,0]

3. Find side length:

  • s=Right−Left=(y+1)−0=y+1

4. Area formula:

  • Area formula: A(y)=41​s2=41​(y+1)2

5. Volume integral:

V=41​∫−10​(y+1)2dy≈0.083​

b) Leg on base

(spoiler)

1. Bounds:

  • x-bounds: [0,1]

2. Find base length:

  • s=Top−Bottom=0−(x−1)=1−x

3. Area formula:

  • A(x)=21​s2=21​(1−x)2

4. Volume integral:

V=21​∫01​(1−x)2dx≈0.167​

Example 5: Semicircles (8π​s2)

The region bounded by y=ex, y=−x, and the y-axis forms the base of a solid. Find the volume if cross sections perpendicular to the x-axis are semicircles. (Calculator active)

Solution

(spoiler)
  1. Find intersection point with calculator: ex=−x⟹x≈−0.567.
    Bounds: Integrate over [−0.567,0].

  2. Find diameter length: s=Top−Bottom=ex−(−x)=ex+x

  3. Area formula: A(x)=8π​s2=8π​(ex+x)2

  4. Volume:

V=8π​∫−0.5670​(ex+x)2dx≈0.070​

Example 6: Quarter circles (4π​s2) - with a split base

The region bounded by y=ex, y=−x, and the y-axis forms the base of a solid. Find the volume if cross sections perpendicular to the y-axis are quarter circles. (Calculator active)

Solution

(spoiler)

Perpendicular to the y-axis ⟹ integrate using dy

1. Rewrite equations in terms of y:

  • y=ex⟹x=ln(y)
  • y=−x⟹x=−y

2. Bounds (Watch out!) + Base length:

The “left” function changes at the intersection level y=0.567. Split the integral:

  • Bottom section ([0,0.567]): Bounded by x=−y and x=0⟹s=0−(−y)=y
  • Top section ([0.567,1]): Bounded by x=ln(y) and x=0⟹s=0−ln(y)=−ln(y)

3. Area template:

  • A(y)=4π​s2

4. Volume:

V​=4π​∫00.567​(y)2dy+4π​∫0.5671​(−ln(y))2dy≈0.048+0.031=0.079​​

Always identify:

  • The direction of slicing (perpendicular to x or y-axis) to determine the expression for the side length s.
  • The area formula A(x) or A(y) depending on the shape of the cross section
  • The limits of integration

Common area formulas, where s is the distance between the curves and/or axes that defines the size of the shape:

Shape Area
Square A=s2
Rectangle A=s×h
Equilateral triangle A=43​​s2
Isosceles right triangle, hypotenuse as base A=41​s2
Isosceles right triangle, leg as base A=21​s2
Semicircle A=8π​s2
Quarter circle A=4π​s2

Sign up for free to take 8 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Using cross sections

What you’ll learn

  • Volume by slicing: Set up definite integrals that accumulate cross-sectional areas to find 3D volumes.
  • Known cross sections: Apply area templates for squares, rectangles, triangles, and circles based on base length s.

Previously, we found the areas of 2D regions by summing the areas of infinitely many thin rectangles. Similarly, the volume of a 3D solid can be found by summing the areas of infinitely many thin cross-sectional slices.

For these solids, the 2D region serves as the base, and the cross sections extend vertically out of the page. Because the distance between the bounding functions varies across the interval, the base side length, s, of each cross section changes. the area of each cross section changes. This variable side length determines the cross-sectional area function, A(x) or A(y). Integrating this area function over the interval accumulates the slices to give the total volume of the solid.

To see what solids with certain cross sections look like, visit this GeoGebra application.

Slices perpendicular to the x-axis (dx):

V=∫ab​A(x)dxwhere s=Top−Bottom

Perpendicular to the y-axis (dy):

V=∫cd​A(y)dywhere s=Right−Left

Geometric area formulas

For all shapes, first find the base length s (the distance between the boundary curves) and then plug it into the matching area formula:

Cross-Sectional Shape Area Formula A(s) Notes
Square s2 Base s is the entire side.
Rectangle s⋅h Height h is given as a constant or a function of s.
Equilateral triangle 43​​s2 Do not confuse with standard triangles.
Isosceles right triangle (leg on base) 21​s2 The base s is one of the perpendicular legs.
Isosceles right triangle (hypotenuse on base) 41​s2 The base s is the hypotenuse (21​(2​s​)2).
Semicircle 8π​s2 The base s is the diameter, so radius r=2s​.
Quarter circle 4π​s2 The base s is the full radius (r=s).

Example 1 Squares (s2)

The region bounded by y=x​,y=−x​, and x=4 forms the base of a solid. Find the volume if cross sections are squares perpendicular to:

a) The x-axis.

b) The y-axis.

Solutions

a) Perpendicular to x-axis (dx)

(spoiler)

Sketch the region and draw vertical slice from the upper function to the lower function. The length of this slice is the base, s.

Note: The square cross sections extend directly out of the page toward you, using s as their bottom edge.

1. Bounds:

  • Integrating over the x-bounds: [0,4]

2. Find side length:

  • s=Top−Bottom=x​−(−x​)=2x​

3. Area of each cross section (formula):

  • A(x)=s2=(2x​)2=4x

4. Volume integral:

V​=∫04​A(x)dx=∫04​4xdx=32​​

b) Perpendicular to y-axis (dy)

(spoiler)

Shown below is a horizontal slice perpendicular to the y-axis that spans from the left to the right boundary

For slices perpendicular to the y-axis, the base length s should be expressed as a function of y, representing the horizontal distance between the left and right boundary curves at any y.

1. Rewrite equations in terms of y:

  • y=±x​⟹x=y2

2. Bounds:

Find where x=y2 intersects x=4:

  • y-bounds: [−2,2]

3. Find side length:

  • s=Right−Left=4−y2

4. Area formula:

  • A(y)=s2=(4−y2)2

5. Volume integral:

V=∫−22​(4−y2)2dy≈34.133​

Example 2: Rectangles (s⋅h)

The region bounded by y=x and y=x2 on [0,1] forms the base of a solid. Find the volume if cross sections perpendicular to the x-axis have a height that is 2 times its width.

Solution

(spoiler)

1. Bounds:

  • x-bounds: [0,1]

2. Find base length:

  • s=Top−Bottom=x−x2

3. Area formula: A(x)=base⋅height

  • “Height is 2 times its width” ⟹h=2s.
  • So A(x)=s⋅2s=2(x−x2)2

4. Volume integral:

V=∫01​2(x−x2)2dx=0.067​

Example 3: Equilateral triangles (43​​s2)

The region bounded by x=y1​, x=−1, y=0.5, and y=2 forms the base of a solid. Cross sections perpendicular to the y-axis are equilateral triangles. Find the volume.

Solution

(spoiler)

Perpendicular to y⟹ integrate using dy

1. Bounds:

  • y-bounds: [0.5,2]

2. Find base length:

  • s=Right−Left=y1​−(−1)=y1​+1

3. Area formula:

  • A(y)=43​​s2=43​​(y1​+1)2

4. Volume integral:

V=43​​∫0.52​(y1​+1)2dy≈2.500​

Example 4: Isosceles right triangles (leg vs. hypotenuse)

The region bounded by y=x−1, the x-axis, and the y-axis forms a triangular base in the fourth quadrant. Find the volume if cross sections are isosceles right triangles with:

a) The hypotenuse lying along the base, sliced perpendicular to the y-axis.

b) One leg lying along the base, sliced perpendicular to the x-axis.

Solutions

a) Hypotenuse on base

(spoiler)

Perpendicular to the y-axis ⟹ integrate using dy

1. Rewrite equation in terms of y:

  • y=x−1⟹x=y+1

2. Bounds:

Find where x=y+1 meets both axes:

  • y-bounds: [−1,0]

3. Find side length:

  • s=Right−Left=(y+1)−0=y+1

4. Area formula:

  • Area formula: A(y)=41​s2=41​(y+1)2

5. Volume integral:

V=41​∫−10​(y+1)2dy≈0.083​

b) Leg on base

(spoiler)

1. Bounds:

  • x-bounds: [0,1]

2. Find base length:

  • s=Top−Bottom=0−(x−1)=1−x

3. Area formula:

  • A(x)=21​s2=21​(1−x)2

4. Volume integral:

V=21​∫01​(1−x)2dx≈0.167​

Example 5: Semicircles (8π​s2)

The region bounded by y=ex, y=−x, and the y-axis forms the base of a solid. Find the volume if cross sections perpendicular to the x-axis are semicircles. (Calculator active)

Solution

(spoiler)
  1. Find intersection point with calculator: ex=−x⟹x≈−0.567.
    Bounds: Integrate over [−0.567,0].

  2. Find diameter length: s=Top−Bottom=ex−(−x)=ex+x

  3. Area formula: A(x)=8π​s2=8π​(ex+x)2

  4. Volume:

V=8π​∫−0.5670​(ex+x)2dx≈0.070​

Example 6: Quarter circles (4π​s2) - with a split base

The region bounded by y=ex, y=−x, and the y-axis forms the base of a solid. Find the volume if cross sections perpendicular to the y-axis are quarter circles. (Calculator active)

Solution

(spoiler)

Perpendicular to the y-axis ⟹ integrate using dy

1. Rewrite equations in terms of y:

  • y=ex⟹x=ln(y)
  • y=−x⟹x=−y

2. Bounds (Watch out!) + Base length:

The “left” function changes at the intersection level y=0.567. Split the integral:

  • Bottom section ([0,0.567]): Bounded by x=−y and x=0⟹s=0−(−y)=y
  • Top section ([0.567,1]): Bounded by x=ln(y) and x=0⟹s=0−ln(y)=−ln(y)

3. Area template:

  • A(y)=4π​s2

4. Volume:

V​=4π​∫00.567​(y)2dy+4π​∫0.5671​(−ln(y))2dy≈0.048+0.031=0.079​​

Key points

Always identify:

  • The direction of slicing (perpendicular to x or y-axis) to determine the expression for the side length s.
  • The area formula A(x) or A(y) depending on the shape of the cross section
  • The limits of integration

Common area formulas, where s is the distance between the curves and/or axes that defines the size of the shape:

Shape Area
Square A=s2
Rectangle A=s×h
Equilateral triangle A=43​​s2
Isosceles right triangle, hypotenuse as base A=41​s2
Isosceles right triangle, leg as base A=21​s2
Semicircle A=8π​s2
Quarter circle A=4π​s2

More from Volume

  • Disk method
  • Washer method