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 gives position at time , 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:
For example, if a car's position is miles and you want the average velocity from to :
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:
Using the same example, , so at the instantaneous velocity is mi/hr, and at it's 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)

Derivatives in Motion Problems
Motion problems are the classic application of derivatives. There's a clean chain of relationships:
| Function | What it measures | How to get it |
|---|---|---|
| Position (displacement) | Given, or integrate | |
| Velocity | Differentiate position | |
| Acceleration | Differentiate 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 feet.
- Velocity:
- Acceleration: (constant, due to gravity)
- The ball reaches its peak when : solving gives seconds
- Maximum height: 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 assumes a constant growth rate with no resource limits. Its derivative is , meaning the population grows faster as it gets larger. This works for bacteria in early stages but breaks down over time.
- The logistic model adds a carrying capacity . Growth slows as the population approaches , which is more realistic for real-world populations.
Business and economics use derivatives to analyze marginal quantities:
- Marginal revenue is the approximate additional revenue from selling one more unit.
- Marginal cost is the approximate additional cost of producing one more unit.
- Profit is maximized where , because that's where the gain from one more unit exactly equals its cost.

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 , solve for , 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 cm?
Linear approximation uses the tangent line at a known point to estimate nearby function values:
This is the foundation for more advanced techniques like Newton's method (for finding roots) and Taylor series (for approximating functions with polynomials).