← back to all units
UNIT 4 · 6–9%

Contextual Applications

rates, motion, and "close enough" approximations 🚀

⏱️ related rates

Usually: a word problem with quantities changing over time. Draw a diagram, assign variables, write an equation linking them, differentiate with respect to time t (implicitly), substitute known values.

Classic pattern: expanding balloon (dV/dt linked to dr/dt), ladder sliding (x² + y² = constant), filling cone/tank geometry.

🏃 rectilinear motion

If s(t) is position on a line: v(t) = s′(t) is velocity, a(t) = v′(t) = s″(t) is acceleration.

Speed = |v(t)|. Object at rest when v = 0; direction changes when v crosses 0 (if it does).

📏 linear approximation / tangent line

L(x) = f(a) + f′(a)(x − a) ≈ f(x) for x near a

This is the first-order Taylor polynomial at x = a — same idea as "use the tangent as a local model."

🔢 differentials

Write dy = f′(x) dx as an estimate of change in y for a small change dx. Connects to linear approximation: Δy ≈ f′(a) Δx.

✏️ quick practice

  1. A spherical balloon's radius increases at 2 cm/s. How fast is the volume increasing when r = 10? (V = (4/3)πr³)
  2. If s(t) = t³ − 6t², find when velocity is zero and whether acceleration is positive there.
  3. Approximate √16.1 using linearization of f(x) = √x at a = 16.

next up: graphs, extrema, and optimization 📊