AP Calculus AB · Lesson 35 of 35
CalcIQ · AP Calculus AB

Lesson 35: Applications of Integration — Area, Volume & Average Value

Unit 8 · Applications of Integration · Exam Weight:** 10–15% · 35/35 lessons · Mathematical Practice:** 1 — Implementing Mathematical Processes; 2 — Connecting Representations
Calculator:** Mixed
Objectives:
  • Set up and evaluate integrals for the area between two curves, integrating with respect to x or y and handling curves that switch order.
  • Compute volumes of revolution by the disc and washer methods (about any horizontal or vertical line) and volumes of solids with known cross-sections.
  • Find the average value of a function, apply the Mean Value Theorem for Integrals, and interpret accumulation integrals with correct units.

(a) Opening Question

A region R is bounded above by the line y = 4 and below by the parabola y = x².

Before you compute anything, answer three questions that will frame this entire lesson:

  1. The two curves meet where x² = 4. What are the two x-values, and which curve is "on top" between them?
  2. To find the area of R, you integrate (top − bottom). Write the integral — but don't evaluate it yet.
  3. Now imagine spinning R around the x-axis. Each slice perpendicular to the axis sweeps out a flat washer. What is the outer radius of that washer? What is the inner radius?

Take two minutes. The whole of Unit 8 is contained in those three questions: find where curves meet, identify top-and-bottom (or outer-and-inner), and integrate the right expression. By the end of this lesson you'll set up the area, three different volumes, and the average value of over R — all from this same picture.

(We'll return to this region in part (b).)


(b) Core Concepts

This is the last content lesson, and it is almost entirely about setting up the integral correctly. The integration itself is Unit 6. The skill here is translating a picture into a definite integral. Move slowly through the setup; the antiderivative is the easy part.

1. Area between two curves

If f(x) ≥ g(x) for all x in [a, b], the area of the region between them is

A = ∫_a^b (top − bottom) dx = ∫_a^b [f(x) − g(x)] dx

The integrand is always (top − bottom), and because top ≥ bottom the result is automatically positive — you do not need absolute values, and you do not subtract the x-axis. Three setup rules:

A = ∫_c^d (right − left) dy = ∫_c^d [x_right(y) − x_left(y)] dy

Worked area example. Find the area between y = x and y = x².

Intersections: x = x²x² − x = 0x = 0 and x = 1. On (0, 1), test x = ½: the line gives 0.5, the parabola gives 0.25, so the line is on top.

A = ∫_0^1 (x − x²) dx = [x²/2 − x³/3]_0^1 = 1/2 − 1/3 = 1/6
📈 Graph Description
y = x and y = x² on [0, 1.2] × [0, 1.2

The area is 1/6. Notice the structure: intersections gave the limits, a test point gave the order, and (top − bottom) gave the integrand.

2. Volumes of revolution — disc and washer

Spin a region around a line and it sweeps out a solid. Slice perpendicular to the axis of rotation; each slice is a thin disc or washer.

Disc method (region touches the axis, no hole):

V = π ∫_a^b [R(x)]² dx

where R(x) is the distance from the axis to the curve.

Washer method (region has a gap between it and the axis, leaving a hole):

V = π ∫_a^b ([R_outer]² − [R_inner]²) dx

Critical: you square the radii first, then subtract. It is R_outer² − R_inner², never (R_outer − R_inner)². Those are different numbers.

The radius is always distance from the axis to the curve, so when you revolve about a line other than the axis, adjust every radius:

Worked washer example. Revolve the region between y = √x (top) and y = x (bottom) about the x-axis.

On [0, 1], √x ≥ x. Revolving about the x-axis, the outer edge is the farther curve √x, the inner edge is x:

V = π ∫_0^1 ([√x]² − [x]²) dx = π ∫_0^1 (x − x²) dx = π [x²/2 − x³/3]_0^1 = π · (1/6) = π/6

The volume is π/6. The most common error here is dropping the π, so write it down the moment you set up the integral.

3. Volumes by known cross-sections

Now the cross-sections are not discs — they're squares, semicircles, triangles, or rectangles built on a base region. The principle is the same: slice, find the area of one slice as a function of x, then integrate.

V = ∫_a^b A(x) dx

where A(x) is the cross-sectional area. The base region gives you a length — usually s = top − bottom — and the shape tells you how to turn that length into an area:

Cross-section (built on base of length s)Area A(x)
Square
Semicircle (diameter = s)(π/8) s²
Equilateral triangle (side = s)(√3/4) s²
Rectangle (height = h)s · h

There is no π unless the shape is round, and for a semicircle the diameter is s, so the radius is s/2 and the area is ½ · π · (s/2)² = (π/8) s² — don't use s itself as the radius.

Worked cross-section example. The base is the region between y = x and y = x² on [0, 1]. Cross-sections perpendicular to the x-axis are squares. Here s = x − x², so A(x) = (x − x²)²:

V = ∫_0^1 (x − x²)² dx = ∫_0^1 (x² − 2x³ + x⁴) dx = [x³/3 − x⁴/2 + x⁵/5]_0^1 = 1/3 − 1/2 + 1/5 = 1/30

The volume is 1/30. No π — the cross-sections are squares.

4. Average value and the MVT for Integrals

The average value of f on [a, b] is

f_avg = (1/(b−a)) ∫_a^b f(x) dx

This is the height of the rectangle on [a, b] whose area equals the area under f. For example, the average value of f(x) = x² on [0, 3] is (1/3) ∫_0^3 x² dx = (1/3)(9) = 3.

The Mean Value Theorem for Integrals guarantees this average is actually attained: if f is continuous on [a, b], then there exists at least one c in (a, b) such that

f(c) = (1/(b−a)) ∫_a^b f(x) dx

For f(x) = x² on [0, 3], solving c² = 3 gives c = √3 ≈ 1.73, which lies in (0, 3). State the continuity hypothesis when you cite this theorem.

5. Accumulation / net change

If r(t) is a rate (the derivative of some quantity), then the integral of the rate is the net change in that quantity:

∫_a^b r(t) dt = (net change in the quantity from t = a to t = b)

Units carry through: if r(t) is in gallons per minute and t is in minutes, then ∫_a^b r(t) dt is in gallons. Always state units in your answer. If water flows into a tank at r(t) = 2t gal/min for 0 ≤ t ≤ 5, the total added is ∫_0^5 2t dt = 25 gallons.

Calculator note

On calculator-active parts, evaluate these integrals numerically with fnInt:

TI-84: MATH → 9:fnInt( → fnInt(√(X) − X², X, 0, 1) → 0.16667
Means ∫_0^1 (√x − x²) dx ≈ 1/6

To find intersection points numerically, graph both curves and use 2nd → TRACE → 5:intersect, or solve f(X) − g(X) = 0 with the Solver. Set up the integral by hand; let the calculator do only the arithmetic.


(c) Worked Examples

Example 1 — Area between two curves (finding intersections) · [NO CALC]

Problem. Find the area of the region bounded by y = 2x and y = x².

Strategy. Find where they meet, decide which is on top, integrate (top − bottom).

Solution. Set x² = 2xx² − 2x = 0x(x − 2) = 0x = 0, 2. Test x = 1: line gives 2, parabola gives 1, so the line 2x is on top.

A = ∫_0^2 (2x − x²) dx = [x² − x³/3]_0^2 = (4 − 8/3) − 0 = 4/3

Answer: 4/3.

Example 2 — Washer volume about a horizontal axis · [NO CALC]

Problem. Let R be the region bounded by y = x² and y = 4. Find the volume of the solid formed by revolving R about the x-axis.

Strategy. The curves meet at x² = 4x = ±2. On [−2, 2] the top is y = 4, the bottom is y = x². Revolving about the x-axis, the line y = 4 (farther from the axis) gives the outer radius, the parabola gives the inner radius. This leaves a hole, so it's a washer.

Solution.

V = π ∫_{−2}^{2} (4² − (x²)²) dx = π ∫_{−2}^{2} (16 − x⁴) dx
  = π [16x − x⁵/5]_{−2}^{2}
  = π [(32 − 32/5) − (−32 + 32/5)]
  = π (64 − 64/5) = 256π/5

Answer: 256π/5. If you had mistakenly written (4 − x²)², you'd be squaring the difference instead of subtracting the squares — a guaranteed lost point.

Example 3 — Known cross-sections (semicircles) · [NO CALC]

Problem. The base of a solid is the region bounded by y = √x, the x-axis, and x = 4. Cross-sections perpendicular to the x-axis are semicircles with diameter in the base. Find the volume.

Strategy. The base height at x (from the x-axis up to y = √x) is s = √x. This is the diameter of the semicircle, so the radius is √x / 2 and A(x) = ½ π (√x/2)² = (π/8) x.

Solution.

V = ∫_0^4 (π/8) x dx = (π/8) [x²/2]_0^4 = (π/8)(8) = π

Answer: π. The diameter-vs-radius trap is the whole game here: the base length is the diameter, never the radius.

Example 4 — Average value · [NO CALC]

Problem. Find the average value of f(x) = sin x on [0, π], then find a value c guaranteed by the Mean Value Theorem for Integrals.

Strategy. Apply the formula; then solve f(c) = f_avg.

Solution.

f_avg = (1/(π − 0)) ∫_0^π sin x dx = (1/π) [−cos x]_0^π = (1/π)(1 − (−1)) = 2/π

Since sin x is continuous on [0, π], the MVT for Integrals guarantees a c in (0, π) with sin c = 2/π. Solving, c = arcsin(2/π) ≈ 0.690 (and by symmetry c = π − 0.690 ≈ 2.452 also works).

Answer: f_avg = 2/π ≈ 0.637.


(d) Common Mistakes

Reversing top and bottom. Writing ∫ (bottom − top) gives a negative area, and on a split region it can partially cancel. Fix: always test an interior point to confirm which curve is larger, and write the integrand as (top − bottom) so the result is positive by construction.

Forgetting the π in volumes of revolution. Students set up ∫ R² dx and forget that revolving a disc multiplies by π. Fix: write the π before the integral sign the instant you choose disc or washer — V = π ∫ ....

Writing (R_outer − R_inner)² instead of R_outer² − R_inner². These are not equal. The washer's area is π(R_o² − R_i²), the difference of two circle areas. Fix: compute each squared radius separately, then subtract.

Using the wrong radius when revolving about y = k. Revolving about y = −1 or y = 8 instead of the x-axis, students keep using the bare curve as the radius. Fix: the radius is the distance from the axis to the curve|curve − k|. Recompute both radii from the new axis, and be careful which curve becomes outer when the axis is above or below the region.

Mixing up the variable of integration / dropping the 1/(b−a). Integrating a "right − left" region in x (or omitting the 1/(b−a) factor in average value, which just gives the integral, not the average) are both setup errors. Fix: if the region is bounded left/right, integrate dy; and for average value, divide by the length of the interval every time.

(e) Practice Problems

Question 1NO CALC
The area of the region bounded by y = x² and y = x + 2 is:
Question 2NO CALC
The region bounded by x = y² and x = y + 2 is best integrated with respect to y. Its area is:
Question 3NO CALC
The region under y = √x from x = 0 to x = 4 is revolved about the x-axis. The volume is:
Question 4NO CALC
The region bounded by y = x and y = x² is revolved about the x-axis. The volume is:
Question 5NO CALC
The average value of f(x) = 3x² + 2x on [1, 3] is:
Question 6NO CALC
The base of a solid is bounded by y = √x, the x-axis, and x = 9. Cross-sections perpendicular to the x-axis are squares. The volume is:
Question 7CALC
The area of the region enclosed by y = cos x and y = x² is closest to:
Question 8CALC
The average value of f(x) = e^(−x²) on [0, 2] is closest to:
Question 9NO CALC
Water flows into a tank at a rate of r(t) = 2t gallons per minute for 0 ≤ t ≤ 5. The total amount of water added during these 5 minutes is:
Question 10NO CALC
The region bounded by y = x² and y = 4 is revolved about the line y = 4. The volume is:
Question 11CALC
The region bounded by y = x and y = x² is revolved about the line y = −1. The volume is closest to:
Question 12NO CALC
The base of a solid is bounded by y = √x, the x-axis, and x = 4. Cross-sections perpendicular to the x-axis are semicircles with diameter in the base. The volume is:
Question 13NO CALC
The base of a solid is the region bounded by y = x, the x-axis, and x = 3. Cross-sections perpendicular to the x-axis are equilateral triangles with one side in the base. The volume is:

— Interpretation. A pump removes oil from a tank at a rate of r(t) = 100 e^(−0.1t) liters per hour for 0 ≤ t ≤ 8. (a) Write an integral for the total volume of oil removed over the 8 hours, with units. (b) Evaluate it. (c) Explain in one sentence what the value of ∫_0^8 r(t) dt represents in the context of this problem.

— Justification. Let f(x) = x² on [0, 3]. (a) Find the average value of f on [0, 3]. (b) State whether the Mean Value Theorem for Integrals guarantees a value c in (0, 3) with f(c) equal to that average, justifying your answer by checking the hypothesis. (c) Find such a c.

(f) AP Exam Focus — Full Free-Response Question

> FRQ (9 points total). Calculator NOT permitted.

>

> Let R be the region in the first quadrant bounded by the graphs of y = 4x and y = x³.

>

> (a) Find the area of R. (2 points)

>

> (b) Find the volume of the solid generated when R is revolved about the x-axis. (3 points)

>

> (c) The region R is the base of a solid. For this solid, cross-sections perpendicular to the x-axis are squares. Find the volume of the solid. (2 points)

>

> (d) Find the average vertical distance between the two curves over the interval that bounds R, and explain what this value represents. (2 points)

Model Solution

Setup (do this once, use it for every part). The curves meet where 4x = x³x³ − 4x = 0x(x² − 4) = 0x = −2, 0, 2. In the first quadrant the relevant interval is [0, 2]. Test x = 1: 4x = 4, x³ = 1, so y = 4x is the top, y = x³ is the bottom on [0, 2].

Part (a) — Area.

A = ∫_0^2 (4x − x³) dx = [2x² − x⁴/4]_0^2 = (8 − 4) − 0 = 4

Area = 4.

Part (b) — Volume of revolution about the x-axis (washer). Revolving about the x-axis, the outer radius is the top curve 4x, the inner radius is the bottom curve :

V = π ∫_0^2 ([4x]² − [x³]²) dx = π ∫_0^2 (16x² − x⁶) dx
  = π [16x³/3 − x⁷/7]_0^2
  = π (128/3 − 128/7)
  = π · (896 − 384)/21 = 512π/21

Volume = 512π/21.

Part (c) — Square cross-sections. The side of each square is the vertical distance s = 4x − x³, so A(x) = (4x − x³)²:

V = ∫_0^2 (4x − x³)² dx = ∫_0^2 (16x² − 8x⁴ + x⁶) dx
  = [16x³/3 − 8x⁵/5 + x⁷/7]_0^2
  = 128/3 − 256/5 + 128/7

Over a common denominator of 105: = (4480 − 5376 + 1920)/105 = 1024/105.

Volume = 1024/105.

Part (d) — Average vertical distance. The vertical distance between the curves is 4x − x³, and the average value over [0, 2] is:

avg = (1/(2 − 0)) ∫_0^2 (4x − x³) dx = (1/2)(4) = 2

The average vertical distance is 2. This means that if the gap between the curves were constant across [0, 2], it would equal 2 — equivalently, a rectangle of width 2 and height 2 has the same area (4) as the region R.

Scoring Commentary — Where Students Lose Points


🔑 Answer Key

1. (D) 9/2. x² = x + 2x = −1, 2; line x + 2 on top. ∫_{−1}^{2} (x + 2 − x²) dx = [x²/2 + 2x − x³/3]_{−1}^{2} = (2 + 4 − 8/3) − (1/2 − 2 + 1/3) = 10/3 − (−7/6) = 9/2.

- (A) 7/6: subtracting in the wrong order over part of the interval.

- (C) 5/2: dropped a term in the antiderivative.

- (B) 19/3: integrated (top − bottom) but used limits 0 to 2.

2. (C) 9/2. Integrate in y: y² = y + 2y = −1, 2; right curve y + 2. ∫_{−1}^{2} (y + 2 − y²) dy = 9/2 (identical structure to #1).

- (A), (B), (D): order/limit errors; (D) is the symmetric "forgot a piece" trap.

3. (A) 8π. Disc: V = π ∫_0^4 (√x)² dx = π ∫_0^4 x dx = π[x²/2]_0^4 = 8π.

- (B) 8: forgot the π.

- (C) 4π: integrated √x instead of (√x)² = x.

- (D) 16π: used x = 4 as a radius rather than the curve.

4. (C) 2π/15. On [0, 1], x ≥ x²; about x-axis, outer = x, inner = x². V = π ∫_0^1 (x² − x⁴) dx = π[x³/3 − x⁵/5]_0^1 = π(1/3 − 1/5) = 2π/15.

- (A) π/30: used (x − x²)² (difference squared) instead of x² − x⁴.

- (B) π/6: forgot to subtract the inner radius (disc, not washer).

- (D) 2/15: forgot the π.

5. (B) 17. f_avg = (1/2)∫_1^3 (3x² + 2x) dx = (1/2)[x³ + x²]_1^3 = (1/2)[(27 + 9) − (1 + 1)] = (1/2)(34) = 17.

- (A) 34: forgot the 1/(b−a) factor (this is just the integral).

- (C) 30, (D) 12: antiderivative or arithmetic slips.

6. (D) 81/2. Square side s = √x, so A(x) = (√x)² = x. V = ∫_0^9 x dx = [x²/2]_0^9 = 81/2.

- (A) 27: integrated √x as the area instead of s² = x.

- (C) 81: forgot the 1/2 from the antiderivative.

- (B) 18: arithmetic error on the bound.

7. (B) 1.09. cos x = x² at x ≈ ±0.8241; cos x on top. ∫_{−0.824}^{0.824} (cos x − x²) dx ≈ 1.095.

- (A) 0.55: integrated only [0, 0.824] (half the symmetric region).

- (C) 1.65, (D) 2.19: wrong intersection bounds.

8. (A) 0.44. f_avg = (1/2)∫_0^2 e^(−x²) dx ≈ (1/2)(0.8821) ≈ 0.441.

- (B) 0.88: forgot the 1/(b−a) factor (just the integral).

- (C) 0.22: divided by 4 instead of 2.

- (D) 1.32: arithmetic/setup error.

9. (D) 25 gal. ∫_0^5 2t dt = [t²]_0^5 = 25 gallons. The integral of a rate (gal/min) over minutes gives gallons.

- (B) 10: evaluated 2t at t = 5 (a rate, not an accumulation).

- (C) 50: used the rate at the endpoint times the interval, 2(5)(5), instead of integrating.

- (A) 5: used the interval length only.

10. (A) 512π/15. About y = 4, the radius is 4 − x² (single curve, so disc — no hole). V = π ∫_{−2}^{2} (4 − x²)² dx = π ∫_{−2}^{2} (16 − 8x² + x⁴) dx = π[16x − 8x³/3 + x⁵/5]_{−2}^{2} = 512π/15.

- (D) 256π/5: revolved about the x-axis (wrong axis — that's a washer with R_o = 4, R_i = x²).

- (B) 64π/5: used as the radius instead of 4 − x².

- (C) 32π/3: dropped a term.

11. (B) 1.47. About y = −1: outer radius = x − (−1) = x + 1 (top curve), inner radius = x² + 1 (bottom curve). V = π ∫_0^1 [(x + 1)² − (x² + 1)²] dx = 7π/15 ≈ 1.466.

- (A) 0.42: used (x − x²)² form.

- (D) 2.09: shifted only one radius.

- (C) 0.96: shifted both radii but used R_o = x²+1, R_i = x+1 (outer and inner swapped).

12. (C) π. Diameter s = √x, radius √x/2, A(x) = ½π(√x/2)² = (π/8)x. V = ∫_0^4 (π/8)x dx = (π/8)(8) = π.

- (B) 2π: used s = √x as the radius (full-circle-style error), ½π(√x)² form.

- (D) 4π: used √x as the radius of a full circle.

- (A) π/2: extra factor of 1/2.

13. (A) 9√3/4. Equilateral triangle, side s = x (height of the base region over the x-axis), A(x) = (√3/4)x². V = (√3/4)∫_0^3 x² dx = (√3/4)[x³/3]_0^3 = (√3/4)(9) = 9√3/4.

- (D) 9√3/2: used √3/2 instead of the correct √3/4 triangle-area factor.

- (C) 9/2: dropped the √3 from the equilateral-triangle area factor entirely.

- (B) 27√3/4: forgot to divide by 3 when evaluating ∫ x² dx.

14. [CALC]

(a) Total removed = ∫_0^8 100 e^(−0.1t) dt liters (rate in L/hr × hr = liters).

(b) ∫_0^8 100 e^(−0.1t) dt = [−1000 e^(−0.1t)]_0^8 = −1000(e^(−0.8) − 1) = 1000(1 − e^(−0.8)) ≈ 550.7 liters.

(c) The value ∫_0^8 r(t) dt ≈ 550.7 represents the total volume of oil, in liters, removed from the tank during the first 8 hours.

15. [NO CALC]

(a) f_avg = (1/3)∫_0^3 x² dx = (1/3)[x³/3]_0^3 = (1/3)(9) = 3.

(b) Yes. f(x) = x² is a polynomial, so it is continuous on [0, 3]; the Mean Value Theorem for Integrals therefore guarantees a c in (0, 3) with f(c) = f_avg = 3.

(c) Solve c² = 3c = √3 ≈ 1.732, which lies in (0, 3). (The negative root −√3 is rejected.)

CalcIQ · Lesson 35 of 35 · Unit 8 — Applications of Integration

This lesson is independent study material and is not endorsed by or affiliated with the College Board, which produces the AP Calculus AB exam. "AP" is a registered trademark of the College Board.

Accuracy review: All areas, volumes, average values, and accumulation integrals in this lesson were independently recomputed and symbolically verified. The shell method is intentionally excluded, as it is not part of the AP Calculus AB curriculum.

← Lesson 34
Mock Exam 1 →
Score: 0/0 correct