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

Lesson 17: Rates of Change in Context

Unit 4 · Contextual Applications of Differentiation · Exam Weight:** 10–15% · 17/35 lessons · Mathematical Practice:** 2 — Connecting Representations; 4 — Communication and Notation
Calculator:** Mixed
Objectives:
  • Interpret a derivative f'(a) as a rate of change in an applied context, stating the correct units and a complete sentence of meaning.
  • Analyze rectilinear (straight-line) motion: relate position s(t), velocity v(t) = s'(t), acceleration a(t) = v'(t), and speed |v(t)|; determine direction of motion and when a particle is at rest.
  • Decide whether a particle is speeding up or slowing down using the signs of velocity and acceleration, and justify the conclusion in AP-acceptable language.

(a) Opening Question

A particle moves along a horizontal line so that its position (in meters) at time t (in seconds, t ≥ 0) is

s(t) = t² - 4t + 3

Without calculus vocabulary yet, answer these:

  1. Where does the particle start (at t = 0)?
  2. The velocity is the rate of change of position. Compute s'(t). At what time is the velocity zero?
  3. At t = 0, is the particle moving left (toward smaller s) or right (toward larger s)?
  4. Here is a tempting trap. At t = 0 the velocity is -4 m/s. A student writes, "The speed is -4 m/s." Is that statement correct? If not, fix it.

Spend two minutes before reading on. The heart of this lesson is the difference between velocity (which carries a sign and a direction) and speed (which never does), plus a single sign rule that tells you whether a moving object is gaining or losing speed. Master that rule and the units habit below, and you will collect points that many students leave on the table.

(Answers: starts at s(0) = 3 m; s'(t) = 2t - 4, zero at t = 2; at t=0, v = -4 < 0, so moving left; speed is |-4| = 4 m/s — speed is never negative.)


(b) Core Concepts

The derivative is a rate of change

Every derivative you have computed is secretly a rate of change. If y = f(x), then f'(a) is the instantaneous rate of change of y with respect to x at x = a. In an applied problem this is the single most tested idea in Unit 4, and the AP readers score it strictly. Two things must be right:

Interpret f'(a) with units — worked template.

Suppose C(q) gives the cost, in dollars, of producing q widgets, and C'(200) = 1.75.

Reading: C'(200) is the instantaneous rate of change of cost with respect to quantity when 200 widgets have been produced.

Units: dollars per widget.

Sentence: "When 200 widgets have been produced, the cost is increasing at a rate of 1.75 dollars per widget." Equivalently, producing approximately one more widget raises the cost by about \$1.75. This C'(q) is exactly what economists call marginal cost.

Notice what a full answer avoids: it never says "the cost is 1.75" (that confuses the rate with the amount) and it never omits the units.

Rectilinear motion: the position–velocity–acceleration family

A particle moving along a straight line (a number line) has a position function s(t). From it we build a family of functions by differentiating:

position      s(t)
velocity      v(t) = s'(t)
acceleration  a(t) = v'(t) = s''(t)
speed         |v(t)|

- v(t) > 0 → moving in the positive direction (right / up).

- v(t) < 0 → moving in the negative direction (left / down).

- v(t) = 0 → the particle is at rest (instantaneously stopped). These times are where the particle can change direction.

A particle is at rest when v(t) = 0. It changes direction at a time where v(t) = 0 and v changes sign there (a velocity of zero alone is not enough — v could touch zero and keep its sign).

Speeding up vs. slowing down — the sign rule

This is the trap question every year. Whether a particle is speeding up or slowing down depends on how velocity and acceleration relate, not on the sign of either one alone.

The sign rule. A particle is

speeding up when v(t) and a(t) have the SAME sign (both positive or both negative), and

slowing down when v(t) and a(t) have OPPOSITE signs.

Why is this true? Speed is |v|. The speed is increasing exactly when the velocity is moving away from zero. If v > 0 and a > 0, velocity is positive and growing more positive — moving away from zero — so speed increases. If v < 0 and a < 0, velocity is negative and becoming more negative — also moving away from zero — so speed increases again. When the signs disagree, acceleration pulls the velocity back toward zero, so speed drops. (Equivalently: the product v(t)·a(t) > 0 means speeding up; v(t)·a(t) < 0 means slowing down.)

Example. Let v(t) = t² - 4 and a(t) = 2t for t ≥ 0. At t = 1: v(1) = -3 < 0 and a(1) = 2 > 0. Opposite signs → slowing down. At t = 3: v(3) = 5 > 0 and a(3) = 6 > 0. Same sign → speeding up. Notice that at t = 1 the acceleration is positive even though the particle is slowing down — proof that "positive acceleration" does not mean "speeding up."

Calculator skills for motion (Part B / Section II Part A)

When a calculator is allowed you do not have to differentiate by hand to evaluate velocity at a point or to find when the particle is at rest.

TI-84 — velocity at a point (numerical derivative):
  MATH → 8:nDeriv(  →  nDeriv(s(T), T, 5)
  gives v(5) = s'(5).

TI-84 — when is the particle at rest (solve v(t)=0):
  Y1 = derivative or known v(t); use 2nd→CALC→2:zero, or
  MATH → Solver/  PlySmlt2, to solve v(t) = 0 on the interval.

Acceleration at a point is the numerical derivative of velocity: nDeriv(v(T), T, 5) gives a(5). Report calculator answers to three decimal places unless told otherwise, and still write a justification sentence — the reader scores the reasoning, not the keystrokes.

Other applied rates

The same interpretation discipline applies everywhere derivatives appear:

In every case: output-units per input-unit, plus a sentence about the meaning.


(c) Worked Examples

Example 1 — Analyzing particle motion (foundation) · [NO CALC]

Problem. A particle moves along the x-axis with position s(t) = t³ - 6t² + 9t for t ≥ 0, where s is in meters and t in seconds.

(i) Find v(t) and a(t). (ii) When is the particle at rest? (iii) On what intervals is the particle moving left? (iv) When is the particle speeding up?

Strategy. Differentiate twice, factor for sign analysis, then apply the sign rule.

Solution.

v(t) = s'(t) = 3t² - 12t + 9 = 3(t - 1)(t - 3)
a(t) = v'(t) = 6t - 12 = 6(t - 2)

(ii) v(t) = 0 at t = 1 and t = 3. The particle is at rest at t = 1 s and t = 3 s.

(iii) Moving left means v(t) < 0. The factors (t-1)(t-3) are negative between the roots, so v < 0 on 1 < t < 3. The particle moves left on the interval (1, 3).

(iv) Sign chart:

Intervalsign of vsign of asame/oppmotion
(0, 1)+oppositeslowing down
(1, 2)samespeeding up
(2, 3)+oppositeslowing down
(3, ∞)++samespeeding up

The particle is speeding up on (1, 2) and on (3, ∞).

Justification (model language). "On (1, 2), v(t) < 0 and a(t) < 0; because velocity and acceleration have the same sign, the speed is increasing, so the particle is speeding up."

Example 2 — Interpret a derivative with units (procedural) · [CALC]

Problem. A tank is being filled with water. The volume of water (in liters) after t minutes is V(t) = 50 + 12t - 0.2t² for 0 ≤ t ≤ 30.

(i) Find V'(t) and V'(10). (ii) Using correct units, interpret V'(10) in the context of the problem. (iii) Is the tank filling or draining at t = 10?

Strategy. Differentiate, evaluate, then write a complete interpretation sentence with units.

Solution.

V'(t) = 12 - 0.4t
V'(10) = 12 - 0.4(10) = 12 - 4 = 8

(Calculator check: nDeriv(50+12T-0.2T², T, 10) returns 8.)

(ii) Interpretation. V'(10) = 8 liters per minute. "At time t = 10 minutes, the volume of water in the tank is increasing at a rate of 8 liters per minute." (Units: liters per minute = output unit per input unit.)

(iii) Since V'(10) = 8 > 0, the volume is increasing, so the tank is filling at t = 10.

Example 3 — Marginal analysis (procedural) · [NO CALC]

Problem. A company's revenue from selling q units is R(q) = 80q - 0.05q² dollars.

(i) Find the marginal revenue function R'(q). (ii) Compute and interpret R'(300). (iii) Use the marginal revenue to estimate the revenue from selling the 301st unit.

Solution.

R'(q) = 80 - 0.1q
R'(300) = 80 - 0.1(300) = 80 - 30 = 50

(ii) R'(300) = 50 dollars per unit. "When 300 units have been sold, revenue is increasing at a rate of 50 dollars per unit." This is the marginal revenue at q = 300.

(iii) Marginal revenue approximates the revenue from the next unit: selling the 301st unit adds approximately \$50 in revenue. (Exact check: R(301) - R(300) = (80·301 - 0.05·301²) - (80·300 - 0.05·300²) = 19549.95 - 19500 = 49.95, confirming the ≈ $50 estimate.)

Example 4 — Motion from a velocity expression (AP level) · [CALC]

Problem. A particle moves along a line with velocity v(t) = t·cos(t) - 1 for 0 ≤ t ≤ 4 (t in seconds, v in m/s).

(i) Find the time(s) in (0, 4) at which the particle is at rest. (ii) Find the acceleration at t = 3 and state its units. (iii) At t = 3, is the particle speeding up or slowing down? Justify.

Solution.

(i) Solve v(t) = 0 with the calculator: graph Y1 = X·cos(X) - 1 and use 2nd → CALC → 2:zero on (0, 4). The solutions are t ≈ 1.380 and t ≈ 3.323 seconds. The particle is at rest at t ≈ 1.380 s and t ≈ 3.323 s.

(ii) a(3) = v'(3). Use nDeriv(X·cos(X) - 1, X, 3) ≈ -2.566. So a(3) ≈ -2.566 m/s².

(iii) Compute v(3) = 3·cos(3) - 1 ≈ 3(-0.98999) - 1 ≈ -3.970. So v(3) ≈ -3.970 < 0 and a(3) ≈ -2.566 < 0.

Justification. "At t = 3, v(3) < 0 and a(3) < 0; velocity and acceleration have the same sign, so the speed is increasing and the particle is speeding up."


(d) Common Mistakes

Confusing velocity with speed.

What students do: Report a negative speed, e.g., "speed = -5 m/s," or treat v(t) and speed as the same thing.

Why it's wrong: Speed is the magnitude |v(t)| and can never be negative; velocity carries the sign that encodes direction.

Fix: Speed = |v(t)|. If v = -5, then speed = 5. Use "velocity" when direction matters, "speed" only for magnitude.

Thinking "positive acceleration = speeding up."

What students do: Conclude the particle speeds up whenever a(t) > 0 (or slows down whenever a(t) < 0).

Why it's wrong: Speeding up depends on the relationship between v and a, not on a's sign alone. A particle with v < 0 and a > 0 is slowing down even though acceleration is positive.

Fix: Apply the sign rule — same sign ⇒ speeding up; opposite signs ⇒ slowing down (equivalently, v·a > 0 ⇒ speeding up).

Omitting units in an interpretation.

What students do: Write "V'(10) = 8, the volume is increasing" with no units.

Why it's wrong: The AP rubric awards the interpretation point only when units are present and correct. A rate with no units is incomplete.

Fix: Always attach (output unit) per (input unit) — here, "8 liters per minute."

Saying "speed" when you mean "velocity" (and vice versa) in justifications.

What students do: Write "the speed is negative so it moves left," or "the velocity is increasing" when they mean the speed is increasing.

Why it's wrong: The grader reads literally. "Speed increasing" and "velocity increasing" are different claims; only the velocity sign indicates direction.

Fix: Direction ↔ sign of velocity. Speeding up/slowing down ↔ whether speed (|v|) increases or decreases.

Treating every v(t) = 0 as a direction change.

What students do: Assume the particle reverses direction at every time velocity is zero.

Why it's wrong: The velocity must actually change sign. If v touches zero without changing sign, the particle keeps going the same way.

Fix: Check the sign of v on both sides before claiming a direction change.

(e) Practice Problems

For multiple choice, choose the single best answer. Calculator labels match AP rules.

Question 1NO CALC
A particle has position s(t) = 2t³ - 9t² + 12t. Its velocity is:
Question 2NO CALC
For the particle in Problem 1, at what time(s) is it at rest?
Question 3NO CALC
A particle has velocity v(t) = -8 m/s at some instant. Its speed at that instant is:
Question 4NO CALC
At a certain time, a particle has v(t) < 0 and a(t) > 0. The particle is:
Question 5CALC
Water drains from a tank so that the volume in gallons is V(t) = 400 - 6t - 0.3t², t in minutes. The rate of change of volume at t = 5 is closest to:
Question 6NO CALC
If C(q) is the cost in dollars to produce q items and C'(150) = 4, the best interpretation is:
Question 7NO CALC
A particle moves with velocity v(t) = t² - 6t + 8. On which interval is it moving in the negative direction?
Question 8NO CALC
For the particle in Problem 7, with acceleration a(t) = 2t - 6, the particle is speeding up on:
Question 9CALC
A particle has velocity v(t) = sin(t²) for 0 ≤ t ≤ 2. The number of times the particle is at rest on (0, 2) is:
Question 10CALC
For a particle with position s(t) = t³ - 4t² + 3t + 5, the acceleration at t = 2 is:

(Short answer)The temperature of a cup of coffee is H(t) °C after t minutes, and H'(8) = -2.5. Interpret H'(8) in context, with units, in a complete sentence.

(Short answer)A drone rises so that its height is h(t) = 30t - 5t² + 0.1t³ meters, t in seconds, 0 ≤ t ≤ 10. (a) Find h'(4) and h''(4) (use nDeriv if you wish). (b) Is the drone speeding up or slowing down at t = 4? Justify using velocity and acceleration.

(Short answer)A particle moves with position s(t) = t³ - 3t² for t ≥ 0. Find all times at which the particle changes direction, and justify that a change of direction occurs at each such time.

(Justification)A particle has v(2) = 5 m/s and a(2) = -3 m/s². A student claims, "Since acceleration is negative, the particle is slowing down." State whether the conclusion is correct and give the correct justification.

(Justification)Profit from selling q units is P(q) = -0.02q² + 15q - 500 dollars. (a) Find and interpret P'(250) with units. (b) Explain what it means, in business terms, that P'(q) = 0 at q = 375.

(f) AP Exam Focus

FRQ — Particle Motion (Section II style). Calculator NOT permitted. Total: 9 points.

A particle moves along a horizontal line. For 0 ≤ t ≤ 6, the particle's position is given by

s(t) = t³ - 9t² + 24t

where s is measured in meters and t is measured in seconds.

(a) Find the velocity v(t) and the acceleration a(t) of the particle. (2 points)

(b) Find all times t in the open interval (0, 6) at which the particle is at rest, and find all intervals on which the particle is moving to the left. Justify your answer. (3 points)

(c) Determine whether the particle is speeding up or slowing down at t = 3.5. Justify your answer. (2 points)

(d) Find v(5) and interpret its meaning in the context of the problem, using correct units. (2 points)


Model Solution

(a) Differentiate the position function.

v(t) = s'(t) = 3t² - 18t + 24 = 3(t - 2)(t - 4)
a(t) = v'(t) = 6t - 18 = 6(t - 3)

(b) The particle is at rest where v(t) = 0:

3(t - 2)(t - 4) = 0  ⇒  t = 2  and  t = 4

The particle is at rest at t = 2 s and t = 4 s.

The particle moves to the left where v(t) < 0. Since v(t) = 3(t-2)(t-4), the product (t-2)(t-4) is negative between its roots:

v(t) < 0  for  2 < t < 4

The particle moves to the left on the interval (2, 4), because v(t) < 0 there.

(c) Evaluate velocity and acceleration at t = 3.5:

v(3.5) = 3(3.5 - 2)(3.5 - 4) = 3(1.5)(-0.5) = -2.25 < 0
a(3.5) = 6(3.5 - 3) = 6(0.5) = 3 > 0

At t = 3.5, v(3.5) < 0 and a(3.5) > 0. Because the velocity and acceleration have opposite signs, the speed is decreasing, so the particle is slowing down at t = 3.5.

(d) Evaluate velocity at t = 5:

v(5) = 3(5 - 2)(5 - 4) = 3(3)(1) = 9

v(5) = 9 meters per second. Interpretation: "At time t = 5 seconds, the particle is moving to the right (positive direction) at a velocity of 9 meters per second." (Units: meters per second.)


Scoring Commentary — where students lose points

Justification language that earns full credit: "Because v and a have opposite signs at t = 3.5, the particle is slowing down." Vague phrasing like "it's slowing because of the numbers" earns no justification credit.


🔑 Answer Key

1. (A). v(t) = s'(t) = 6t² - 18t + 12. Distractors: (B) mis-differentiates the middle term (-9t² → -9t instead of -18t); (C) antidifferentiates instead of differentiating; (D) gives a(t) = s''(t), the acceleration.

2. (D). v(t) = 6t² - 18t + 12 = 6(t² - 3t + 2) = 6(t-1)(t-2) = 0t = 1, 2. Distractors: (C) drops a root; (B)/(A) come from setting the wrong expression (e.g., acceleration 12t-18 = 0 ⇒ t = 1.5) to zero.

3. (C). Speed = |v| = |-8| = 8 m/s. Distractors: (D) reports velocity as speed (speed can't be negative); (A) confuses "at rest"; (B) speed is fully determined by |v|.

4. (A). v < 0 ⇒ moving in the negative direction (left). v < 0 and a > 0 are opposite signs ⇒ slowing down. So slowing down and moving left. Distractors: (B)/(C) misread the velocity sign as rightward or mislabel as speeding up; (D) correct motion (slowing) but wrong direction.

5. (D). V'(t) = -6 - 0.6t; V'(5) = -6 - 3 = -9 gal/min (negative ⇒ draining). Distractors: (A) forgets to differentiate the -0.3t² term; (B) halves the result; (C) sign error.

6. (B). C'(150) is marginal cost: the rate of change of cost per additional item at q = 150, ≈ \$4 per item. Distractors: (A)/(D) confuse the rate with a total cost; (C) multiplies the rate by 150, which is not what a derivative reports.

7. (C). v(t) = (t-2)(t-4) < 0 on (2, 4). Distractors: (B)/(D) pick intervals where v > 0; (A) is where v > 0 (the complement).

8. (C). v(t) = (t-2)(t-4): v > 0 on (0,2)∪(4,∞), v < 0 on (2,4). a(t) = 2t - 6: a < 0 on (0,3), a > 0 on (3,∞). Same sign (speeding up): on (2,3) both negative; on (4,∞) both positive. So (2, 3) ∪ (4, ∞). Distractors: (B) lists where v > 0 (not the speeding-up set); (D) omits (4, ∞); (A) is a slowing-down interval (v < 0, a > 0).

9. (B) 1. v(t) = sin(t²) = 0 when t² = π, 2π, …. For t in (0, 2), ranges over (0, 4), and the only multiple of π in that range is t² = π ≈ 3.14 (since 2π ≈ 6.28 > 4). So there is exactly one zero, at t = √π ≈ 1.772. The particle is at rest once.

- (A) 0 misses the zero at √π. (C) 2 counts √(2π) ≈ 2.507, which lies outside (0, 2). (D) 3 overcounts further.

10. (B). s'(t) = 3t² - 8t + 3, s''(t) = 6t - 8, s''(2) = 12 - 8 = 4. Distractors: (A) uses v(2)-related slip; (C) computes 6t only; (D) arithmetic error.

11. H'(8) = -2.5 °C per minute. "At t = 8 minutes, the temperature of the coffee is decreasing at a rate of 2.5 degrees Celsius per minute." (Full credit requires the units °C per minute, the value, and that the temperature is decreasing because the rate is negative.)

12. h'(t) = 30 - 10t + 0.3t²; h'(4) = 30 - 40 + 4.8 = -5.2 m/s. h''(t) = -10 + 0.6t; h''(4) = -10 + 2.4 = -7.6 m/s². At t = 4: v = -5.2 < 0 and a = -7.6 < 0. Same sign ⇒ speeding up. Justification: "velocity and acceleration are both negative, so the speed is increasing." (nDeriv check: nDeriv(30T-5T²+0.1T³, T, 4) ≈ -5.2.)

13. s(t) = t³ - 3t², v(t) = 3t² - 6t = 3t(t - 2). v = 0 at t = 0 and t = 2. On t ≥ 0, examine sign changes: at t = 2, v < 0 just before (e.g., v(1) = -3) and v > 0 just after (e.g., v(3) = 9), so velocity changes from negative to positive — the particle changes direction at t = 2 s. At t = 0 (left endpoint of the domain) there is no interval to the left, so it is not counted as a direction change. Answer: the particle changes direction only at t = 2, because v changes sign from negative to positive there.

14. The conclusion happens to be correct, but the reasoning is not valid. Slowing down is determined by v and a having opposite signs, not by a < 0 alone. Correct justification: "At t = 2, v(2) = 5 > 0 and a(2) = -3 < 0; because velocity and acceleration have opposite signs, the speed is decreasing, so the particle is slowing down." (If instead v(2) had been negative, a(2) = -3 < 0 would mean speeding up — showing why the student's reasoning is unsound.)

15. (a) P'(q) = -0.04q + 15; P'(250) = -10 + 15 = 5 dollars per unit. "When 250 units are sold, profit is increasing at a rate of 5 dollars per unit" — i.e., the 251st unit adds about \$5 of profit (this is marginal profit). (b) P'(375) = -0.04(375) + 15 = -15 + 15 = 0. A marginal profit of 0 means that, at q = 375, selling one more unit produces essentially no additional profit; this is where total profit is (locally) maximized — beyond this quantity, marginal profit turns negative and additional units reduce profit.

CalcIQ · Lesson 17 of 35 · Unit 4 — Contextual Applications of Differentiation. Next: Lesson 18 — Related Rates.

This lesson is independent study material and is not endorsed by or affiliated with the College Board. "AP" and "Advanced Placement" are trademarks of the College Board.

Accuracy note: All derivatives, sign analyses, and numerical values in this lesson were independently recomputed and verified. The speeding-up/slowing-down determinations follow the rule that a particle speeds up when velocity and acceleration share the same sign and slows down when their signs differ.

← Lesson 16
Lesson 18 →
Score: 0/0 correct