Introduction to Volumes with Known Cross Sections
In previous chapters, we learned how to find the area under a curve and the area between two curves. Now, we are going to take those 2D shapes and use them as the "base" for 3D objects! Imagine a loaf of bread: if you know the area of a single slice and how long the loaf is, you can figure out the total volume. That is exactly what we are doing here.
This topic is a key part of Unit 8: Applications of Integration. While the "Disc" and "Washer" methods involve spinning a shape around an axis, Volumes with Cross Sections involves building a shape upward from a flat base using geometric figures like squares, triangles, or semicircles.
The Core Concept: Slicing and Summing
To find the volume of a solid with a known cross section, we "slice" the solid into infinitely thin pieces. Each piece has a cross-sectional area, \( A(x) \), and an infinitely small thickness, \( dx \).
The General Volume Formula is:
\( V = \int_{a}^{b} A(x) dx \)
Where:
- \( a \) and \( b \): The boundaries of the base on the \( x \)-axis.
- \( A(x) \): The area formula for the specific shape of the cross section.
Note: If the cross sections are perpendicular to the \( y \)-axis, we use \( V = \int_{c}^{d} A(y) dy \).
Step 1: Find the "Side" Length (\( s \))
Before you can find the area, you need to know the length of the base of the cross section. This "side" (which we will call \( s \)) is almost always the distance between two functions.
If the cross sections are perpendicular to the \( x \)-axis:
\( s = \text{Top Function} - \text{Bottom Function} \)
If the cross sections are perpendicular to the \( y \)-axis:
\( s = \text{Right Function} - \text{Left Function} \)
Step 2: Common Cross-Section Formulas
The AP Calculus AB exam focus specifically on a few key shapes. You must memorize these area formulas in terms of the side length \( s \).
1. Squares (Topic 8.7)
If the cross section is a square, the area is simply the side squared.
\( A(x) = s^2 \)
Integral: \( V = \int_{a}^{b} [f(x) - g(x)]^2 dx \)
2. Rectangles (Topic 8.7)
For rectangles, the problem will usually tell you the height in relation to the base. For example, "the height is 3 times the base."
\( A(x) = (\text{base}) \cdot (\text{height}) \)
If \( \text{height} = 3s \), then \( A(x) = s \cdot 3s = 3s^2 \).
3. Semicircles (Topic 8.8)
This is the one where most students make mistakes! Usually, the side \( s \) (the distance between the curves) is the diameter of the semicircle.
If Diameter \( d = s \), then Radius \( r = \frac{s}{2} \).
The area of a full circle is \( \pi r^2 \), so a semicircle is \( \frac{1}{2} \pi r^2 \).
Substituting \( r = \frac{s}{2} \):
\( A(x) = \frac{1}{2} \pi (\frac{s}{2})^2 = \frac{\pi}{8} s^2 \)
Key Takeaway: For semicircles, always remember the \( \frac{\pi}{8} \) constant!
4. Isosceles Right Triangles (Topic 8.8)
There are two common versions of this in AP Calculus:
- Leg on the base: \( A(x) = \frac{1}{2} s^2 \).
- Hypotenuse on the base: \( A(x) = \frac{1}{4} s^2 \).
5. Equilateral Triangles (Topic 8.8)
If the cross section is an equilateral triangle, the formula is:
\( A(x) = \frac{\sqrt{3}}{4} s^2 \)
Summary Table of Area Formulas
Keep this handy! Every formula is just a constant times \( s^2 \).
Square: \( 1 \cdot s^2 \)
Semicircle: \( \frac{\pi}{8} \cdot s^2 \)
Equilateral Triangle: \( \frac{\sqrt{3}}{4} \cdot s^2 \)
Isosceles Right Triangle (leg on base): \( \frac{1}{2} \cdot s^2 \)
Step-by-Step Problem Solving
Example: Find the volume of a solid whose base is bounded by \( y = \sqrt{x} \), \( y = 0 \), and \( x = 4 \). The cross sections perpendicular to the \( x \)-axis are squares.
- Identify the base length \( s \): The top function is \( \sqrt{x} \) and the bottom is the x-axis (\( y=0 \)). So, \( s = \sqrt{x} - 0 = \sqrt{x} \).
- Choose the Area formula: Since they are squares, \( A(x) = s^2 \).
- Set up the integral: The region goes from \( x = 0 \) to \( x = 4 \).
\( V = \int_{0}^{4} (\sqrt{x})^2 dx \) - Solve: \( V = \int_{0}^{4} x dx = [\frac{1}{2}x^2]_{0}^{4} = \frac{1}{2}(16) - 0 = 8 \).
Common Pitfalls to Avoid
1. Mixing up the Radius: In semicircle problems, don't forget to divide the side length by 2 before squaring, or just use the shortcut \( \frac{\pi}{8} s^2 \).
2. Wrong Boundaries: Ensure your limits of integration (\( a \) and \( b \)) match the axis you are integrating along. If you have \( dx \), your limits must be \( x \)-values.
3. Forgetting to Square: Almost every cross-section formula involves squaring the side length \( s \). If your answer seems way too small, check if you forgot the exponent!
Using Your Calculator
For the AP Exam (Section I Part B and Section II Part A), you will be required to use a graphing calculator. When solving these:
- Write the setup: You must write the integral on your paper exactly as you intend to type it.
- Store your functions: Use the \( Y1 \) and \( Y2 \) features to save your "top" and "bottom" functions. This prevents typing errors.
- Standard Rounding: According to the 2027 standards, ensure your final decimal answer is accurate to at least 3 decimal places.
Quick Review Key Point
Volume with cross sections is simply the integral of the Area of the cross section. Find the distance between the curves (\( s \)), plug it into the geometry formula for the specific shape, and integrate over the given interval.