8. Applications of Integration

Volumes With Cross Sections: Squares And Rectangles

Volumes with Cross Sections: Squares and Rectangles 📦

students, imagine slicing a loaf of bread 🍞. Each slice has a shape and a thickness. If you know the shape of every slice, you can find the total space the loaf takes up. In calculus, this idea becomes a powerful method for finding volume when a solid’s cross sections are squares or rectangles. Instead of using circular disks or washers, we build the volume from flat shapes stacked along an axis.

What Cross Sections Mean

A cross section is the shape you get when you cut a solid with a plane. For this topic, the solid is usually described by a base region in the coordinate plane, and slices are taken perpendicular to that base. Each slice has a known shape, such as a square or rectangle, and the area of each slice changes as you move across the region.

The big idea is simple: volume is found by adding up the areas of many thin slices. In calculus, “adding up” becomes integration. If the cross-sectional area is $A(x)$, then the volume is

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

If the slices are taken perpendicular to the $y$-axis, then the volume can be written as

$$V=\int_c^d A(y)\,dy.$$

For AP Calculus BC, you must be able to recognize when a cross-section problem is asking for square or rectangular slices and then create the correct area function.

Squares as Cross Sections

When the cross sections are squares, each slice has side length determined by the distance across the base region. That means the side length is often a horizontal or vertical distance between two curves.

If the side length is $s(x)$, then the area of one square slice is

$$A(x)=\big(s(x)\big)^2.$$

Then the volume is

$$V=\int_a^b \big(s(x)\big)^2\,dx.$$

This is the core setup for square cross sections. The function $s(x)$ depends on the geometry of the base.

Example with a Base Between Two Curves

Suppose the base region is bounded by $y=f(x)$ on top and $y=g(x)$ on the bottom. If the cross sections are squares perpendicular to the $x$-axis, then the side length is the vertical distance between the curves:

$$s(x)=f(x)-g(x).$$

So the area becomes

$$A(x)=\big(f(x)-g(x)\big)^2,$$

and the volume is

$$V=\int_a^b \big(f(x)-g(x)\big)^2\,dx.$$

For example, if a base region lies between $y=x^2$ and $y=4$ from $x=0$ to $x=2$, then the side length of each square is

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

The volume is

$$V=\int_0^2 (4-x^2)^2\,dx.$$

This integral gives the total volume of the solid built from square slices.

Rectangles as Cross Sections

Rectangular cross sections work almost the same way, but the area formula is slightly different. A rectangle has two dimensions: a base and a height. Often, one of these dimensions is tied to the width of the base region, and the other is a fixed multiple of that width.

A common AP Calculus BC setup says the cross sections are rectangles with height or width equal to a constant multiple of the other dimension. For example, if one side is twice the length of the other, then the area of each rectangle is

$$A(x)=s(x)\cdot 2s(x)=2\big(s(x)\big)^2.$$

More generally, if the rectangle has side lengths $s(x)$ and $k\,s(x)$, then

$$A(x)=k\big(s(x)\big)^2.$$

So the volume is

$$V=\int_a^b k\big(s(x)\big)^2\,dx.$$

Example with Rectangular Slices

Suppose the base region is the same one between $y=x^2$ and $y=4$, but now the cross sections are rectangles whose height is twice their base. If the base of each rectangle is the vertical distance $4-x^2$, then the area of each slice is

$$A(x)=2(4-x^2)^2.$$

The volume is

$$V=\int_0^2 2(4-x^2)^2\,dx.$$

Notice how the only change from the square case is the factor of $2$. That factor changes the volume, but the setup idea stays the same.

How to Set Up These Problems

Cross section problems can feel tricky at first because the wording matters. students, here is a reliable process you can use on AP Calculus BC problems:

  1. Identify the base region. Find the curves or boundaries that define the region.
  2. Decide the slicing direction. Slices are usually perpendicular to the $x$-axis or $y$-axis.
  3. Find the side length of one cross section. This is often the distance between curves.
  4. Write the area formula. For squares, use $A=(\text{side})^2$. For rectangles, use $A=(\text{length})(\text{width})$.
  5. Integrate over the correct interval. Use $\int_a^b A(x)\,dx$ or $\int_c^d A(y)\,dy$.

The interval limits come from the boundaries of the region. If the region is bounded where two curves intersect, you may need to solve an equation to find those intersection points.

Important Terminology

  • Base region: the 2D region that forms the foundation of the solid.
  • Cross section: the shape of one slice through the solid.
  • Slicing direction: whether slices are perpendicular to the $x$-axis or $y$-axis.
  • Area function: the formula $A(x)$ or $A(y)$ for the cross-sectional area.
  • Volume integral: the definite integral that adds all the slice areas.

Using the correct terms helps you read AP exam questions carefully and communicate your setup clearly.

Why the Method Works

This method is based on the idea that a solid can be approximated by many thin slices. Each slice has thickness $\Delta x$ or $\Delta y$, and its volume is approximately

$$A(x)\Delta x$$

or

$$A(y)\Delta y.$$

When the slices get thinner and thinner, the approximation becomes exact, and the sum becomes a definite integral. This is the same fundamental reasoning behind many applications of integration.

That connection matters because AP Calculus BC treats volume as one part of a bigger integration story. In the same unit, you also study accumulation, average value, area between curves, and arc length. All of these topics use the same main idea: integration adds small pieces to produce a total amount.

Common Mistakes to Avoid

Cross section problems often have the same few mistakes. Watch for these:

  • Mixing up the base region with the cross section.
  • Using the wrong direction for slicing.
  • Forgetting that square area is $s^2$, not $2s$.
  • Forgetting the extra constant factor for rectangles.
  • Using the wrong interval for integration.
  • Writing the side length as a raw curve expression without taking the distance between boundaries.

For instance, if the top curve is $f(x)$ and the bottom curve is $g(x)$, the side length is usually $f(x)-g(x)$, not just one of the curves by itself.

Real-World Connection 🌍

Cross-sectional volume is used in engineering, architecture, and manufacturing. A bridge beam might have a base shape with square or rectangular slices. Designers can model how much material is needed by integrating the area of each slice. In packaging, a product might be built from a base shape with changing rectangular layers, and the total amount of material can be found the same way.

This is why the topic matters beyond the AP exam. The mathematics gives a precise way to measure complex solids when direct formulas are not available.

Conclusion

Volumes with square and rectangular cross sections are a powerful part of Applications of Integration. The core idea is that you find the area of each slice, then integrate those areas across the whole region. For squares, use $A(x)=\big(s(x)\big)^2$. For rectangles, use $A(x)=k\big(s(x)\big)^2$ when one side is a constant multiple of the other. students, if you can identify the base region, find the slice side length, and write the correct definite integral, you can solve these AP Calculus BC problems with confidence.

Study Notes

  • A cross section is the shape of a slice through a solid.
  • For square cross sections, the area is $A= s^2$.
  • For rectangular cross sections, the area is $A=(\text{length})(\text{width})$.
  • Volume is found by integrating cross-sectional area: $V=\int_a^b A(x)\,dx$ or $V=\int_c^d A(y)\,dy$.
  • The side length is usually the distance between two curves.
  • If the base region is between $y=f(x)$ and $y=g(x)$, then the side length is often $f(x)-g(x)$.
  • If rectangles have one side that is a constant multiple of the other, include that constant in the area formula.
  • Cross section problems are part of Applications of Integration, along with average value, area between curves, motion, and arc length.

Practice Quiz

5 questions to test your understanding

Volumes With Cross Sections: Squares And Rectangles — AP Calculus BC | A-Warded