CALCULUS 2 • APPLICATIONS OF INTEGRATION

Cross Sections: Triangles & Semicircles — Volumes with Cross Sections: Triangles and Semicircles

Compute volumes of solids whose cross sections are triangles or semicircles by integrating known area formulas along an axis.

Historical Context & Motivation

The problem of computing volumes of irregular solids has occupied mathematicians for millennia. The ancient Greeks understood volumes of standard shapes—spheres, cones, cylinders—but lacked a general method for solids whose cross-sectional shapes change continuously along an axis. The idea that a solid can be understood as a stack of infinitely thin slices, each with a known area, is the conceptual foundation of the method of cross sections. This technique generalizes the disk and washer methods by allowing the cross-sectional shape to be any geometric figure—triangles, semicircles, squares, or any region whose area can be expressed as a function of position.

~250 BCE
Archimedes and the Method of Exhaustion
Archimedes computed volumes of spheres and paraboloids by approximating them with stacks of thin cylindrical slabs, anticipating the cross-section approach by nearly two millennia.
1635
Cavalieri's Principle
Bonaventura Cavalieri published Geometria Indivisibilibus, stating that two solids with equal cross-sectional areas at every height have the same volume—a direct precursor to integrating cross-sectional area functions.
1660s
Newton & Leibniz Formalize Integration
The invention of calculus provided the rigorous machinery to sum infinitely many infinitesimally thin cross sections via the definite integral, turning Cavalieri's geometric insight into a computational tool.
Modern Era
Engineering & Scientific Applications
Cross-sectional volume methods are now standard in structural engineering (computing beam volumes), medical imaging (reconstructing organ volumes from CT slices), and computational geometry.

The central question this lesson addresses is: given a base region in the plane and a rule prescribing the shape of each perpendicular cross section—specifically a triangle or a semicircle—how do we express the volume of the resulting solid as a definite integral and evaluate it?

Core Principles & Definitions

The method of known cross sections rests on a small number of powerful ideas. Every solid whose cross-sectional area can be written as a continuous function of position along an axis is amenable to this technique. The key is translating a geometric description—"the cross section is an equilateral triangle whose base lies in the xy-plane"—into an explicit area function A(x) that can be integrated.

1

The Slicing Principle

A solid's volume equals the integral of its cross-sectional area: V = ∫ A(x) dx. Each infinitesimal slab of thickness dx has volume A(x) dx.
2

Base Region & Cross-Section Shape

The base region in the plane defines the span of each cross section. The prescribed shape (triangle, semicircle, etc.) determines how the base length maps to area.
3

Side Length as a Function

At position x, the cross section's characteristic dimension (base, diameter, side) equals the vertical or horizontal distance across the base region, expressed as s(x).
4

Area Formula Selection

Equilateral triangle: A = (√3/4)s². Isosceles right triangle: A = (1/2)s². Semicircle: A = (π/8)s². Choose the formula matching the stated cross-section geometry.
5

Integration Bounds

The limits of integration are the leftmost and rightmost (or bottom and top) x-values (or y-values) where the base region exists.
KEY TAKEAWAY
Think of the solid as a loaf of bread. Each slice has a specific shape—perhaps a triangle or a semicircle—whose size varies along the length of the loaf. If you can compute the area of every individual slice as a function of position, you can integrate those areas to recover the total volume, just as weighing every slice and summing gives you the loaf's total mass.

Visual Explanation — Solid with Triangular Cross Sections

The diagram below illustrates a solid whose base is the region between y = 0 and y = 1 − x on the interval [0, 1], with each cross section perpendicular to the x-axis being an equilateral triangle. As x increases from 0 to 1, the side length of the triangle shrinks from 1 to 0, producing a tapering solid. The shaded triangles at three representative positions show how the cross-sectional area diminishes.

Three representative equilateral-triangle cross sections are shown at x = 0.1, 0.5, and 0.8. The side length s(x) = 1 − x equals the height of the base region at each x-value. As x → 1, the triangles shrink to a point, and the solid tapers to zero.

Notice how the geometry translates into analysis: at each position x, the side length of the equilateral triangle equals s(x) = 1 − x, which is simply the distance across the base region at that x-value. The area of an equilateral triangle with side s is A = (√3/4)s², so the cross-sectional area function becomes A(x) = (√3/4)(1 − x)². The volume is then V = ∫₀¹ (√3/4)(1 − x)² dx. This exemplifies the entire workflow: identify the base span, write the area formula, and integrate.

Mathematical Framework

The general volume formula for the method of known cross sections, slicing perpendicular to the x-axis, is the foundation of every problem in this topic. The formulas below cover the three most common cross-section shapes encountered in this lesson's scope.

GENERAL VOLUME BY CROSS SECTIONS
V = ∫ₐᵇ A(x) dx
A(x) is the area of the cross section at position x, and [a, b] is the interval over which the base region extends. If slicing perpendicular to the y-axis, replace x with y throughout.
EQUILATERAL TRIANGLE CROSS SECTIONS
A(x) = (√3 / 4) · [s(x)]²
s(x) is the side length of the equilateral triangle, typically equal to the vertical (or horizontal) span of the base region at position x: s(x) = f(x) − g(x), where f(x) ≥ g(x) bound the base.
ISOSCELES RIGHT TRIANGLE CROSS SECTIONS
A(x) = (1/2) · [s(x)]²
Here s(x) is the length of the two equal legs (when the leg lies along the base), or alternatively s(x) is the hypotenuse length. If the hypotenuse lies along the base, A(x) = (1/4)[s(x)]². Always read the problem statement carefully to determine which dimension equals s(x).
SEMICIRCULAR CROSS SECTIONS
A(x) = (π / 8) · [s(x)]²
When the diameter of the semicircle equals s(x), the radius is s(x)/2 and the area of the semicircle is (1/2)π(s/2)² = (π/8)s². This is the most common configuration; if instead the radius equals s(x), then A(x) = (π/2)s².
Common Pitfall
Students frequently confuse the diameter and radius when working with semicircular cross sections. If the problem states that the diameter of each semicircle equals the distance across the base, then r = s(x)/2, and the area is (π/8)s². Misidentifying s(x) as the radius instead of the diameter introduces a factor-of-4 error.

Detailed Breakdown — Triangle vs. Semicircle Cross Sections

The diagram below places the two principal cross-section types side by side, both built on the same base region (the area under y = √x from x = 0 to x = 4). This direct comparison highlights how the choice of cross-section shape affects the area formula and, consequently, the resulting volume. In both cases the base span at position x is s(x) = √x, but the geometric interpretation of that span—as a triangle side or as a semicircle diameter—produces very different area functions.

Both solids share the base region under y = √x from x = 0 to x = 4. Left: equilateral triangle cross sections with side s(x) = √x produce area A(x) = (√3/4)x. Right: semicircular cross sections with diameter d(x) = √x produce area A(x) = (π/8)x. Integrating each yields V = 2√3 and V = π, respectively.
Comparison of area formulas for common cross-section shapes
Cross-Section ShapeDimension from BaseArea Formula A(x)Coefficient
Equilateral TriangleSide = s(x)(√3/4) s²≈ 0.4330
Isosceles Right △ (leg = base)Leg = s(x)(1/2) s²0.5000
Isosceles Right △ (hyp = base)Hypotenuse = s(x)(1/4) s²0.2500
Semicircle (diameter = base)Diameter = s(x)(π/8) s²≈ 0.3927
Square (for reference)Side = s(x)1.0000

Observe that every area formula is proportional to [s(x)]². This means the integral always takes the form V = C · ∫ₐᵇ [s(x)]² dx, where C is the geometric constant from the table. Once you compute the integral ∫[s(x)]² dx, you can obtain the volume for any of these cross-section types simply by multiplying by the appropriate coefficient. This structural insight saves significant work when a problem asks you to compare volumes across different cross-section shapes for the same base.

Worked Example — Semicircular Cross Sections

Consider the base region bounded by y = x² and y = √x. Cross sections perpendicular to the x-axis are semicircles with diameters lying in the base region. Find the volume of the resulting solid.

Volume with Semicircular Cross Sections
1
Step 1 — Identify the Base Region and LimitsThe base is bounded by y = x² (below) and y = √x (above). Setting x² = √x gives x⁴ = x, so x(x³ − 1) = 0, yielding intersection points at x = 0 and x = 1. The limits of integration are a = 0 and b = 1.
Limits: [0, 1]
2
Step 2 — Express the Diameter as a Function of xAt each x, the diameter of the semicircle equals the vertical distance across the base region: s(x) = √x − x². This distance is positive on (0, 1).
s(x) = √x − x²
3
Step 3 — Write the Cross-Sectional AreaSince the diameter equals s(x), the radius is s(x)/2, and the area of a semicircle is (1/2)πr² = (π/8)[s(x)]². Therefore A(x) = (π/8)(√x − x²)².
A(x) = (π/8)(√x − x²)²
4
Step 4 — Expand the IntegrandExpand (√x − x²)² = x − 2x^(5/2) + x⁴. So the integrand becomes (π/8)(x − 2x^(5/2) + x⁴).
(√x − x²)² = x − 2x^(5/2) + x⁴
5
Step 5 — Integrate Term by TermV = (π/8) ∫₀¹ (x − 2x^(5/2) + x⁴) dx = (π/8) [x²/2 − 2·(2/7)x^(7/2) + x⁵/5] from 0 to 1 = (π/8)[1/2 − 4/7 + 1/5]. Finding a common denominator of 70: 1/2 = 35/70, 4/7 = 40/70, 1/5 = 14/70. Sum = (35 − 40 + 14)/70 = 9/70.
V = 9π/560
💡 Verification Tip
You can check your answer by comparing to the volume with square cross sections on the same base: V_square = ∫₀¹ (√x − x²)² dx = 9/70 ≈ 0.1286. Our semicircle volume should be (π/8) × (9/70) = 9π/560 ≈ 0.0505, which is indeed about 39.3% of the square-cross-section volume, consistent with π/8 ≈ 0.3927.

Strengths, Limitations & Comparisons with Other Methods

The method of known cross sections is one of three primary integration-based volume techniques in single-variable calculus, alongside the disk/washer method and the shell method. Understanding when each method is most efficient—and what each can and cannot do—is essential for problem-solving fluency.

Comparison of single-variable volume techniques
FeatureKnown Cross SectionsDisk / WasherCylindrical Shells
Solid typeAny solid with known cross-sectional shapeSolids of revolution onlySolids of revolution only
Slicing directionPerpendicular to axis of integrationPerpendicular to axis of revolutionParallel to axis of revolution
Cross-section shapeTriangles, semicircles, squares, etc.Circles or annuli (washers)Thin cylindrical shells
Key formulaV = ∫ A(x) dxV = π∫ [R² − r²] dxV = 2π∫ r · h dx
LimitationRequires area formula for the cross sectionOnly applies to revolution about an axisOnly applies to revolution about an axis
KEY TAKEAWAY
The cross-section method is the most general of the three volume techniques: the disk/washer and shell methods are special cases where the cross section happens to be a circle or an annulus. Whenever a problem specifies a non-circular cross-sectional shape—triangular, semicircular, hexagonal—you must use the known-cross-section approach, because neither disks nor shells apply.

Connection to Multivariable Calculus & Beyond

The method of known cross sections is fundamentally a one-dimensional reduction of a three-dimensional volume computation. In multivariable calculus, you compute the same volume using a double or triple integral directly. Understanding how the single-variable cross-section integral relates to its multivariable counterpart deepens your appreciation of both approaches and clarifies the role of Fubini's theorem in converting iterated integrals.

Cross-section method vs. multivariable integration
AspectCross-Section Method (Calc 2)Double/Triple Integral (Calc 3)
SetupV = ∫ₐᵇ A(x) dx; A(x) found by geometryV = ∫∫∫ dV or V = ∫ₐᵇ [∫∫_{D(x)} dA] dx
A(x) computationKnown formula (e.g., (√3/4)s²)Inner double integral over the cross-section region D(x)
FlexibilityRequires simple, named geometric shapesHandles arbitrary cross-section boundaries
Conceptual linkCavalieri's principle applied along one axisFubini's theorem decomposes the volume integral into iterated single-variable integrals

In applied contexts—such as computing the volume of a wing spar, a dam, or a biological organ from cross-sectional imaging data—the known-cross-section approach extends naturally to numerical integration. If A(xᵢ) is measured at discrete stations (e.g., CT scan slices), the volume is approximated by a Riemann sum Σ A(xᵢ) Δx, which converges to the exact integral as Δx → 0. This connection between the calculus you learn now and real-world volumetric estimation is one of the most direct applications of integration theory.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why, for the same base region, a solid with equilateral-triangle cross sections will always have a larger volume than a solid with semicircular cross sections (diameter = base span). What geometric constant accounts for the difference?
PROBLEM 2BASIC CALCULATION
The base of a solid is the region bounded by y = 0 and y = 4 − x² (a parabola). Cross sections perpendicular to the x-axis are equilateral triangles. Find the volume.
PROBLEM 3INTERMEDIATE
A solid has a base bounded by the circle x² + y² = 9. Every cross section perpendicular to the x-axis is a semicircle with its diameter in the base. Find the exact volume.
PROBLEM 4APPLIED
An architect designs a decorative concrete beam 6 meters long. The beam's cross section at distance x meters from one end is an isosceles right triangle whose hypotenuse length is h(x) = (1/3)x(6 − x) meters. Find the volume of concrete required in cubic meters.
PROBLEM 5CRITICAL THINKING
Let R be the region bounded by y = sin x and y = 0 on [0, π]. Prove that the volume of the solid with equilateral-triangle cross sections perpendicular to the x-axis equals exactly (√3/4) times the volume of the solid with square cross sections on the same base, and determine each volume.

Summary & Review

Computing volumes by known cross sections requires three steps: (1) identify the base region and determine the span function s(x) = f(x) − g(x) across it, (2) select the correct area formula for the prescribed cross-sectional shape—(√3/4)s² for equilateral triangles, (1/2)s² for isosceles right triangles (leg = base), or (π/8)s² for semicircles (diameter = base)—and (3) evaluate the definite integral V = ∫ₐᵇ A(x) dx over the appropriate interval.

Because every area formula is proportional to [s(x)]², the integral ∫[s(x)]² dx is the universal building block: once computed, it yields the volume for any cross-section type by multiplication with the appropriate geometric constant. This method generalizes naturally to Cavalieri's principle and foreshadows the iterated integrals of multivariable calculus. Always verify dimensional consistency, confirm which dimension of the cross section (side, leg, hypotenuse, diameter, or radius) matches the base span, and expand the integrand carefully before integrating.

Varsity Tutors • Calculus 2 • Cross Sections: Triangles & Semicircles