8. Applications of Integration

Volumes With Cross Sections: Triangles And Semicircles

Volumes with Cross Sections: Triangles and Semicircles

students, imagine cutting a loaf of bread into many thin slices 🍞. If the shape of each slice is known, you can rebuild the whole loaf by adding the volumes of all the slices. That is the core idea behind volumes with cross sections. In this lesson, you will learn how to find the volume of a solid whose base is a region in the plane and whose slices are shapes like triangles or semicircles.

What you will learn

By the end of this lesson, students, you should be able to:

  • explain what a cross section is and why integration works for volume,
  • identify the correct formula for a triangular or semicircular cross section,
  • set up an integral from a base region and a given cross-sectional shape,
  • connect this topic to the broader AP Calculus BC unit on applications of integration,
  • solve volume problems using area functions and definite integrals.

This topic is important because many real objects are not perfect cylinders or rectangular prisms. Engineers, architects, and designers often work with solids that change shape from one slice to the next 🏗️. Calculus lets us measure those volumes exactly.

The main idea of cross sections

A cross section is the shape you see when you slice a solid with a plane. For these problems, the solid usually has a known base in the $xy$-plane, and the cross sections are perpendicular to either the $x$-axis or the $y$-axis.

Suppose the base is a region bounded by curves such as $y=f(x)$ and $y=g(x)$. If we slice the solid perpendicular to the $x$-axis, then each slice has a thickness of $dx$. The volume of a thin slice is approximately

$$dV = A(x)\,dx$$

where $A(x)$ is the area of the cross section at position $x$. Adding all the slices gives

$$V = \int_a^b A(x)\,dx$$

This formula is the foundation of the topic. The only challenge is finding the area formula for the cross-sectional shape.

When the cross sections are triangles or semicircles, the area is not just a simple width times height. Instead, you must first express the side length or diameter of the cross section using the width of the base region.

Triangular cross sections

If the cross sections are triangles, the problem will usually tell you what kind of triangle is used. The most common AP Calculus BC versions are equilateral triangles, isosceles right triangles, or triangles with a given height-to-base relationship.

For an equilateral triangle with side length $s$, the area is

$$A = \frac{\sqrt{3}}{4}s^2$$

This formula matters because in a cross-section problem, the side length $s$ is usually the width of the base region at a given $x$ or $y$ value.

Example with equilateral triangles

Suppose the base of a solid is the region between $y=x^2$ and $y=4$ on the interval $-2\le x\le 2$, and the cross sections perpendicular to the $x$-axis are equilateral triangles whose bases lie in the region.

At a given $x$, the vertical distance across the base is

$$s(x)=4-x^2$$

because the top curve is $y=4$ and the bottom curve is $y=x^2$.

The area of each triangular cross section is

$$A(x)=\frac{\sqrt{3}}{4}\bigl(4-x^2\bigr)^2$$

So the volume is

$$V=\int_{-2}^{2}\frac{\sqrt{3}}{4}\bigl(4-x^2\bigr)^2\,dx$$

Notice the structure: first find the side length from the base region, then square it, then integrate. If students remembers this chain, many problems become much easier.

Why the formula changes

Students sometimes wonder why the area formula is not always the same. The answer is that the cross section itself is part of the geometry. A triangle with a longer base has a larger area, and the base length changes as you move across the region. The function $A(x)$ captures that changing area.

If the triangle is not equilateral, the problem will give extra information, such as the height being equal to the base or the triangle being an isosceles right triangle. Then you must write the area in terms of the base length. For example, for an isosceles right triangle with leg length $s$, the area is

$$A=\frac{1}{2}s^2$$

Always read carefully, because the exact formula depends on the triangle type.

Semicircular cross sections

For semicircular cross sections, the key formula comes from the area of a circle. If a circle has radius $r$, then its area is $\pi r^2$. A semicircle is half of that, so its area is

$$A=\frac{1}{2}\pi r^2$$

Often the diameter of the semicircle is the width of the base region. If the diameter is $d$, then $r=\frac{d}{2}$, so the semicircle area can also be written as

$$A=\frac{1}{2}\pi\left(\frac{d}{2}\right)^2=\frac{\pi}{8}d^2$$

This form is very useful because the diameter is usually easier to get from the curves that bound the base.

Example with semicircles

Suppose the base is the region between $y=2x$ and $y=x^2$ from $x=0$ to $x=2$, and the cross sections perpendicular to the $x$-axis are semicircles with diameters in the base.

At each $x$, the diameter is the vertical distance between the curves:

$$d(x)=2x-x^2$$

So the area of the cross section is

$$A(x)=\frac{\pi}{8}\bigl(2x-x^2\bigr)^2$$

Then the volume is

$$V=\int_0^2 \frac{\pi}{8}\bigl(2x-x^2\bigr)^2\,dx$$

This setup is the main skill for semicircular cross sections. If the cross sections are perpendicular to the $y$-axis instead, you would need to express the width in terms of $y$ and integrate with respect to $y$.

A practical way to think about it

A semicircular slice is like a curved arch in each cross section 🌉. The width of the base region becomes the diameter of that arch. Once you find the diameter, the rest is just the area formula and an integral.

How to set up these problems correctly

Most mistakes happen during setup, not integration. Here is a reliable process students can use:

  1. Identify the direction of slicing: perpendicular to the $x$-axis or $y$-axis.
  2. Find the width of the base region at a typical slice.
  3. Convert that width into the correct geometric measurement: side length for triangles or diameter for semicircles.
  4. Write the cross-sectional area function $A(x)$ or $A(y)$.
  5. Integrate over the correct interval.

If the region is bounded by $y=f(x)$ on top and $y=g(x)$ below, then the width of a vertical slice is

$$f(x)-g(x)$$

If the cross sections are perpendicular to the $y$-axis and the region is bounded on the right by $x=R(y)$ and on the left by $x=L(y)$, then the width is

$$R(y)-L(y)$$

The interval of integration must match the direction of slicing. For vertical slices, integrate from the leftmost $x$-value to the rightmost $x$-value. For horizontal slices, integrate from the lowest $y$-value to the highest $y$-value.

Connecting this topic to the bigger AP Calculus BC picture

Volumes with cross sections belongs to the broader Applications of Integration unit, along with area between curves, solids of revolution, average value, motion, accumulation, and arc length. These topics all use the same big idea: a complicated quantity can be built from many tiny pieces.

Here, the tiny pieces are cross-sectional slices with area $A(x)$ or $A(y)$. The total volume is the accumulation of those areas:

$$V=\int A\,d\text{(position)}$$

This is the same logic used in motion problems, where total distance or displacement comes from adding tiny changes. It is also related to area between curves, because both topics require finding the difference between two boundaries.

On the AP exam, cross-section volume problems usually test whether you can translate a word problem into a definite integral. The mathematics itself is not usually hard once the setup is correct. That means careful reading and good sketching are essential skills ✏️.

Worked reasoning example

Imagine a base region bounded by $y=6-x^2$ and $y=2$ on $-2\le x\le 2$, and suppose cross sections perpendicular to the $x$-axis are semicircles.

First, find the width of the region at each $x$:

$$d(x)=(6-x^2)-2=4-x^2$$

Since the diameter of each semicircle is $d(x)$, the cross-sectional area is

$$A(x)=\frac{\pi}{8}(4-x^2)^2$$

So the volume is

$$V=\int_{-2}^{2}\frac{\pi}{8}(4-x^2)^2\,dx$$

Notice that no revolution is happening here. The solid is not being spun around an axis. Instead, the shape is built directly from identical type slices whose size changes with position. That is why these are called solids with known cross sections.

If the cross sections were equilateral triangles instead, the area would become

$$A(x)=\frac{\sqrt{3}}{4}(4-x^2)^2$$

and the volume would be

$$V=\int_{-2}^{2}\frac{\sqrt{3}}{4}(4-x^2)^2\,dx$$

The only change is the area formula. That is a powerful idea: once you know the shape formula, the setup follows the same pattern.

Conclusion

Volumes with cross sections is a clean example of how calculus turns geometry into accumulation. students, the central task is to find the area of a typical slice, write it as a function, and integrate over the base region. For triangular and semicircular cross sections, the important step is translating the width of the base into the correct measurement for the shape, such as a side length or diameter. Once that is done, the volume comes from a definite integral. This topic connects directly to other applications of integration because it uses the same big idea: adding infinitely many tiny pieces to measure a total quantity.

Study Notes

  • A cross section is the shape formed when a solid is sliced by a plane.
  • For volumes with cross sections, use $V=\int_a^b A(x)\,dx$ or $V=\int_c^d A(y)\,dy$.
  • For equilateral triangles, use $A=\frac{\sqrt{3}}{4}s^2$.
  • For isosceles right triangles with leg length $s$, use $A=\frac{1}{2}s^2$.
  • For semicircles with diameter $d$, use $A=\frac{\pi}{8}d^2$.
  • The width of the base region becomes the side length of the triangle or the diameter of the semicircle.
  • Always match the variable of integration to the direction of slicing.
  • A careful sketch of the base region helps prevent setup mistakes.
  • This topic is part of Applications of Integration and uses the same accumulation idea as other AP Calculus BC volume and area problems.

Practice Quiz

5 questions to test your understanding

Volumes With Cross Sections: Triangles And Semicircles — AP Calculus BC | A-Warded