Volumes with cross sections: triangles and semicircles — AP Calculus BC
1. Core Logic of Cross Section Volumes ★★☆☆☆ ⏱ 3 min
This topic is a core application of integration to find the volume of irregular solids that do not need to be symmetric around an axis. The approach follows the same core idea as all integration applications: slice the solid into infinitely many thin slabs perpendicular to a given axis, calculate the volume of each slab as cross-sectional area multiplied by slab thickness, then sum all volumes via integration. It appears regularly in both multiple choice and free response sections of the AP Calculus BC exam.
2. Semicircular Cross Sections (Perpendicular to X-axis) ★★★☆☆ ⏱ 5 min
For semicircular cross sections perpendicular to the x-axis, the entire diameter of the semicircle lies across the base between the two bounding curves. The length of the diameter at position $x$ is the vertical distance between the upper and lower curves: $d(x) = y_{\text{upper}} - y_{\text{lower}}$. Radius is half the diameter, so $r(x) = \frac{d(x)}{2}$.
A(x) = \frac{1}{2} \pi r(x)^2 = \frac{\pi}{8} [d(x)]^2
Once $A(x)$ is found, integrate between the x-bounds of the base region to get total volume:
V = \int_a^b A(x) dx
Exam tip: Always confirm the cross section shape before writing your area formula.
3. Triangular Cross Sections (Perpendicular to X-axis) ★★★☆☆ ⏱ 4 min
Triangular cross sections are tested in three common configurations on the AP exam, all with area proportional to the square of the side length that lies on the base. The side length $s(x) = y_{\text{upper}} - y_{\text{lower}}$, and the only difference between configurations is the constant coefficient for area:
- Equilateral triangle (side = $s$): $A = \frac{\sqrt{3}}{4} s^2$
- Isosceles right triangle (leg = $s$, leg on base): $A = \frac{1}{2} s^2$
- Isosceles right triangle (hypotenuse = $s$, hypotenuse on base): $A = \frac{1}{4} s^2$ (derived from Pythagoras: $a^2 + a^2 = s^2 \implies A = \frac{1}{2}a^2 = \frac{1}{4}s^2$)
Volume is calculated the same way as for semicircles: $V = \int_a^b A(x) dx$. The most common point of confusion is mixing up area formulas based on which side lies on the base.
Exam tip: If the problem does not specify where the right angle is, confirm which side of the triangle lies on the base before choosing your area formula.
4. Cross Sections Perpendicular to the Y-axis ★★★★☆ ⏱ 4 min
When cross sections are perpendicular to the y-axis, all logic stays the same, but we integrate with respect to $y$ instead of $x$, and must rewrite all functions to express $x$ in terms of $y$. The side length of the cross section is now the horizontal distance between the right and left bounding curves of the base: $s(y) = x_{\text{right}} - x_{\text{left}}$. Bounds of integration are the y-values at the bottom and top of the base region, and volume is:
V = \int_c^d A(y) dy
All area formulas for semicircles and triangles remain exactly the same. This variation tests your understanding of slicing logic, not just memorization, so it is commonly tested on the AP exam.
Exam tip: If your base extends on both sides of the y-axis, don't forget to add the distance from the y-axis to the left curve and to the right curve to get full side length.
5. Concept Check ★★★☆☆ ⏱ 2 min
Common Pitfalls
Why: Students forget the diameter spans the entire base, so radius is half that length, and skip the division step.
Why: Students memorize the area formula without checking which side $s$ corresponds to.
Why: Students get used to integrating with respect to $x$ and fail to adjust for the axis direction.
Why: Students incorrectly generalize the x-axis side length formula to the y-axis case.
Why: Students rush through setup and write $A(x) = k s(x)$ instead of $A(x) = k s(x)^2$.