# Volumes with cross sections: triangles and semicircles

> AP Calculus BC · Unit 8: Applications of Integration
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u8-volumes-with-cross-sections-triangles/

We cover setting up and evaluating definite integrals for volumes of solids with known triangular and semicircular cross sections, perpendicular to either axis, with base bounded by intersecting curves in the xy-plane.

**Prerequisites:** [Finding area between two curves with respect to x or y](https://www.owlsprep.com/study/ap-calculus-bc-u8-area-between-curves/); Evaluating definite integrals via the Fundamental Theorem of Calculus; Basic area formulas for triangles and circles

## Learning objectives

- Set up definite integrals for volumes with triangular and semicircular cross sections
- Evaluate integrals to find total volume of solids with known cross sections
- Adjust calculations for cross sections perpendicular to either the x-axis or y-axis
- Avoid common exam traps in area formula setup and integration bounds

## Core Logic of Cross Section Volumes

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.

**Volume with Known Cross Sections** — An irregular solid with a bounded base in the xy-plane, where every cross section cut perpendicular to a specified axis has a fixed, known shape. Volume is found by integrating cross-sectional area over the bounds of the base.

## Semicircular Cross Sections (Perpendicular to X-axis)

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$$

> **tip**
>
> If the problem specifies full circular cross sections instead of semicircles, use $A(x) = \frac{\pi}{4} d(x)^2$ by dropping the 1/2 factor.

**Worked example:** The base of a solid is the region bounded by $y = x^2$ and $y = 2x$ in the first quadrant. Find the volume of the solid if all cross sections perpendicular to the x-axis are semicircles.

1. Find intersection points for integration bounds: set $x^2 = 2x \implies x(x-2) = 0$, so bounds are $a=0$ and $b=2$.
2. Calculate diameter $d(x)$: upper curve is $y=2x$, lower curve is $y=x^2$, so:
3. $$d(x) = 2x - x^2$$
4. Find cross-sectional area:
5. $$A(x) = \frac{\pi}{8} (2x - x^2)^2 = \frac{\pi}{8}(4x^2 - 4x^3 + x^4)$$
6. Evaluate the volume integral:
7. $$V = \int_0^2 \frac{\pi}{8}(4x^2 - 4x^3 + x^4) dx = \frac{\pi}{8} \left[ \frac{4x^3}{3} - x^4 + \frac{x^5}{5} \right]_0^2$$
8. Simplify to get the final volume:
9. $$V = \frac{\pi}{8} \left( \frac{32}{3} - 16 + \frac{32}{5} \right) = \frac{2\pi}{15}$$

> **Exam tip:** Always confirm the cross section shape before writing your area formula.

## Triangular Cross Sections (Perpendicular to X-axis)

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.

**Worked example:** The base of a solid is the region bounded by $y = 1 - x^2$ and $y = 0$ on $x \in [-1, 1]$. All cross sections perpendicular to the x-axis are isosceles right triangles with the hypotenuse lying on the base. Find the volume of the solid.

1. Bounds are given as $a=-1$, $b=1$.
2. Calculate hypotenuse length $s(x)$:
3. $$s(x) = (1 - x^2) - 0 = 1 - x^2$$
4. Find cross-sectional area using the formula for hypotenuse $s$:
5. $$A(x) = \frac{1}{4}s^2 = \frac{1}{4}(1 - 2x^2 + x^4)$$
6. Evaluate the definite integral:
7. $$V = \int_{-1}^1 \frac{1}{4}(1 - 2x^2 + x^4) dx = \frac{1}{4} \left[ x - \frac{2x^3}{3} + \frac{x^5}{5} \right]_{-1}^1$$
8. Simplify to get final volume:
9. $$V = \frac{4}{15}$$

> **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.

## Cross Sections Perpendicular to the Y-axis

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.

**Worked example:** The base of a solid is the region bounded by $y = x^2$, $x = 0$, and $y = 4$ in the first quadrant. Find the volume of the solid if all cross sections perpendicular to the y-axis are equilateral triangles.

1. Rewrite $y = x^2$ as a function of $y$, taking the positive root for the first quadrant:
2. $$x = \sqrt{y}$$
3. Find y-bounds: the region spans from $y=0$ to $y=4$, so $c=0$, $d=4$.
4. Calculate side length $s(y)$:
5. $$s(y) = \sqrt{y} - 0 = \sqrt{y}$$
6. Find cross-sectional area for equilateral triangle:
7. $$A(y) = \frac{\sqrt{3}}{4} s^2 = \frac{\sqrt{3}}{4} (\sqrt{y})^2 = \frac{\sqrt{3}}{4} y$$
8. Evaluate the volume integral:
9. $$V = \int_0^4 \frac{\sqrt{3}}{4} y dy = \frac{\sqrt{3}}{4} \left[ \frac{y^2}{2} \right]_0^4 = 2\sqrt{3}$$

> **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.

## Concept Check

**Check your understanding**

Test your understanding with this AP-style multiple choice question:

1. The base of a solid is bounded by $y = x$, $y = 0$, and $x = 1$. All cross sections perpendicular to the x-axis are semicircles. What is the volume of the solid?

   - $\frac{\pi}{24}$
   - $\frac{\pi}{12}$
   - $\frac{\pi}{8}$
   - $\frac{\pi}{6}$

   *Answer:* $\frac{\pi}{24}$

   *Why:* Correct: diameter $d(x) = x$, area $A(x) = \frac{\pi}{8}x^2$, integrating from 0 to 1 gives $\frac{\pi}{24}$.

## Common pitfalls

- **Wrong:** Calculating radius of a semicircular cross section as $r(x) = d(x)$ instead of $d(x)/2$
  - Why it fails: Students forget the diameter spans the entire base, so radius is half that length, and skip the division step.
  - Correct: Always label what side of the cross section is in the base first: if it's the diameter, divide by 2 to get radius before plugging into the area formula.
- **Wrong:** Using $\frac{1}{2}s^2$ for an isosceles right triangle when the hypotenuse (not the leg) is on the base
  - Why it fails: Students memorize the area formula without checking which side $s$ corresponds to.
  - Correct: Derive the area from scratch every time: write down what $s$ is, use Pythagoras if needed, then compute area.
- **Wrong:** Keeping functions in terms of $x$ and integrating with respect to $x$ for cross sections perpendicular to the y-axis
  - Why it fails: Students get used to integrating with respect to $x$ and fail to adjust for the axis direction.
  - Correct: Always confirm which axis cross sections are perpendicular to: x-axis = integrate over x, y-axis = integrate over y, rewrite all functions to match the integration variable.
- **Wrong:** Using $y_{\text{upper}} - y_{\text{lower}}$ to find $s(y)$ for cross sections perpendicular to the y-axis
  - Why it fails: Students incorrectly generalize the x-axis side length formula to the y-axis case.
  - Correct: For cross sections perpendicular to the y-axis, side length is always $x_{\text{right}} - x_{\text{left}}$, not upper minus lower y.
- **Wrong:** Forgetting to square the side length when calculating cross-sectional area
  - Why it fails: Students rush through setup and write $A(x) = k s(x)$ instead of $A(x) = k s(x)^2$.
  - Correct: After writing $A(x)$, confirm the side length is squared: all cross sections here have area proportional to $s^2$, so if it's not squared, you made a mistake.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| General Volume (x-axis perpendicular) | $V = \int_a^b A(x) dx$ | $a,b$ are x-bounds of base |
| General Volume (y-axis perpendicular) | $V = \int_c^d A(y) dy$ | $c,d$ are y-bounds of base |
| Side length (x-axis cross sections) | $s(x) = y_{\text{upper}} - y_{\text{lower}}$ | $s$ is side on base |
| Side length (y-axis cross sections) | $s(y) = x_{\text{right}} - x_{\text{left}}$ | $s$ is side on base |
| Semicircle (diameter = $s$) | $A = \frac{\pi}{8} s^2$ | Use $\frac{\pi}{4} s^2$ for full circles |
| Equilateral triangle (side = $s$) | $A = \frac{\sqrt{3}}{4} s^2$ | Full side lies on base |
| Isosceles right (leg = $s$) | $A = \frac{1}{2} s^2$ | Leg lies on base |
| Isosceles right (hypotenuse = $s$) | $A = \frac{1}{4} s^2$ | Most common AP exam variant |

## What's next

Volumes with cross sections builds on the core integration idea of summing infinitesimal slices to find a total quantity, which unifies all applications of integration in AP Calculus BC. This topic directly prepares you for volumes of revolution, which are actually a special case of the cross section method: for volumes of revolution, every cross section perpendicular to the axis of revolution is a circle or washer, so the general cross section formula reduces directly to the disk/washer rule. Mastering the setup of cross-sectional areas and integration bounds here will make learning volumes of revolution much easier.

- [Unit 8: Applications of Integration Overview](https://www.owlsprep.com/study/ap-calculus-bc-u8-overview/)
- [Disc method around the x- or y-axis](https://www.owlsprep.com/study/ap-calculus-bc-u8-disc-method-around-the-x/)
- [Disc method around other axes](https://www.owlsprep.com/study/ap-calculus-bc-u8-disc-method-around-other-axes/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u8-volumes-with-cross-sections-triangles/
