Loading
Compute the volume of a solid by integrating the area of triangular and semicircular cross sections perpendicular to an axis.
The problem of computing volumes of irregular solids has fascinated mathematicians for over two millennia. Ancient Greek geometers developed remarkably sophisticated techniques for finding volumes of specific shapes—spheres, cones, and paraboloids—long before the formal machinery of calculus existed. The key intellectual breakthrough was the realization that a three-dimensional solid can be understood as the accumulation of infinitely many two-dimensional slices, an insight that ultimately became the method of cross-sectional integration. This technique generalizes volume computation to solids whose cross sections are not circles (as in disks and washers) but rather triangles, semicircles, squares, or any shape whose area can be expressed as a function of position along an axis.
The central question this lesson addresses is: given a region in the plane and a rule that specifies a cross-sectional shape (such as an isosceles right triangle or a semicircle) at every point along an axis, how do we set up and evaluate a definite integral that yields the exact volume of the resulting solid? This technique extends the familiar disk/washer method to situations where cross sections are not circular, significantly broadening the class of solids whose volumes we can compute analytically.
Volumes by cross sections rest on a single powerful idea: if you know the area of every cross-sectional slice of a solid, you can recover its total volume by integrating those areas. Before diving into formulas, it is essential to understand the foundational concepts that make this method work.
The following diagram illustrates a solid whose base is a region in the xy-plane bounded by two curves. At each value of x, an isosceles right triangle is erected perpendicular to the x-axis with its hypotenuse lying on the base region. The shaded cross section at a representative position x shows how the triangle's dimensions are determined by the vertical distance between the upper and lower boundary curves.
Observe how the triangle's size changes as x moves from a to b: where the base region is widest, the cross-sectional triangle is largest, and where the base region narrows, the triangle shrinks. The volume integral sums the areas of all such infinitesimally thin triangular slabs from x = a to x = b. The crucial step is always the same—express the characteristic dimension of the cross section (here, the hypotenuse length) as a function of x, compute the area A(x) of that cross-sectional shape, and integrate.
The general volume formula via cross sections is deceptively simple. All of the geometric reasoning is encoded in the area function A(x). Let us develop the formulas for each cross-sectional shape featured in this lesson.
Let s(x) = f(x) − g(x) denote the distance across the base region at position x. For various triangle types with one dimension equal to s(x), the cross-sectional area formulas differ.
When each cross section is a semicircle, the key dimension linking the base region to the cross section is the diameter. The distance s(x) across the base typically serves as the diameter of the semicircle, making the radius r(x) = s(x)/2.
The diagram below shows a solid whose base is the region between y = √x and y = 0 on [0, 4], with semicircular cross sections perpendicular to the x-axis. At each x, the diameter of the semicircle equals √x (the height of the base region), so the radius is √x / 2. Notice how the semicircles grow as x increases from 0 to 4, reflecting the increasing width of the base.
| Cross-Section Type | Key Dimension from s(x) | Area Formula A(x) |
|---|---|---|
| Equilateral triangle (side = s) | s(x) = f(x) − g(x) | (√3/4) · s² |
| Isosceles right △ (hypotenuse = s) | s(x) = f(x) − g(x) | (1/4) · s² |
| Isosceles right △ (leg = s) | s(x) = f(x) − g(x) | (1/2) · s² |
| Semicircle (diameter = s) | s(x) = f(x) − g(x) | (π/8) · s² |
| Square (side = s) | s(x) = f(x) − g(x) | s² |
Let R be the region bounded by y = sin(x) and y = 0 for 0 ≤ x ≤ π. A solid has base R, and cross sections perpendicular to the x-axis are semicircles with diameter equal to the distance from y = 0 to y = sin(x). Find the volume of the solid.
Understanding how the choice of cross-sectional shape affects the volume—and how this method compares to the disk/washer and shell methods—is crucial for selecting the most efficient approach on the AP exam. Each cross section type has a different area coefficient in front of [s(x)]², so even for the same base region, the resulting volumes differ significantly.
| Feature | Triangular Cross Sections | Semicircular Cross Sections |
|---|---|---|
| Area coefficient | √3/4 (equil.), 1/4 (rt. △ hyp.), 1/2 (rt. △ leg) | π/8 ≈ 0.3927 |
| Typical integrand | Constant × [s(x)]² | Constant × [s(x)]² |
| Common AP prompt | "cross sections are equilateral triangles" or "isosceles right triangles with leg/hypotenuse on the base" | "cross sections are semicircles with diameter on the base" |
| Key pitfall | Confusing whether s(x) is the side, hypotenuse, or leg | Confusing whether s(x) is the diameter or the radius |
| Integration techniques | Usually power rule or trig identities | Usually power rule or trig identities |
The cross-sectional volume technique you have learned is a special case of a far-reaching idea in multivariable calculus and analysis. In AP Calculus AB, you slice along one axis and compute the area of each cross section as a function of a single variable. In more advanced settings, the same principle generalizes to double and triple integrals, where you integrate over two- and three-dimensional regions. The table below highlights key connections between the AB-level treatment and more advanced formulations.
| AP Calculus AB (This Lesson) | AP Calculus BC / Multivariable |
|---|---|
| V = ∫ₐᵇ A(x) dx with A(x) given by a shape formula | V = ∬_R f(x, y) dA where the double integral sums height over a 2D region |
| Cross sections are simple shapes (triangles, semicircles, squares) | Cross sections can be arbitrary regions computed via inner integrals |
| Slicing perpendicular to x-axis or y-axis only | Slicing in any direction; change of variables (Jacobians) for curved coordinates |
| Disk/washer method for solids of revolution | Surface integrals and the divergence theorem unify volume computation in 3D |
In engineering and applied science, cross-sectional integration appears constantly. Structural engineers compute the moment of inertia of beams by integrating y² · A(x) across cross sections; medical imaging reconstructs organ volumes from cross-sectional CT slices using precisely the principle of V = ∫ A(x) dx. Mastering this technique in AP Calculus AB therefore builds a foundation that extends naturally into physics, engineering, and data science.
Computing volumes with known cross sections requires three steps: identify the base region and express the distance s(x) between the bounding curves, select the correct area formula for the given cross-sectional shape, and integrate A(x) over the appropriate interval. For equilateral triangles, A = (√3/4)s²; for isosceles right triangles, A = (1/4)s² (hypotenuse = s) or A = (1/2)s² (leg = s); and for semicircles, A = (π/8)s² when s is the diameter.
The fundamental formula V = ∫ₐᵇ A(x) dx applies regardless of the cross-sectional shape—only the expression for A(x) changes. Always read the problem statement carefully to determine whether the given dimension is a side, leg, hypotenuse, diameter, or radius, as this single distinction determines the correct coefficient and is the most common source of error on the AP exam.
Keep learning with more lessons from the same subject.