AP CALCULUS BC • APPLICATIONS OF INTEGRATION

Volumes with Cross Sections: Triangles and Semicircles

Integrate known cross-sectional areas to compute the volume of solids whose slices are triangles or semicircles.

Historical Context & Motivation

Long before calculus formalized the idea of integration, ancient mathematicians grappled with the problem of computing volumes of irregular solids. The Greek geometer Archimedes pioneered the method of exhaustion, slicing solids into thin layers whose areas could be estimated, then summing these areas to approximate total volume. This intuitive strategy — slice, measure the cross section, accumulate — is precisely what the modern integral formalizes.

~250 BC
Archimedes' Method of Exhaustion
Archimedes computed volumes of spheres, cones, and paraboloids by decomposing them into infinitesimally thin slices — an ancient precursor to integration.
1635
Cavalieri's Principle
Bonaventura Cavalieri stated that two solids with identical cross-sectional areas at every height have the same volume, giving the slicing method rigorous geometric footing.
1666–1687
Newton & Leibniz Formalize Calculus
The Fundamental Theorem of Calculus linked antiderivatives to definite integrals, making the computation of accumulated cross-sectional area exact and systematic.
Modern Era
AP Curriculum & Engineering Applications
Volumes by cross sections appear on every AP Calculus exam and remain a core technique in engineering, physics, and 3D modeling where solids lack simple rotational symmetry.

The central question this lesson addresses is: given a region in the plane and a rule prescribing the shape (triangle, semicircle, etc.) of every perpendicular cross section, how do we set up and evaluate the integral that yields the solid's exact volume? Mastering this technique equips you to handle AP free-response problems that specify non-circular cross sections — a classic and frequently tested scenario.

Core Principles & Definitions

The volume-by-cross-sections method rests on a simple but powerful idea: if you know the area A(x) of every cross-sectional slice perpendicular to an axis, you can integrate that area function over the interval of interest to obtain the volume. The shape of each slice — square, equilateral triangle, isosceles right triangle, semicircle, or any other prescribed geometry — determines how you express A(x) in terms of the base length of the region at position x.

1

The Slicing Principle

V = ∫ₐᵇ A(x) dx, where A(x) is the area of a cross section at position x. This works for any integrable area function.
2

Base Region Determines the Side Length

The base of each cross section is the vertical (or horizontal) distance across the planar region: s(x) = f(x) − g(x).
3

Shape Dictates the Area Formula

For equilateral triangles: A = (√3/4)s². For isosceles right triangles: A = (1/2)s² or (1/4)s². For semicircles: A = (π/8)s².
4

Orientation Matters

Cross sections may be perpendicular to the x-axis or y-axis. Choose the axis that aligns with the given description and express everything in terms of that variable.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation

Solid with Equilateral-Triangle Cross Sections

The shaded planar region between f(x) and g(x) serves as the base. At each x-value the vertical distance s(x) = f(x) − g(x) is the side length of an equilateral triangle erected perpendicular to the x-axis. The amber triangles show representative slices whose areas are accumulated via integration.

In the diagram above, observe that each equilateral triangle sits with one side embedded in the base region. As x moves from a to b, the side length s(x) changes according to the gap between the two bounding curves. The integral ∫ₐᵇ A(x) dx sums the continuously varying triangular areas into the total volume of this non-trivial solid.

Mathematical Framework

General Slicing Formula

VOLUME BY CROSS SECTIONS
V = ∫ₐᵇ A(x) dx
A(x) = area of the cross section at position x; [a, b] = interval over which the base region extends along the slicing axis.

The key step is expressing A(x) in terms of the side length s(x) = f(x) − g(x) (or the appropriate distance across the base at position x). Each cross-sectional shape has its own area formula in terms of s.

Equilateral Triangle Cross Sections

EQUILATERAL TRIANGLE
A(x) = (√3 / 4) · [s(x)]²
s(x) is the side length of the equilateral triangle. Height of the triangle = (√3/2)s, so area = (1/2)(s)(√3 s/2) = (√3/4)s².

Isosceles Right Triangle Cross Sections

ISOSCELES RIGHT TRIANGLE (LEG = s)
A(x) = (1/2) · [s(x)]²
When the leg of the isosceles right triangle equals the base span s(x). Area = (1/2)(leg)(leg) = s²/2.
ISOSCELES RIGHT TRIANGLE (HYPOTENUSE = s)
A(x) = (1/4) · [s(x)]²
When the hypotenuse equals s(x), each leg = s/√2, so area = (1/2)(s/√2)² = s²/4.

Semicircle Cross Sections

SEMICIRCLE (DIAMETER = s)
A(x) = (π / 8) · [s(x)]²
When the diameter of the semicircle equals s(x), the radius r = s/2. Area of a semicircle = (1/2)πr² = (π/8)s².
Common Exam Pitfall

Cross-Section Shape Catalog

The following table collects every cross-section area formula you may encounter on the AP exam in terms of the base span s(x). Memorizing these expressions — particularly the constant coefficients — allows you to set up volume integrals quickly under time pressure.

Cross-section area formulas in terms of base span s(x)
Cross-Section ShapeRelationship of s(x)A(x)
Squareside = s
Equilateral triangleside = s(√3/4)s²
Isosceles right △ (leg)leg = s(1/2)s²
Isosceles right △ (hyp)hypotenuse = s(1/4)s²
Semicirclediameter = s(π/8)s²
Semicircleradius = s(π/2)s²
Each shape shows how the base span s determines the cross-sectional geometry. The formulas panel summarizes the area expressions needed for integration.

Worked Example

Let R be the region bounded by y = √x and y = x/2. Cross sections perpendicular to the x-axis are semicircles whose diameters lie in R. Find the volume of the resulting solid.

1
Step 1 — Find the intersection pointsSet √x = x/2. Squaring: x = x²/4, so x² − 4x = 0, giving x(x − 4) = 0. The curves intersect at x = 0 and x = 4.
Limits: a = 0, b = 4
2
Step 2 — Determine the base span s(x)On [0, 4], √x ≥ x/2. The diameter of each semicircle is s(x) = √x − x/2.
s(x) = √x − x/2
3
Step 3 — Write the cross-sectional areaFor a semicircle with diameter s, A(x) = (π/8)[s(x)]² = (π/8)(√x − x/2)².
A(x) = (π/8)(√x − x/2)²
4
Step 4 — Expand the integrand(√x − x/2)² = x − 2(√x)(x/2) + x²/4 = x − x^(3/2) + x²/4.
(√x − x/2)² = x − x^(3/2) + x²/4
5
Step 5 — Integrate term by termV = (π/8) ∫₀⁴ [x − x^(3/2) + x²/4] dx. Evaluate each term: ∫₀⁴ x dx = [x²/2]₀⁴ = 8; ∫₀⁴ x^(3/2) dx = [2x^(5/2)/5]₀⁴ = 2(32)/5 = 64/5; ∫₀⁴ x²/4 dx = [x³/12]₀⁴ = 64/12 = 16/3.
Sum = 8 − 64/5 + 16/3 = (120 − 192 + 80)/15 = 8/15
6
Step 6 — Multiply by the constantV = (π/8)(8/15) = π/15.
V = π/15

Strengths, Limitations & Comparisons

Volumes by cross sections is one of several integration-based volume techniques. Understanding when to apply each method — and how they differ — is essential for selecting the most efficient approach on exam day.

Comparison of integration-based volume methods
MethodBest ForLimitation
Cross SectionsSolids with prescribed non-circular slice shapes (triangles, semicircles, squares)Requires a known, simple area formula for each slice
Disk / WasherSolids of revolution about an axis parallel to the integration variableApplicable only when the solid has rotational symmetry
Cylindrical ShellsRevolution about an axis perpendicular to the natural integration variableAlso requires rotational symmetry; sometimes harder to visualize
KEY TAKEAWAY
WHEN TO USE CROSS SECTIONS

Connection to Advanced Theory

The cross-section method is a one-dimensional integral that accumulates area along a single axis. In multivariable calculus, this idea generalizes naturally: double and triple integrals let you compute volumes (and higher-dimensional analogs) by iterating the slicing process across two or three axes. Fubini's theorem guarantees that these iterated integrals yield the same result regardless of the order of integration, provided the integrand is continuous.

ConceptSingle-Variable (This Lesson)Multivariable Extension
Slicing dimensionIntegrate A(x) along one axisIterate integrals across 2 or 3 axes
Cross-section areaComputed from geometry (known shape)Computed as an inner integral
ApplicationsVolumes with prescribed slicesMass, center of mass, moments of inertia over arbitrary regions

For AP Calculus BC students, the cross-section technique also reinforces the broader Riemann-sum philosophy: any quantity that can be expressed as a product of a rate (or density or area) and a small increment dx can be integrated to find the total. This same logic drives applications like arc length (∫ ds), work (∫ F dx), and accumulation functions — all standard BC topics.

Practice Problems

1
A solid has a known base in the xy-plane, and cross sections perpendicular to the x-axis are semicircles whose diameters lie in the base. Which of the following correctly gives the cross-sectional area A(x) if the base spans from y = g(x) to y = f(x) with f(x) > g(x)?
2
The base of a solid is the region bounded by y = 0 and y = 4 − x² (a downward-opening parabola). Cross sections perpendicular to the x-axis are equilateral triangles. Which integral gives the volume of the solid?
3
The base of a solid is the region enclosed by y = sin x and the x-axis on [0, π]. Cross sections perpendicular to the x-axis are isosceles right triangles with the hypotenuse in the base. Which of the following equals the volume of the solid?
PROBLEM 4APPLIED
Let R be the region bounded by y = eˣ, y = 1, and x = ln 3. Cross sections of a solid perpendicular to the x-axis are semicircles whose diameters run from y = 1 to y = eˣ. (a) Write an integral expression for the volume of the solid. (b) Evaluate the integral exactly.
PROBLEM 5CRITICAL THINKING
A solid has its base as the region bounded by y = x² and y = 2x. Cross sections perpendicular to the y-axis are equilateral triangles. Set up and evaluate the integral for the volume of the solid.
Varsity Tutors • AP Calculus BC • Volumes with Cross Sections: Triangles and Semicircles