AP CALCULUS BC • APPLICATIONS OF INTEGRATION

Volumes with Cross Sections: Squares and Rectangles

Build three-dimensional solids by stacking known cross-sectional shapes along an axis and computing their volumes with definite integrals.

Historical Context & Motivation

The problem of computing volumes of irregular solids has fascinated mathematicians for over two millennia. Ancient Greek geometers developed ingenious exhaustion methods to approximate volumes that eluded straightforward formula-based computation. The core insight—slicing a solid into thin, manageable pieces and summing their contributions—is precisely the idea that modern cross-sectional volume integrals formalize with the power of the definite integral. Understanding this history reveals that the technique you are about to learn is not a mere textbook exercise but the culmination of a profound intellectual journey from geometric intuition to rigorous analysis.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes computed the volume of a sphere by inscribing and circumscribing it with known solids, effectively slicing it into thin disks and bounding their total area—a precursor to integration by cross sections.
1635
Cavalieri's Principle
Bonaventura Cavalieri proposed that two solids have equal volume if every parallel cross section has the same area, providing a rigorous geometric foundation for the slicing technique without requiring calculus.
1666–1676
Newton & Leibniz Develop Calculus
The independent invention of the integral by Newton and Leibniz gave mathematicians the analytic machinery to compute exact volumes by integrating cross-sectional area functions over an interval.
1800s
Riemann Formalization
Bernhard Riemann's definition of the definite integral as a limit of sums placed the cross-section method on a firm analytical footing, confirming that the limit of summed thin slabs equals the exact volume.

The central question this lesson addresses is: given a region in the plane that serves as the base of a three-dimensional solid, and given that every cross section perpendicular to some axis has a known geometric shape (such as a square or rectangle), how do we compute the solid's exact volume? The answer lies in expressing the cross-sectional area as a function of position and integrating over the base.

Core Principles & Definitions

The method of computing volumes by known cross sections rests on a small number of powerful ideas. Before diving into computations, it is essential to internalize these foundational principles, because every problem you encounter—regardless of the specific cross-sectional shape—reduces to the same workflow. The differences lie only in how you express the area function A(x) for the given geometry.

1

The Slicing Principle

A three-dimensional solid can be approximated by a stack of thin slabs. Each slab has thickness Δx and cross-sectional area A(x). As Δx → 0, the Riemann sum converges to the definite integral ∫A(x) dx, yielding the exact volume.
2

Base Region Determines Side Length

The base region, typically bounded by two curves y = f(x) and y = g(x), determines the side length of each cross section. For perpendicular slices at position x, the side length is s(x) = f(x) − g(x).
3

Square Cross Sections

When the cross sections are squares, the side length equals the distance across the base: s(x) = f(x) − g(x). The cross-sectional area is A(x) = [s(x)]² = [f(x) − g(x)]².
4

Rectangular Cross Sections

For rectangles, one dimension is the base distance s(x) = f(x) − g(x) while the other dimension h is specified (often as a constant multiple of s(x)). Thus A(x) = s(x) · h(x).
5

Direction of Slicing

Cross sections can be perpendicular to the x-axis (integrate with respect to x) or perpendicular to the y-axis (integrate with respect to y). The choice depends on how the problem is formulated and which setup simplifies the area function.
KEY TAKEAWAY
Think of computing a cross-sectional volume like calculating the total material in a loaf of bread. If you know the area of every slice and the loaf's total length, you can integrate those slice areas along the length to find the total volume. The shape of the base tells you how wide each slice is; the type of cross section (square, rectangle, etc.) tells you the area formula to use for each slice. Once you have A(x), you simply integrate.

Visual Explanation: Stacking Cross Sections

Visualization is paramount when working with cross-sectional volumes. The diagram below shows a planar base region bounded by two curves, with several representative square cross sections drawn perpendicular to the x-axis. Notice how the side length of each square varies with x, shrinking as the bounding curves converge and expanding where they diverge. This variable side length is precisely the function s(x) = f(x) − g(x), and the area of each square slab is [s(x)]².

The shaded base region is bounded by y = f(x) (upper, cyan) and y = g(x) (lower, pink). Three representative square cross sections are shown at positions x₁, x₂, and x₃. The side length of each square equals the vertical distance f(x) − g(x) at that x-value.

Each thin slab at position x has volume approximately equal to A(x) Δx, where A(x) = [f(x) − g(x)]² for squares. Summing all such slabs from x = a to x = b and taking the limit as Δx → 0 produces the definite integral that gives the exact volume. The key geometric insight is that the two-dimensional base region completely determines the side length function, and therefore the entire volume, once the cross-sectional shape is specified.

Mathematical Framework

The general volume formula by cross sections follows directly from the definition of the definite integral as a limit of Riemann sums. Suppose a solid lies between x = a and x = b, and at each x the cross section perpendicular to the x-axis has area A(x). Partition [a, b] into n subintervals of width Δx = (b − a)/n, and in each subinterval choose a sample point xk. The volume of the k-th slab is approximately A(xk) Δx, so the total volume is approximated by the sum Σ A(xk) Δx. In the limit as n → ∞, this Riemann sum converges to the definite integral.

GENERAL VOLUME BY CROSS SECTIONS
V = ∫ₐᵇ A(x) dx
where A(x) is the area of the cross section perpendicular to the x-axis at position x, and [a, b] is the interval over which the solid extends.
SQUARE CROSS SECTIONS
V = ∫ₐᵇ [f(x) − g(x)]² dx
The side length of each square is s(x) = f(x) − g(x), where f(x) ≥ g(x) on [a, b]. The area of a square with side s is s², so A(x) = [f(x) − g(x)]².
RECTANGULAR CROSS SECTIONS (HEIGHT = k × BASE)
V = ∫ₐᵇ k · [f(x) − g(x)]² dx
When the rectangle's height is k times its base width s(x), the area is A(x) = k · [s(x)]² = k · [f(x) − g(x)]². If the height is a fixed constant h, then A(x) = h · [f(x) − g(x)].
RECTANGULAR CROSS SECTIONS (FIXED HEIGHT h)
V = ∫ₐᵇ h · [f(x) − g(x)] dx
If every rectangular cross section has a fixed height h regardless of position, the area is simply A(x) = h · s(x). Notice this reduces to h times the area of the base region.
📐 Choosing the Axis of Integration
If the cross sections are perpendicular to the y-axis instead, replace x with y throughout: V = ∫ₐᵇ A(y) dy. The side length is then determined by the horizontal distance between the bounding curves at height y. Always read the problem statement carefully to determine the direction of slicing.

Detailed Breakdown: Squares vs. Rectangles

Although the general slicing framework is the same for both squares and rectangles, the distinction lies in how the cross-sectional area function A(x) is formed. With square cross sections, both dimensions of the cross section are equal to the base distance s(x), so A(x) = [s(x)]². With rectangular cross sections, one dimension is s(x) while the other is specified by the problem—commonly as a fixed constant or as a scalar multiple of s(x). The diagram below contrasts these two cases side by side for the same base region.

Left: a square cross section where both the width and height equal s(x). Right: a rectangular cross section whose height is twice the base width s(x), so A(x) = 2[s(x)]². Both solids share the same parabolic base region.
Comparison of area formulas for square and rectangular cross sections
PropertySquare Cross SectionRectangular Cross Section
Dimensions of cross sections(x) × s(x)s(x) × h(x), where h(x) is given
Area formula A(x)[s(x)]²s(x) · h(x)
Common h(x) formsN/A (all sides equal)h = constant, h = k · s(x), h = ½s(x)
Volume integral∫ₐᵇ [f(x) − g(x)]² dx∫ₐᵇ h(x) · [f(x) − g(x)] dx

Worked Example: Square Cross Sections

Consider the region R in the xy-plane bounded by y = √x and y = 0 from x = 0 to x = 4. A solid has base R, and every cross section perpendicular to the x-axis is a square. Find the volume of the solid.

Volume with Square Cross Sections
1
Step 1 — Identify the base and side lengthThe base region is bounded above by f(x) = √x and below by g(x) = 0 on the interval [0, 4]. At each x, the vertical distance across the base is s(x) = f(x) − g(x) = √x − 0 = √x. This distance is the side length of the square cross section at position x.
s(x) = √x
2
Step 2 — Write the cross-sectional area functionSince the cross sections are squares with side length s(x), the area of each cross section is A(x) = [s(x)]² = (√x)² = x.
A(x) = x
3
Step 3 — Set up the definite integralThe solid extends from x = 0 to x = 4, so the volume is V = ∫₀⁴ A(x) dx = ∫₀⁴ x dx.
V = ∫₀⁴ x dx
4
Step 4 — Evaluate the integralThe antiderivative of x is x²/2. Evaluating from 0 to 4: V = [x²/2]₀⁴ = (4²/2) − (0²/2) = 16/2 − 0 = 8.
V = 8 cubic units
💡 Rectangular Variation
If the same base region had rectangular cross sections with height equal to 3 times the base width, the area would be A(x) = 3[s(x)]² = 3x, and the volume would be V = ∫₀⁴ 3x dx = 3 × 8 = 24 cubic units. The constant multiple simply scales the result.

Common Pitfalls & Exam Strategies

Cross-sectional volume problems are frequent on the AP Calculus BC exam, both in the multiple-choice and free-response sections. Recognizing common pitfalls and strategically avoiding them can be the difference between a correct solution and a frustrating algebraic error. The table below catalogs the most frequent mistakes and the corresponding best practices.

Common pitfalls in cross-sectional volume problems and how to avoid them
Common PitfallWhy It HappensHow to Avoid It
Forgetting to square the side length for squaresStudents write A(x) = f(x) − g(x) instead of [f(x) − g(x)]²Always write the area formula before integrating: A = s²
Confusing cross-section shape with base shapeThe base may be bounded by parabolas, but the cross section is a square or rectangleSketch both the base region and a representative cross section
Using the wrong axis of integrationCross sections perpendicular to y-axis require integrating with respect to yIdentify the slicing direction first; match the variable of integration
Incorrect limits of integrationUsing y-limits when integrating with respect to x, or vice versaFind the intersection points of the bounding curves in the correct variable
Misidentifying the rectangle's heightThe height may be a constant, a multiple of s(x), or a separate functionRe-read the problem and write h(x) explicitly before forming A(x)
🎯 EXAM STRATEGY
On the AP exam, cross-section problems often appear in Part B of the free-response section (no calculator). This means clean antiderivatives are expected. If your integral looks intractable, double-check your area formula—there is likely an algebraic simplification you missed. Also, always state the units: if the base is measured in meters, the volume is in cubic meters.

Connection to Other Volume Methods

The cross-section method sits alongside two other major techniques for computing volumes in AP Calculus BC: the disk/washer method and the shell method. Understanding how these methods relate to each other deepens your conceptual flexibility and helps you choose the most efficient approach on exam day. All three are, at their core, special cases of the general slicing principle V = ∫A(x) dx; they differ only in the shape of the cross section and the geometry of the solid.

Comparison of the three main volume-by-integration techniques in AP Calculus
FeatureKnown Cross SectionsDisk/WasherShell
Type of solidArbitrary base; cross sections are specified shapes (squares, rectangles, triangles, semicircles, etc.)Solid of revolution; cross sections are circles or annuli (washers)Solid of revolution; uses cylindrical shells instead of planar cross sections
Area formulaDepends on shape: s², s·h, ½s², (π/2)(s/2)², etc.π[R(x)]² − π[r(x)]²2π · (radius) · (height)
When to useCross-sectional shape is explicitly stated in the problemRegion is revolved about an axis; slicing ⊥ to axis of revolution is convenientRegion is revolved about an axis; slicing ∥ to axis of revolution is more convenient

Looking beyond AP Calculus BC, the cross-section method generalizes naturally to multivariable calculus, where volumes of three-dimensional regions are computed as double or triple integrals. The single-variable technique you master here—determining a cross-sectional area as a function of one variable and integrating—serves as the conceptual template for iterated integrals in higher dimensions. Solids with more complex cross sections, including those defined by polar curves or parametric boundaries, build directly on the same slicing principle.

Practice Problems

1
A solid has a base in the xy-plane, and every cross section perpendicular to the x-axis is a square. The base is bounded by the curves y = x² and y = x on [0, 1]. Which of the following expressions gives the volume of the solid?
2
The base of a solid is the region enclosed by y = 4 − x² and the x-axis. Cross sections perpendicular to the x-axis are squares. What is the volume of the solid?
3
The base of a solid is the region bounded by y = sin(x) and y = 0 on [0, π]. Cross sections perpendicular to the x-axis are rectangles whose height is 3 times the base width. Find the volume of the solid.
PROBLEM 4APPLIED
A flood-control channel has a cross-sectional shape that varies along its length. Engineers model the channel base as the region between y = 0 and y = 6 − 2x for 0 ≤ x ≤ 3 (in meters). At each position x along the channel, the cross section perpendicular to the x-axis is a square. Set up and evaluate the integral that gives the volume of material that must be excavated. (a) Write the area function A(x). (b) Set up the definite integral for the volume. (c) Evaluate the integral. (d) Interpret your result in context.
PROBLEM 5CRITICAL THINKING
Let R be the region in the first quadrant bounded by y = x², x = 0, and y = 4. A solid S₁ has base R with square cross sections perpendicular to the x-axis. A solid S₂ has the same base R but with square cross sections perpendicular to the y-axis. (a) Compute the volume of S₁. (b) Compute the volume of S₂. (c) Explain why the two volumes are different despite having the same base and the same cross-sectional shape.

Lesson Summary

Computing volumes with known cross sections relies on the slicing principle: express the cross-sectional area A(x) as a function of position and integrate over the base interval. For square cross sections, the area is A(x) = [f(x) − g(x)]², where f(x) − g(x) is the distance across the base at position x. For rectangular cross sections, one dimension is determined by the base distance and the other is specified by the problem, giving A(x) = s(x) · h(x). The volume integral is then V = ∫ₐᵇ A(x) dx.

The workflow is always the same: (1) sketch the base region and identify the bounding curves, (2) determine the side length function s(x) (or s(y) if slicing perpendicular to the y-axis), (3) write A(x) using the appropriate geometry formula, and (4) evaluate the definite integral. This technique connects to the disk/washer and shell methods for solids of revolution and extends naturally to multivariable integration in later courses.

Varsity Tutors • AP Calculus BC • Volumes with Cross Sections: Squares and Rectangles