Fiveable

♾️AP Calculus AB/BC Unit 8 Review

QR code for AP Calculus AB/BC practice questions

8.7 Volumes with Cross Sections: Squares and Rectangles

8.7 Volumes with Cross Sections: Squares and Rectangles

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

To find the volume of a solid with square or rectangular cross sections, integrate the cross-section area along the axis the slices are perpendicular to: V=abA(x)dxV = \int_a^b A(x)\,dx. For squares, A=s2A = s^2, and for rectangles, A=whA = w \cdot h, where the side or width usually comes from the distance between two curves. For AP Calculus, write the side length or dimensions before setting up the integral.

AP Calc 8.7: Volumes with Cross Sections

In AP Calc 8.7, you find volume by slicing a base region into known shapes and adding their areas with a definite integral. The setup is usually V=abA(x)dxV=\int_a^b A(x)\,dx or V=cdA(y)dyV=\int_c^d A(y)\,dy, where AA is the area of each square or rectangular cross section.

The most important move is writing the side length or dimensions correctly. For slices perpendicular to the x-axis, use top minus bottom and integrate with dxdx; for slices perpendicular to the y-axis, use right minus left and integrate with dydy.

Why This Matters for the AP Calculus Exam

This topic shows up when you need to turn a flat region between curves into a 3D solid and find its volume. The core skill is setting up a definite integral from a geometric description: read the problem, figure out the cross-section shape, write its area as a function of xx or yy, and integrate over the correct bounds.

These problems test the same procedure-selection and setup skills that the AP Calculus exam rewards. You'll see them in both multiple-choice (often as a setup or quick evaluation) and free-response, where writing a correct integral expression with proper notation matters for clear, complete work. Getting comfortable with cross-section volumes also builds the foundation for the disc and washer methods in later topics.

Key Takeaways

  • Volume of a solid with known cross sections: V=abA(x)dxV = \int_a^b A(x)\,dx, where A(x)A(x) is the cross-section area and dxdx is the slice thickness.
  • Square cross sections use A=s2A = s^2; rectangular cross sections use A=whA = w \cdot h.
  • The side length or width usually equals the distance between the two bounding curves (top minus bottom, or right minus left).
  • If cross sections are perpendicular to the x-axis, integrate with respect to xx. If perpendicular to the y-axis, integrate with respect to yy and write everything in terms of yy.
  • Find bounds where the curves intersect, or use a given line like y=0y = 0 or x=2x = 2.
  • Sketching the base region and one slice helps you set up the correct side length and limits.

Solids with Cross Sections

When a 3D object is hard to handle with basic geometry, slice it into infinitely thin pieces that are easier to work with. The volume of a solid with known cross sections is:

V=abA(x) dxV = \int_a^b A(x)\ dx

Here A(x)A(x) is the area of a cross section (a 2D shape) perpendicular to the x-axis on the interval [a,b][a,b], and dxdx is the slice thickness. Each slice is basically a very thin prism, and integrating adds up all the slices.

Square Cross Sections

For square cross sections, use A(x)=s2A(x) = s^2. Substituting into the volume formula:

V=abs2 dxV = \int_a^b s^2\ dx

You're stacking up rectangular prisms whose thickness is infinitely thin, represented by dxdx.

Rectangular Cross Sections

The area of a rectangle is whw \cdot h, where ww is the width and hh is the height. So the volume of a solid with rectangular cross sections is:

V=abwh dxV = \int_a^b w \cdot h\ dx

Again, dxdx is your thickness.


How to Use This on the AP Calculus Exam

Problem Solving

Once you have the formulas, the real work is figuring out ss, ww, or hh and the bounds. Use these steps:

  1. Identify the cross-section shape and pick the matching area formula.
  2. Decide whether slices are perpendicular to the x-axis (integrate with respect to xx) or the y-axis (integrate with respect to yy).
  3. Write the side length or dimensions using the bounding curves.
  4. Find the limits of integration from intersection points or given boundary lines.
  5. Set up the integral, then evaluate.

Example 1: Solids with Square Cross Sections

Suppose a region bounded by y=x2y = x^2 and y=xy = \sqrt{x} forms the base of a solid, and each cross section perpendicular to the x-axis is a square. What is the volume of the solid?

Question courtesy of Flipped Math

Since the cross sections are squares, use V=abs2 dxV = \int_a^b s^2\ dx.

Start by visualizing the region. A picture may or may not be given, but sketching the graphs helps you see the region and choose correct bounds.

Untitled
Graph of region bounded by x2x^2 and x\sqrt{x}. Image courtesy of Flipped Math

Here y=xy = \sqrt{x} is the upper curve and y=x2y = x^2 is the lower curve. Let h(x)=xh(x) = \sqrt{x} and g(x)=x2g(x) = x^2. The grey area is the base, and the purple line is one cross section coming toward you along a z-axis not drawn here.

The side length of the square at a given xx is the difference between the upper and lower curves, so s=xx2s = \sqrt{x} - x^2.

Next, find the bounds. The curves intersect at x=0x = 0 and x=1x = 1, so the interval is [0,1][0, 1]. You can confirm this algebraically:

h(x)=g(x)x=x2x=x4 x=0 or x=1h(x)=g(x)\\ \sqrt{x}=x^2\\ x=x^4\\ \therefore \ x=0\text{ or }x=1

Now plug in:

V=01(xx2)2 dxV = \int_0^1 (\sqrt{x}-x^2)^2\ dx

Evaluating gives 970\frac{9}{70}, about 0.1285.

The steps:

First, expand and integrate.

01(xx2)2 dx=01(x1/2x2)2 dx=01x2x5/2+x4 dx=01x dx201x5/2 dx+01x4 dx=x554x7/27+x22\int_0^1(\sqrt{x}-x^2)^2\ dx=\int_0^1(x^{1/2}-x^2)^2\ dx=\int_0^1x-2x^{5/2}+x^4\ dx=\\ \int_0^1x\ dx-2\int_0^1x^{5/2}\ dx+\int_0^1x^4\ dx=\frac{x^5}{5}-\frac{4x^{7/2}}{7}+\frac{x^2}{2}

Then evaluate over the bounds.

(1554(1)7/27+122)(0554(0)7/27+022)=1547+12=1440+3570=970\Bigg(\frac{1^5}{5}-\frac{4(1)^{7/2}}{7}+\frac{1^2}{2}\Bigg)-\Bigg(\frac{0^5}{5}-\frac{4(0)^{7/2}}{7}+\frac{0^2}{2}\Bigg)=\frac{1}{5}-\frac{4}{7}+\frac{1}{2}=\frac{14-40+35}{70}=\boxed{\frac{9}{70}}

Example 2: Solids with Rectangular Cross Sections

The base of a solid is bounded by y=x3y = x^3, y=0y = 0, and x=2x = 2. Find the volume if the cross sections, taken perpendicular to the y-axis, form a rectangle whose height is 6.

Question courtesy of Flipped Math

Two important differences from Example 1: the cross sections are perpendicular to the y-axis, and three boundaries are given. Since the slices are perpendicular to the y-axis, integrate with respect to yy using V=abwh dyV = \int_a^b w \cdot h\ dy.

Untitled
Graph of given problem for visualization purposes. Image courtesy of Flipped Math.

Here y=x3y = x^3 is the left curve and x=2x = 2 is the right curve. The purple line is a cross section perpendicular to the y-axis. To find the width at a given yy, rewrite y=x3y = x^3 as x=y3x = \sqrt[3]{y}. The width is the right boundary minus the left boundary: w=2y3w = 2 - \sqrt[3]{y}. The problem gives the height as h=6h = 6.

For the bounds, the curves meet at y=8y = 8, and the boundary y=0y = 0 gives the lower limit, so the interval is [0,8][0, 8]. Plugging in:

V=08(2y3)6 dyV = \int_0^8 (2-\sqrt[3]y) \cdot 6\ dy

This evaluates to 24.

086(2y3) dy\int_0^86(2-\sqrt[3]y)\ dy 08126y3 dy\int_0^812-6\sqrt[3]y\ dy 0812 dy608y3 dy\int_0^812\ dy-6\int_0^8\sqrt[3]y\ dy [12y]08608y1/3 dy[12y]_0^8-6\int_0^8y^{1/3}\ dy [12y18y4/34]08\Bigg[12y-\frac{18y^{4/3}}{4}\Bigg]_0^8 [12y9y4/32]08\Bigg[12y-\frac{9y^{4/3}}{2}\Bigg]_0^8 [12(8)9(8)4/32][12(0)9(0)4/32]=[9672][00]=24\Bigg[12(8)-\frac{9(8)^{4/3}}{2}\Bigg]-\Bigg[12(0)-\frac{9(0)^{4/3}}{2}\Bigg]=[96-72]-[0-0]=\boxed{24}

Common Trap

Mixing up which variable to integrate with respect to. If slices are perpendicular to the x-axis, your integral uses dxdx and everything must be in terms of xx. If slices are perpendicular to the y-axis, switch to dydy and rewrite functions in terms of yy.


Common Misconceptions

  • Forgetting to square the side length. For square cross sections, A=s2A = s^2, not just ss. If s=xx2s = \sqrt{x} - x^2, you must square the entire difference before integrating.
  • Squaring incorrectly. (xx2)2(\sqrt{x} - x^2)^2 is not xx4x - x^4. Expand it fully: x2x5/2+x4x - 2x^{5/2} + x^4.
  • Using the wrong variable. Cross sections perpendicular to the y-axis require integrating with respect to yy, so rewrite your curves as functions of yy first.
  • Picking bounds that don't match the slicing direction. When integrating with respect to yy, your limits are yy-values, not xx-values.
  • Confusing cross-section volume with solids of revolution. This topic uses a flat base region with shapes built on top of it. It is not the disc or washer method, which spins a region around an axis.
  • Treating the side length as one curve. The side or width is usually the distance between two curves (top minus bottom or right minus left), not just one function's value.

Summary

To find the volume of a solid with known cross sections:

V=abA(x) dxV = \int_a^b A(x)\ dx

where A(x)A(x) is the area of a cross section perpendicular to the x-axis on [a,b][a, b].

  • Square cross sections: A(x)=s2A(x) = s^2, where ss is the side length.
  • Rectangular cross sections: A(x)=whA(x) = w \cdot h, where ww is width and hh is height.

Use the methods for finding areas between curves to write ss, or ww and hh, then find the bounds from intersection points or given boundary lines. Plug in A(x)A(x), integrate, and you have the volume.

Vocabulary

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

Term

Definition

cross section

Two-dimensional slices of a three-dimensional solid, perpendicular to an axis, used to build up the volume through integration.

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.

rectangular cross sections

Two-dimensional rectangular slices of a solid whose areas can be integrated to find the total volume.

square cross sections

Two-dimensional square slices of a solid whose areas can be integrated to find the total volume.

volumes of solids

The measure of three-dimensional space occupied by a solid object, calculated using integration techniques.

Frequently Asked Questions

What is AP Calc 8.7 about?

AP Calc 8.7 covers finding volumes of solids with known square or rectangular cross sections using definite integrals.

How do I set up volume with cross sections?

Write the volume as an integral of cross-section area: V = integral A(x) dx or V = integral A(y) dy. The area formula depends on the cross-section shape.

What formula do I use for square cross sections?

For square cross sections, the area is A = s^2, where s is the side length. The side length often comes from the distance between two curves.

What formula do I use for rectangular cross sections?

For rectangular cross sections, use A = width times height. One dimension may come from the distance between curves, while the other may be given as a constant or ratio.

How do I know whether to integrate with dx or dy?

If slices are perpendicular to the x-axis, integrate with dx and write lengths in terms of x. If slices are perpendicular to the y-axis, integrate with dy and write lengths in terms of y.

How are cross-section volumes different from washers?

Cross-section problems build known shapes on a base region. Washer and disk methods involve rotating a region around an axis, so the area formulas and setup are different.

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