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)ba\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)31=912=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)=limh0f(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+(KP0P0)ertP(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)(xa)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).

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →