Applications of Integrals
Integrals are much more than just antiderivatives -- they are powerful tools for accumulation. The true power of integration lies in its ability to solve a vast array of real-world problems involving areas, volumes, averages, and lengths.
This guide covers area between curves, volume by disks, washers, and shells, the average value of a function, arc length, worked examples, key formulas, memory aids, and a practice quiz.
1Introduction
While the Fundamental Theorem of Calculus allows us to calculate definite integrals, the true power of integration lies in its ability to solve a vast array of real-world problems. In AP Calculus, we extend our understanding of integrals to find areas of complex regions, volumes of solids, the average value of a function, and the length of a curve.
These applications build upon the concept of Riemann sums, where we sum infinitely many infinitesimally small pieces to find a total quantity. Each application follows the same fundamental idea: slice, approximate, sum, and take the limit.
Imagine filling a swimming pool with water. You could measure the total volume by slicing the pool into thin cross-sections, calculating the area of each slice, and adding them all up. That is exactly what the integral does -- it sums infinitely many infinitesimal slices to produce an exact total.
Why It Matters
Engineering
Computing volumes of tanks, cross-sectional areas of beams, and lengths of cable needed for construction.
Physics
Finding displacement from velocity, work done by variable forces, and center of mass of irregular objects.
Economics
Calculating consumer and producer surplus, total revenue from marginal revenue functions, and average cost.
Biology
Modeling population growth over time, total drug concentration in the bloodstream, and cardiac output.
2Key Definitions
Riemann Sum
An approximation of the area under a curve by dividing the region into rectangles and summing their areas. The definite integral is the limit of a Riemann sum as the number of rectangles approaches infinity.
Definite Integral
Represents the net accumulation of a quantity over an interval. Geometrically, it can represent the signed area between a function and the x-axis: ∫ from a to b of f(x) dx.
Integrand
The function being integrated, f(x) in ∫ f(x) dx.
Limits of Integration
The values a (lower limit) and b (upper limit) that define the interval over which the integral is calculated.
Element of Area/Volume
An infinitesimally small slice or piece (e.g., dA, dV) that, when summed (integrated), gives the total area or volume.
Axis of Revolution
The line about which a region is rotated to create a solid of revolution. Common axes include the x-axis, y-axis, and lines like y = k or x = k.
Solid of Revolution
A three-dimensional shape formed by rotating a two-dimensional region about an axis. Think of spinning a silhouette to create a 3D object.
3Area Between Curves
To find the area of a region bounded by two or more curves, we integrate the difference between the "upper" and "lower" functions, or the "right" and "left" functions.
Vertical Slices (dx)
A = ∫ from a to b of [f(x) - g(x)] dx
where f(x) is the top function and g(x) is the bottom function on the interval [a, b].
Limits a and b are x-values, often found by setting f(x) = g(x).
Horizontal Slices (dy)
A = ∫ from c to d of [h(y) - k(y)] dy
where h(y) is the right function and k(y) is the left function on the interval [c, d].
Limits c and d are y-values, often found by setting h(y) = k(y).
1. Sketch the region to identify top/bottom or right/left functions. 2. Find intersection points to determine limits of integration. 3. Set up the integral. 4. Evaluate the integral.
Worked Example: Area between y = x² and y = x + 2
Find the area bounded by y = x² and y = x + 2.
Step 1: Find intersection points
x² = x + 2 → x² - x - 2 = 0 → (x - 2)(x + 1) = 0
x = -1 and x = 2
Step 2: Identify top/bottom (on [-1, 2], x + 2 is above x²)
Step 3: Set up and evaluate
A = ∫ from -1 to 2 of [(x + 2) - x²] dx
= [x²/2 + 2x - x³/3] from -1 to 2
= (4/2 + 4 - 8/3) - (1/2 - 2 + 1/3)
= (6 - 8/3) - (-3/2 + 1/3)
= 10/3 - (-7/6) = 20/6 + 7/6
A = 27/6 = 9/2
4Volume by Disks & Washers
This method is used when the slices are perpendicular to the axis of revolution. Think of stacking coins (disks) or donuts (washers) to build up a solid.
Disk Method
Used when the solid of revolution has no hole in the middle (the region abuts the axis of revolution).
Revolution about a Horizontal Axis
V = π ∫ from a to b of [R(x)]² dx
R(x) is the radius of the disk -- the distance from the axis of revolution to the curve. If revolving around the x-axis, R(x) = f(x). If revolving around y = k, R(x) = |f(x) - k|.
Revolution about a Vertical Axis
V = π ∫ from c to d of [R(y)]² dy
R(y) is the radius of the disk. The function must be expressed in terms of y, i.e., x = f(y). If revolving around the y-axis, R(y) = f(y). If revolving around x = k, R(y) = |f(y) - k|.
Worked Example: Disk Method
Find the volume of the solid generated by revolving the region bounded by y = √x, x = 0, and y = 0 around the x-axis, from x = 0 to x = 4.
Radius: R(x) = √x
V = π ∫ from 0 to 4 of (√x)² dx = π ∫ from 0 to 4 of x dx
= π [x²/2] from 0 to 4 = π (16/2 - 0)
V = 8π
Washer Method
Used when the solid of revolution has a hole in the middle (the region does not abut the axis of revolution, or is between two curves). Imagine a disk with a smaller disk removed from its center.
Washer Formula
V = π ∫ from a to b of ([R_outer]² - [r_inner]²) dx
R_outer is the outer radius (distance from axis to farther curve).
r_inner is the inner radius (distance from axis to closer curve). Always ensure R_outer > r_inner.
Worked Example: Washer Method
Find the volume of the solid generated by revolving the region bounded by y = x² and y = x around the x-axis.
Intersection: x² = x → x = 0 and x = 1
On [0, 1]: y = x is above y = x², so R_outer = x, r_inner = x²
V = π ∫ from 0 to 1 of [(x)² - (x²)²] dx
= π ∫ from 0 to 1 of (x² - x⁴) dx
= π [x³/3 - x⁵/5] from 0 to 1
= π (1/3 - 1/5) = π (2/15)
V = 2π/15
Worked Example: Revolution about y = 4
Find the volume when the region bounded by y = x² and y = 4 is revolved about y = 4.
This is a disk problem (region touches the axis y = 4)
Intersection: x² = 4 → x = -2, x = 2
R(x) = 4 - x² (distance from y = 4 down to y = x²)
V = π ∫ from -2 to 2 of (4 - x²)² dx
V = π ∫ from -2 to 2 of (4 - x²)² dx
5Volume by Cylindrical Shells
The shell method is used when the slices are parallel to the axis of revolution. It is often easier when integrating with respect to the "opposite" variable than the axis of revolution (e.g., dx for y-axis rotation).
Revolution about the y-axis (or x = k)
V = 2π ∫ from a to b of r(x) · h(x) dx
r(x) is the radius of the shell (distance from the axis of revolution to the slice). If revolving around x = 0, r(x) = x. If revolving around x = k, r(x) = |x - k|.
h(x) is the height of the shell (difference between top and bottom functions): h(x) = f(x) - g(x).
Revolution about the x-axis (or y = k)
V = 2π ∫ from c to d of r(y) · h(y) dy
r(y) is the radius. If revolving around y = 0, r(y) = y. If revolving around y = k, r(y) = |y - k|.
h(y) is the height (length) of the shell: h(y) = f(y) - g(y) (right minus left).
Think of the shell formula as: V = 2π × radius × height × thickness. The 2πr gives the circumference of each cylindrical shell, h is the height, and dx (or dy) is the thickness. You are essentially "unrolling" each shell into a thin rectangular slab.
Worked Example: Shell Method
Find the volume of the solid generated by revolving the region bounded by y = x², x = 0, and y = 4 around the y-axis.
Revolving around y-axis: use shells with dx
Radius: r(x) = x
Height: h(x) = 4 - x² (top: y = 4, bottom: y = x²)
Limits: x² = 4 → x = 2 (from x = 0 to x = 2)
V = 2π ∫ from 0 to 2 of x(4 - x²) dx
= 2π ∫ from 0 to 2 of (4x - x³) dx
= 2π [2x² - x⁴/4] from 0 to 2
= 2π [(2(4) - 16/4) - 0]
= 2π (8 - 4)
V = 8π
6Average Value of a Function
The average value of a function f(x) over an interval [a, b] is the height of a rectangle with base (b - a) that has the same area as the region under f(x) from a to b.
Average Value Formula
f_avg = (1 / (b - a)) ∫ from a to b of f(x) dx
This can be interpreted as: total accumulated quantity divided by the length of the interval.
Worked Example: Average Value of f(x) = x³ on [0, 2]
f_avg = (1 / (2 - 0)) ∫ from 0 to 2 of x³ dx
= (1/2) [x⁴/4] from 0 to 2
= (1/2)(2⁴/4 - 0)
= (1/2)(16/4)
= (1/2)(4)
f_avg = 2
The Mean Value Theorem for Integrals guarantees that there exists at least one value c in [a, b] such that f(c) = f_avg. In other words, the function actually attains its average value at some point in the interval.
7Arc Length
The length of a curve y = f(x) from x = a to x = b can be calculated using the arc length formula. The idea comes from the Pythagorean theorem applied to infinitesimal segments of the curve.
Arc Length Formula (dx)
L = ∫ from a to b of √(1 + (dy/dx)²) dx
The formula comes from ds² = dx² + dy², so ds = √(dx² + dy²) = √(1 + (dy/dx)²) dx.
Arc Length Formula (dy)
L = ∫ from c to d of √(1 + (dx/dy)²) dy
Use this form when the curve is expressed as x = g(y).
Worked Example: Arc Length of y = x3/2 from x = 0 to x = 4
Step 1: Find dy/dx
dy/dx = (3/2)x1/2
Step 2: Square it
(dy/dx)² = (9/4)x
Step 3: Set up the integral
L = ∫ from 0 to 4 of √(1 + (9/4)x) dx
Step 4: Use u-substitution
Let u = 1 + (9/4)x, du = (9/4)dx → dx = (4/9)du
When x = 0, u = 1. When x = 4, u = 10.
L = (4/9) ∫ from 1 to 10 of u1/2 du
= (4/9) [(2/3)u3/2] from 1 to 10
= (8/27)(103/2 - 1)
L = (8/27)(10√10 - 1)
8Key Formulas Summary
Area Between Curves
dx: ∫ from a to b of [f(x) - g(x)] dx
dy: ∫ from c to d of [h(y) - k(y)] dy
Volume (Disk)
dx: π ∫ from a to b of [R(x)]² dx
dy: π ∫ from c to d of [R(y)]² dy
Volume (Washer)
dx: π ∫ from a to b of ([R_outer]² - [r_inner]²) dx
dy: π ∫ from c to d of ([R_outer]² - [r_inner]²) dy
Volume (Shell)
y-axis rev: 2π ∫ from a to b of r(x) h(x) dx
x-axis rev: 2π ∫ from c to d of r(y) h(y) dy
Average Value
f_avg = (1 / (b - a)) ∫ from a to b of f(x) dx
Arc Length
dx: ∫ from a to b of √(1 + (dy/dx)²) dx
dy: ∫ from c to d of √(1 + (dx/dy)²) dy
9Memory Aids
"Top minus Bottom" for dx, "Right minus Left" for dy
When setting up area integrals, always subtract the lower or leftward function from the upper or rightward function. The result should always be positive -- area is never negative.
"Perpendicular = Disk/Washer, Parallel = Shell"
Disk/Washer slices are perpendicular to the axis of revolution (like stacking coins). Shell slices are parallel to the axis (like nesting cylinders). If revolving around a horizontal axis, perpendicular means dx; parallel means dy.
"Average Value = Total Amount / Interval Length"
Just like your average test score is (sum of scores) / (number of tests), the average value of a function is the total integral divided by the interval length (b - a).
"Pythagorean Arc"
Arc length comes from the Pythagorean theorem on an infinitesimal triangle: ds² = dx² + dy². Factor out dx² to get ds = √(1 + (dy/dx)²) dx. The "1 +" is the most commonly forgotten part.
"Shell = 2π × radius × height × thickness"
The shell formula is just circumference times height times thickness. Think of peeling a label off a can -- unrolling it gives a rectangle with width = 2πr and height = h.
10Common Mistakes
Incorrect Limits of Integration
Always find intersection points correctly. Sketching the region helps visualize the boundaries and avoid integrating over the wrong interval.
Wrong Order for Area (Getting Negative Area)
For area, always compute (top - bottom) or (right - left). If you get a negative result, you likely swapped the functions. Area should always be positive.
Mixing Up Disk/Washer vs. Shell Method
Disk/Washer: slices are perpendicular to the axis, integrate with respect to the variable of the axis (dx for x-axis). Shells: slices are parallel, integrate with respect to the perpendicular variable (dx for y-axis).
Incorrect Radii in Volume Problems
The radius is always the distance from the axis of revolution. If revolving around y = k, the radius is |f(x) - k|, not just f(x). Forgetting to adjust for non-standard axes is a very common error.
Forgetting π or 2π
Volume formulas always include these constants. Disk/Washer uses π, Shell uses 2π. Leaving them out will give the wrong answer.
Arc Length Formula Errors
Forgetting the "1 +" under the square root, or forgetting the square root itself. Also, correctly calculating and squaring the derivative is essential.
Variable Mismatch
If integrating with respect to x (dx), all functions and limits must be in terms of x. If y (dy), everything must be in terms of y. Mixing variables is a guaranteed error.
Algebra Errors When Squaring
When squaring functions in disk/washer problems, be careful: (4 - x²)² is not 16 - x⁴. You must FOIL or expand correctly.
Quick Revision Summary
- ✓Area between curves: integrate (top - bottom) for dx or (right - left) for dy.
- ✓Disk method: V = pi * integral of [R(x)]² dx. No hole in the solid. Slices perpendicular to axis.
- ✓Washer method: V = pi * integral of ([R_outer]² - [r_inner]²) dx. Solid has a hole. Slices perpendicular to axis.
- ✓Shell method: V = 2pi * integral of r(x) * h(x) dx. Slices parallel to axis. Think circumference times height times thickness.
- ✓Average value: f_avg = (1/(b-a)) * integral from a to b of f(x) dx.
- ✓Arc length: L = integral of sqrt(1 + (dy/dx)²) dx. Comes from the Pythagorean theorem on infinitesimal segments.
- ✓Perpendicular slices = Disk/Washer. Parallel slices = Shell.
- ✓Always sketch the region, find intersection points, and identify which function is top/bottom or outer/inner.
- ✓The radius is always the distance from the axis of revolution to the curve or slice.
- ✓Never forget π for disks/washers and 2π for shells.
Frequently Asked Questions
- How do I decide whether to use Disk/Washer or Shells for volume?
- Use Disk/Washer when the representative slice is perpendicular to the axis of revolution. This means you integrate with respect to the same variable as the axis (e.g., dx for x-axis revolution). Use Shells when the representative slice is parallel to the axis of revolution, integrating with respect to the perpendicular variable (e.g., dx for y-axis revolution). Sometimes one method is significantly easier than the other.
- What if the axis of revolution is not the x-axis or y-axis?
- Adjust your radius (R or r). The radius is always the distance from the axis of revolution to the curve (for disks/washers) or to the slice (for shells). For example, if revolving y = f(x) around y = k, the radius is |f(x) - k|. The same principle applies for vertical lines x = k.
- When do I need to split the integral for area or volume?
- If the "top" and "bottom" functions (or "right" and "left," or inner/outer radii) change within the interval, you must split the integral at the points where these changes occur. Always sketch the region to identify where the dominant function changes.
- Are these applications on both AB and BC exams?
- Area between curves, volume by disks/washers (around the x and y axes), and average value are on both AB and BC. Volume by shells, arc length, and volumes with known cross-sections are typically BC-only topics.
- Why is arc length often difficult to compute?
- The square root in the arc length formula often leads to integrals that are difficult or impossible to solve analytically with elementary functions. For AP, if it is a non-calculator problem, the derivative squared plus one under the square root will likely simplify nicely to a perfect square or a simple polynomial.
Practice Quiz
Test your knowledge — select the correct answer for each question.
1.To find the area between two curves using vertical slices, which expression is correct?
2.The Disk Method formula for volume when revolving around the x-axis is:
3.The Shell Method uses which type of geometric shape?
4.What is the average value of f(x) on the interval [a, b]?
5.In the Washer Method, what distinguishes it from the Disk Method?
6.For the Shell Method revolving around the y-axis, the volume formula is:
7.The arc length formula for y = f(x) from x = a to x = b is:
8.When revolving a region around a horizontal line y = k (not the x-axis), how does the radius change in the Disk Method?
9.If the average value of f(x) on [a, b] is A, what is ∫ from a to b of f(x) dx?
10.In the Disk/Washer Method, the slices are oriented how relative to the axis of revolution?
Final Study Advice
- 1.Always sketch the region before setting up an integral -- most errors come from not visualizing the problem correctly.
- 2.Practice computing the same volume using both disk/washer and shell methods to verify your answer and build flexibility.
- 3.When dealing with non-standard axes of revolution, always think about distance from the axis rather than just the function value.
- 4.For average value problems, remember to divide by the interval length -- do not just compute the integral.
- 5.On the AP exam, show every step of your setup: identify the radius, height, limits, and method before integrating.