Historical Context & Motivation
Long before calculus existed, ancient mathematicians wrestled with a deceptively simple question: how do you find the volume of a shape that isn't a perfect box, cylinder, or sphere? Greek scholars like Archimedes made brilliant progress by imagining solids as stacks of thin slices. Archimedes famously determined the volume of a sphere by comparing its cross-sectional slices to those of a cylinder, a technique that foreshadowed the integration methods we use today.
The idea of slicing a solid into infinitely thin pieces and summing their areas is precisely what a definite integral does. When a solid has cross sections that are familiar geometric shapes — such as triangles or semicircles — we can write a formula for the area of each slice, then integrate to get the total volume. This technique is foundational in engineering, physics, and architecture whenever objects don't have standard geometric shapes.
The central question this lesson addresses is: If you know the base region of a solid and the shape of every cross section, how do you compute the solid's volume? We'll focus specifically on cross sections that are equilateral triangles, isosceles right triangles, and semicircles — the shapes you'll encounter most often in calculus.
Core Principles & Definitions
Before diving into formulas, let's establish the key ideas behind volumes with known cross sections. Every problem of this type follows the same logical framework: identify a base region in the xy-plane, determine the shape of each perpendicular slice, express the slice's area as a function of position, and integrate.
The Base Region
The Cross-Sectional Shape
Area as a Function
Integrate to Sum All Slices
Visualizing Cross-Sectional Solids
The diagram below shows a base region bounded by two curves, with triangular and semicircular cross sections rising perpendicular to the x-axis. Notice how the width of each cross section equals the vertical distance between the two boundary curves at that x-value. As x changes, the cross section's size changes too, but its shape stays the same.
In the diagram, the amber triangle at x ≈ 250 has its base sitting along the segment from g(x) to f(x), and its apex rises perpendicular to the xy-plane. The pink semicircle at x ≈ 460 uses the same segment as its diameter and bulges outward. The key insight is that the dimension s = f(x) − g(x) varies with x, so every slice has a different area — and integration captures that variation perfectly.
Mathematical Framework
The general volume formula for a solid with known cross sections is straightforward. If cross sections are perpendicular to the x-axis and A(x) represents the area of the slice at position x, then the volume from x = a to x = b is given by a single definite integral.
Now let s(x) = f(x) − g(x) be the distance between the boundary curves at position x. This distance serves as the side length for triangles or the diameter for semicircles.
Equilateral Triangle Cross Sections
An equilateral triangle with side length s has area (√3/4)s². If s = f(x) − g(x), then:
Isosceles Right Triangle Cross Sections
An isosceles right triangle with leg length s has area (1/2)s². When the leg equals f(x) − g(x):
Semicircle Cross Sections
For a semicircle whose diameter equals f(x) − g(x), the radius is r = [f(x) − g(x)] / 2. The area of a semicircle is (1/2)πr²:
Cross-Section Geometry in Detail
To set up a volume integral correctly, you need to be confident about the area formulas for each cross-sectional shape. The diagram below places all three shapes side by side, each with a generic side/diameter labeled s. Use this as a quick reference when setting up problems.
| Cross-Section Shape | Defining Dimension | Area Formula A(x) |
|---|---|---|
| Equilateral triangle | Side = s = f(x) − g(x) | (√3 / 4) · s² |
| Isosceles right triangle | Leg = s = f(x) − g(x) | (1/2) · s² |
| Square (for comparison) | Side = s = f(x) − g(x) | s² |
| Semicircle | Diameter = s = f(x) − g(x) | (π / 8) · s² |
Notice a beautiful pattern: in every case, the area formula is a constant multiplied by s². That constant depends only on the shape — √3/4 for equilateral triangles, 1/2 for isosceles right triangles, π/8 for semicircles, and 1 for squares. This means the volume integral always looks like V = k · ∫ₐᵇ [f(x) − g(x)]² dx, where k is the shape constant.
Worked Examples
Example 1: Equilateral Triangle Cross Sections
Find the volume of a solid whose base is the region bounded by y = √x and y = 0 from x = 0 to x = 4, with cross sections perpendicular to the x-axis that are equilateral triangles.
Example 2: Semicircular Cross Sections
Find the volume of a solid whose base is the region bounded by y = 1 − x² and y = 0, with cross sections perpendicular to the x-axis that are semicircles.
Comparing Cross-Section Shapes
A natural question arises: if two solids share the same base region but have different cross-sectional shapes, how do their volumes compare? Since every area formula has the form A(x) = k · s², the volume is always V = k · ∫ₐᵇ s² dx. The integral part is the same for any shape — only the constant k changes. This gives us a simple way to compare volumes.
| Feature | Triangular Cross Sections | Semicircular Cross Sections |
|---|---|---|
| Shape constant k | √3/4 ≈ 0.433 (equilateral) or 1/2 (isosceles right) | π/8 ≈ 0.393 |
| Relative volume (same base) | Equilateral: ≈ 43.3% of square; Isosceles right: 50% of square | ≈ 39.3% of square |
| Dimension used as s | Side length (equilateral) or leg length (isosceles right) | Diameter — remember to halve for the radius |
| Common errors | Forgetting the √3/4 factor for equilateral; confusing leg vs. hypotenuse | Using s as the radius instead of the diameter (makes answer 4× too big) |
| Integration difficulty | Same — the integral ∫ s² dx is identical for all shapes | Same — only the constant out front differs |
Connections to Advanced Topics
Volumes with known cross sections are the gateway to more sophisticated volume techniques in calculus. The disk method and washer method are actually special cases of the cross-section approach — the cross sections happen to be circles (disks) or annuli (washers). The shell method takes a fundamentally different slicing strategy but solves similar problems.
| Feature | Cross-Section Method (This Lesson) | Disk/Washer & Shell Methods |
|---|---|---|
| Type of solid | Any solid with known cross-sectional shape | Solids of revolution (formed by rotating a region) |
| Cross-section shape | Triangles, semicircles, squares, etc. | Always circles or annuli (disk/washer) or cylindrical shells |
| When to use | Problem specifies the cross-section shape | Problem says "revolve around" an axis |
| Core formula | V = ∫ A(x) dx with A(x) from geometry | V = π ∫ r² dx (disk) or V = 2π ∫ r·h dx (shell) |
In multivariable calculus and engineering, the cross-section concept extends to double and triple integrals, where you slice a 3D region along two or three axes. The same logic — find the area of a slice, then integrate — scales beautifully to higher dimensions. Mastering the single-variable cross-section technique now gives you a powerful mental model for these future topics.
Practice Problems
Lesson Summary
To find the volume of a solid with known cross sections, start by identifying the base region in the xy-plane and the distance s(x) = f(x) − g(x) between its boundary curves. This distance serves as the side length for triangular cross sections or the diameter for semicircular cross sections. The area of each slice is always a constant times s²: use A = (√3/4)s² for equilateral triangles, A = (1/2)s² for isosceles right triangles, and A = (π/8)s² for semicircles.
The total volume is then V = ∫ₐᵇ A(x) dx, a single definite integral that sums every infinitely thin slice across the base. Remember that for semicircles, s is the diameter, not the radius — a common pitfall. This cross-section technique connects directly to the disk and washer methods for solids of revolution, where the cross sections happen to be circles or annuli.