Fiveable

โˆซCalculus I Unit 3 Review

QR code for Calculus I practice questions

3.4 Derivatives as Rates of Change

3.4 Derivatives as Rates of Change

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Derivatives and Rates of Change

The derivative tells you how fast a function's output is changing at any given input. This makes it one of the most useful tools in calculus: if you can model something as a function, the derivative tells you its rate of change. That applies to everything from the speed of a falling object to the cost of producing one more unit in a factory.

This section covers average vs. instantaneous rates of change, motion problems, and how derivatives show up in real-world predictions and applications.

Fundamental Concepts

A few building blocks to keep in mind:

  • Function: a relationship where each input gives exactly one output. If s(t)s(t) gives position at time tt, then each moment in time maps to one position.
  • Slope: measures steepness. For a straight line, slope is the rate of change. For a curve, slope varies from point to point.
  • Limit: describes what a function approaches as the input gets closer to some value. Limits are what let us go from average rates of change to instantaneous ones.

Average vs. Instantaneous Rates of Change

Average rate of change measures how much a function changes over an interval. It's the slope of the secant line connecting two points on the graph:

Averageย rateย ofย change=f(b)โˆ’f(a)bโˆ’a\text{Average rate of change} = \frac{f(b) - f(a)}{b - a}

For example, if a car's position is s(t)=t2s(t) = t^2 miles and you want the average velocity from t=1t = 1 to t=3t = 3:

s(3)โˆ’s(1)3โˆ’1=9โˆ’12=4ย mi/hr\frac{s(3) - s(1)}{3 - 1} = \frac{9 - 1}{2} = 4 \text{ mi/hr}

Instantaneous rate of change is the rate at a single moment. It's the slope of the tangent line at that point, found by shrinking the interval to zero:

fโ€ฒ(x)=limโกhโ†’0f(x+h)โˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}

Using the same example, sโ€ฒ(t)=2ts'(t) = 2t, so at t=1t = 1 the instantaneous velocity is sโ€ฒ(1)=2s'(1) = 2 mi/hr, and at t=3t = 3 it's sโ€ฒ(3)=6s'(3) = 6 mi/hr. The average (4 mi/hr) falls between these, which makes sense.

Interpreting the sign of the rate of change:

  • Positive derivative โ†’ function is increasing (object moving forward, quantity growing)
  • Negative derivative โ†’ function is decreasing (object moving backward, quantity shrinking)
  • Zero derivative โ†’ function has a horizontal tangent at that point (momentarily not changing)
Fundamental Concepts, Rates of Change and Behavior of Graphs ยท Algebra and Trigonometry

Derivatives in Motion Problems

Motion problems are the classic application of derivatives. There's a clean chain of relationships:

FunctionWhat it measuresHow to get it
s(t)s(t)Position (displacement)Given, or integrate v(t)v(t)
v(t)=sโ€ฒ(t)v(t) = s'(t)VelocityDifferentiate position
a(t)=vโ€ฒ(t)=sโ€ฒโ€ฒ(t)a(t) = v'(t) = s''(t)AccelerationDifferentiate velocity

Each derivative takes you one level deeper into how the motion is changing:

  • Velocity tells you how fast position is changing and in what direction. Positive velocity means moving in the positive direction; negative means the opposite.
  • Acceleration tells you how fast velocity is changing. Positive acceleration means speeding up (if velocity is also positive) or slowing down (if velocity is negative).

Example: A ball is thrown upward with position s(t)=โˆ’16t2+48t+5s(t) = -16t^2 + 48t + 5 feet.

  1. Velocity: v(t)=sโ€ฒ(t)=โˆ’32t+48v(t) = s'(t) = -32t + 48
  2. Acceleration: a(t)=vโ€ฒ(t)=โˆ’32a(t) = v'(t) = -32 (constant, due to gravity)
  3. The ball reaches its peak when v(t)=0v(t) = 0: solving โˆ’32t+48=0-32t + 48 = 0 gives t=1.5t = 1.5 seconds
  4. Maximum height: s(1.5)=โˆ’16(2.25)+48(1.5)+5=41s(1.5) = -16(2.25) + 48(1.5) + 5 = 41 feet

Rates of Change for Predictions

Derivatives help model and predict behavior in many fields. Two common areas:

Population growth can be modeled with functions whose derivatives describe how fast the population changes.

  • The exponential model P(t)=P0ertP(t) = P_0 e^{rt} assumes a constant growth rate rr with no resource limits. Its derivative is Pโ€ฒ(t)=rP0ertP'(t) = rP_0 e^{rt}, meaning the population grows faster as it gets larger. This works for bacteria in early stages but breaks down over time.
  • The logistic model P(t)=K1+(Kโˆ’P0P0)eโˆ’rtP(t) = \frac{K}{1 + \left(\frac{K - P_0}{P_0}\right)e^{-rt}} adds a carrying capacity KK. Growth slows as the population approaches KK, which is more realistic for real-world populations.

Business and economics use derivatives to analyze marginal quantities:

  • Marginal revenue Rโ€ฒ(x)R'(x) is the approximate additional revenue from selling one more unit.
  • Marginal cost Cโ€ฒ(x)C'(x) is the approximate additional cost of producing one more unit.
  • Profit is maximized where Rโ€ฒ(x)=Cโ€ฒ(x)R'(x) = C'(x), because that's where the gain from one more unit exactly equals its cost.
Fundamental Concepts, Rates of Change and Behavior of Graphs | College Algebra

Types of Rates of Change

Not all rates of change behave the same way:

  • Linear (constant): The rate doesn't change. A car driving at a steady 60 mph has a constant rate of change of position. The graph of the function is a straight line.
  • Nonlinear (variable): The rate itself changes over time. A car accelerating from a stop has an increasing velocity, so the rate of change of position is growing. The graph is curved.
  • Continuous vs. discrete: Continuous rates change smoothly at every instant (the motion of a ball in flight). Discrete rates are measured at separate intervals (a company's quarterly earnings). Calculus deals primarily with continuous rates, though we often use it to approximate discrete situations.

Derivatives and Practical Applications

Three broad categories of application come up frequently:

Optimization uses derivatives to find maximum or minimum values. You set fโ€ฒ(x)=0f'(x) = 0, solve for xx, and check whether each solution is a max or min. Applications include maximizing profit, minimizing material usage in engineering, or finding the most efficient path.

Related rates problems involve two or more quantities that change simultaneously, connected by an equation. You differentiate both sides with respect to time using the chain rule to find how one rate relates to another. A classic example: if a balloon's radius grows at 2 cm/s, how fast is its volume increasing when r=5r = 5 cm?

Linear approximation uses the tangent line at a known point to estimate nearby function values:

f(x)โ‰ˆf(a)+fโ€ฒ(a)(xโˆ’a)f(x) \approx f(a) + f'(a)(x - a)

This is the foundation for more advanced techniques like Newton's method (for finding roots) and Taylor series (for approximating functions with polynomials).

2,589 studying โ†’