AP Calculus AB - Unit 8 Study Guide
8.1

Average Value of a Function

How do you find the average height of a curve over an interval? You "smush" the area into a rectangle.

The Formula
f_{avg} = \frac{1}{b-a} \int_{a}^{b} f(x) dx

"Integral divided by Interval"

Example

Find the average value of f(x) = x^2 on [0, 3].

  1. Interval Width: b - a = 3 - 0 = 3.
  2. Integrate: ∫₀³ x² dx = [x³/3]₀³ = 27/3 - 0 = 9.
  3. Divide: Average = 9 / 3 = 3.
8.2

Position, Velocity, Acceleration (Integrals)

In Unit 4, we differentiated position to get velocity. Now, we integrate velocity to get position.

Net vs. Total (The Big Trap)
Concept Formula Meaning
Displacement ∫ v(t) dt Net change in position. (Can be 0 if you return home).
Total Distance ∫ |v(t)| dt Total ground covered. (Odometer reading).
Current Position s(0) + ∫₀ᵗ v(x) dx Start Position + Displacement.
8.4 - 8.6

Area Between Curves

To find the area between two functions, we slice it into rectangles. Height = Top - Bottom.

[Image of area between two curves]

Vertical Slices (dx)

Top Function - Bottom Function

∫ (Top - Bot) dx

Horizontal Slices (dy)

Right Function - Left Function

∫ (Right - Left) dy
8.7 - 8.8

Volumes with Cross Sections

Imagine a 3D object built on a base area R. We find the volume by integrating the Area of the Slice.

Volume = ∫_{a}^{b} Area(x) dx
Common Area Formulas (Memorize!)

If the base of the slice is s = Top - Bottom:

  • Square: A = s^2
  • Semicircle: A = (π/8)s^2
  • Equilateral Triangle: A = (√3/4)s^2
  • Rectangle: A = s · h (Height usually given).
8.9 - 8.10

Rotational Volume: The Disc Method

Used when the region is flush against the axis of rotation (no gap).

V = π ∫_{a}^{b} [R(x)]^2 dx

Think: Sum of areas of circles (πr^2).

Radius Calculation

R is the distance from the curve to the axis of rotation.

8.11 - 8.12

Rotational Volume: The Washer Method

Used when there is a gap between the region and the axis of rotation. The slice looks like a washer (donut).

V = π ∫_{a}^{b} ([R(x)]^2 - [r(x)]^2) dx

"Big Radius Squared minus Little Radius Squared"

Big Radius (R)

Distance from Outer Curve to Axis.

Little Radius (r)

Distance from Inner Curve to Axis.

Warning: Calculate R^2 - r^2. Do NOT calculate (R - r)^2. That is Algebra murder.

← Unit 7 Dashboard →