Calculus AB · Unit 8: Applications of Integration · 14 min read · Updated 2026-05-10
Volumes with cross sections: squares and rectangles — AP Calculus AB
AP Calculus AB · Unit 8: Applications of Integration · 14 min read
1. Core Concept: Cross-Sectional Volume Slicing★★☆☆☆⏱ 2 min
This topic accounts for roughly 4-6% of your total AP Calculus AB exam score, and appears in both multiple-choice and free-response sections.
The core idea is to split an irregular solid into infinitely many thin parallel slices, each with a known cross-sectional shape. The base of the solid is always a bounded region in the xy-plane, and cross sections are perpendicular to either the x-axis or y-axis per AP exam convention.
2. Square Cross Sections Perpendicular to the X-Axis★★☆☆☆⏱ 4 min
When cross sections are perpendicular to the x-axis, slices are vertical, so we integrate with respect to x. First find bounds of integration, which are the x-values that span the entire base region.
V = \int_a^b \left(y_{top}(x) - y_{bottom}(x)\right)^2 dx
Exam tip: Always expand the squared binomial for square cross sections before integrating—unexpanded binomials almost always lead to incorrect integration.
3. Square Cross Sections Perpendicular to the Y-Axis★★★☆☆⏱ 4 min
When cross sections are perpendicular to the y-axis, slices are horizontal, so we integrate with respect to y. The core logic is identical to the x-axis case, just with swapped axes. All boundary curves must be rewritten as functions of y, a step many students forget.
s(y) = x_{right}(y) - x_{left}(y)
V = \int_c^d \left(x_{right}(y) - x_{left}(y)\right)^2 dy
Exam tip: Always solve for x explicitly before calculating side length for cross sections perpendicular to the y-axis to avoid mixed variables in your integral.
4. General Rectangular Cross Sections★★★☆☆⏱ 6 min
Squares are a special case of rectangular cross sections, where the height of the rectangle equals the base length (the distance across the base region). AP exams frequently ask for general rectangles where height is a constant, multiple of the base, or function of position. For any rectangle, area equals base × height:
Perpendicular to x-axis: Base $b(x) = y_{top}(x) - y_{bottom}(x)$, Volume $V = \int_a^b b(x) \cdot h(x) dx$
Perpendicular to y-axis: Base $b(y) = x_{right}(y) - x_{left}(y)$, Volume $V = \int_c^d b(y) \cdot h(y) dy$
Exam tip: Never automatically assume the cross section is a square—always check the problem statement and confirm the relationship between base and height before writing the area formula.
Common Pitfalls
Why: You rely on muscle memory instead of confirming the direction of the cross section.
Why: You misapply the power rule for integration to composite functions without checking substitution requirements.
Why: You misread the problem and assume the given height is the full area.
Why: You don't sketch the base region, so you miss the extra boundary line.
Why: You remember to integrate with respect to y, but forget to rewrite all curves as $x=f(y)$.