calculus is primarily the study of rates of change. however, there are numerous applications of derivatives beyond just finding rates and velocities.
in this review article, we will highlight the most important applications of derivatives for the ap calculus ab/bc exams.
applications of derivatives
here is a list of some of the essential derivative applications.
- (instantaneous) rates of change
- velocity
- acceleration
- slope and tangent lines
- analysis of graphs
- increase/decrease
- relative extreme points
- concavity
- inflection points
- related rates
- optimization
rates of change
perhaps the most important application of the derivative is in finding rates of change. in fact, this is why newton (and leibniz independently) invented calculus in the first place!
suppose y = f(x) is a function that models some real-world behavior. here, the input is x and output is y. a natural question in the sciences is: how does the output change as one changes the input? in other words, what is the change in y resulting from a change in x?
for most purposes, it makes sense to consider the ratio of the changes. for example, if y changes twice as quickly as x, then that would be a rate of change of 2.
so this leads to the concept of average rate of change, Δy/Δx. (see ap calculus review: average rate of change for more about this.)
finally, by allowing the change in input to approach 0 (by taking a limit), we get the definition of derivative:
of course after you learn the definition, then you get to learn all of the shortcut rules for derivatives that let you avoid taking limits at all!
example: rates of change
suppose the population of a small city can be modeled by p = 40532 e0.03t, where p is total population and t is time in years after the year 2000. how quickly was the population increasing in 2002?
solution
the phrase “how quickly” means “at what rate”? so we use a derivative to find the rate of change.
p ‘ = 40532 e0.03t (0.03) = 1215.96 e0.03t
the year 2002 corresponds to t = 2.
p ‘(2) = 1215.96 e0.03(2) = 1291.15
thus the city was growing at a rate of about 1291 people per year.
velocity and acceleration
by definition, velocity is the rate of change of position. so, if you have a position function s(t), then the velocity function is nothing more than the derivative of s(t).
analogously, acceleration is the rate of change of velocity – hence the second derivative of position.
slope and tangent lines
the derivative value f ‘(a) measures the slope of the curve y = f(x) at the point x = a. by extension, then the derivative also gives you the slope of the tangent line there.
here is another reference for tangent lines and slopes of curves: how to find the slope of a line tangent to a curve.
example: tangent lines
find the equation of the tangent line to the curve y = (1/3)x3 – (1/2)x2 + 3x – 5 at x = 6.
solution
slope = derivative. here, dy/dx = (1/3)3x2 – (1/2)2x + 3 = x2 – x + 3.
therefore, the slope at x = 6 is:
m = (6)2 – (6) + 3 = 33.
we also need the y-coordinate of the point. so plug x = 6 into the original function as well.
(1/3)(6)3 – (1/2)(6)2 + 3(6) – 5 = 67.
finally, using point-slope form, we construct the equation of the tangent line.
y – 67 = 33(x – 6) = 33x – 198, or
y = 33x – 131
analysis of graphs
there’s quite a lot that calculus can tell us about the shape of a graph. we’ll focus on what the derivative and second derivative can say about a graph.
for a detailed review of these topics, you can also check out: ap calculus exam review: analysis of graphs
first derivatives — increase, decrease, and relative extrema
the first derivative measures the slope of the curve. so just as slopes of lines can tell you whether the line increases, decreases, or is horizontal, the derivative can be used to locate intervals of increase and decrease, as well as any turnaround points.
if f ' > 0 | f is increasing (on an interval) |
if f ' < 0 | f is decreasing (on an interval) |
if f '(a) = 0 | f has a critical point at x = a |
at a critical point, the graph may turn around (but it’s not a guarantee). then you can use the first derivative test to decide whether each critical point is a relative maximum, minimum, or neither.
first derivative test: suppose x = a is a critical point for a function f.
- if the sign of the derivative f ‘ changes from positive to negative at a, then there is a relative (local) maximum at x = a.
- if the sign of the derivative f ‘ changes from negative to positive at a, then there is a relative (local) minimum at x = a.
- lastly, if the sign of the derivative f ‘ does not change at a, then there is no relative extreme point there.
second derivatives — concavity and inflection points
second derivatives give you information about concavity (direction of curving), and inflection points (transitions between different concavities).
if f '' > 0 | f is concave up (on an interval) |
if f '' < 0 | f is concave down (on an interval) |
if f ''(a) = 0 | (a, f(a)) is a possible point of inflection |
for more details, check out: ap calculus review: inflection points.
related rates
sometimes the behaviors of two quantities are tied together. for example, raising the temperature of a gas in a fixed container will raise its pressure as well.
the method of related rates can be used to understand how rates of change are related based on an algebraic or geometric relation among the original variables.
because the word “rate” appears in this topic, it should be no surprise that derivatives will be used!
example: related rates
a spherical balloon is filled with helium at a constant rate of 5 cm3 per second. how quickly is the radius increasing when the radius is 16 cm?
solution
first we need to remember the volume formula for the sphere. this relates the two variables mentioned in the problem: volume (v) and radius (r).
first, we take time derivatives of both sides of the volume formula to produce a related rate.
next, we plug in the known information, dv/dt = 5, and r = 16.
thus, the radius is increasing at 0.00155 cm per second.
for more practice, try this link: ap calculus review: related rates.
optimization
optimization is simply the process of finding a maximum or minimum value. however, in most optimization problems, there is more than one input variable and certain constraints on the variables. so it takes quite a bit of algebra to set up the function before you can take its derivative.
understanding optimization problems really takes seeing a fair number of them worked out. you can find a detailed review of optimization here: ap calculus review: optimization.
summary
now that you’ve seen the various ways in which applications of derivatives can appear on the ap calculus exams, you can be more confident on test day! just keep in mind a few key concepts from which all of these applications arise.
- derivatives measure rates of change.
- derivative values are slopes.
leave a reply