AP Calculus BC Unit 4: Contextual Applications of Differentiation (Interpretation, Motion, Related Rates, Linearization, and L’Hospital’s Rule)

Interpreting the Derivative in Context

A big shift in Unit 4 is that the derivative stops being “just a procedure” and becomes a meaningful quantity you interpret in words, with units, and in real situations. On the AP Exam, many problems are less about symbolic differentiation and more about explaining what a derivative value tells you about a situation.

The derivative as a rate of change (the core idea)

The derivative of a function at an input value measures how fast the output is changing with respect to the input at that instant. Formally, it comes from the limit of average rates of change.

f(a)=limh0f(a+h)f(a)hf'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}

The fraction is an average rate of change over an interval of length hh, and the limit converts that average into an instantaneous rate. This matters because many real-world quantities are naturally “per unit input” (miles per hour, dollars per item, liters per minute). The derivative is the mathematical tool that captures that “per” relationship at a specific moment.

The derivative as slope (geometry meets context)

If a function is differentiable at a point, its graph has a tangent line there, and the derivative equals the slope of that tangent line.

slope of tangent at x=a=f(a)\text{slope of tangent at }x=a=f'(a)

That connects directly to “rate” language, since slope is “rise over run.”

rate=change in outputchange in input\text{rate} = \frac{\text{change in output}}{\text{change in input}}

Units: the fastest way to make your interpretation correct

A derivative always has units of output per input. For example, if an output is measured in meters and the input is measured in seconds, then the derivative has units

meterssecond\frac{\text{meters}}{\text{second}}

This is not optional decoration: units tell you what the derivative means.

  • If a population function has units of people and time in years, the derivative has units of people per year.
  • If a cost function has units of dollars and input is items produced, the derivative has units of dollars per item (marginal cost).

A common student mistake is to interpret %%LATEX5%% as “the value of the function.” A quick unit-check catches this: %%LATEX6%% has output units, while f(a)f'(a) has output-per-input units.

Sign and magnitude: what does positive, negative, large, or small mean?

Interpreting a derivative is often about sign and size.

  • If %%LATEX8%%, then the function is increasing at %%LATEX9%%.
  • If %%LATEX10%%, then the function is decreasing at %%LATEX11%%.
  • If f(a)=0f'(a)=0, the tangent line is horizontal and the quantity is momentarily not changing.

Magnitude matters too.

  • A large absolute value means the output is changing rapidly.
  • A small absolute value means the output is changing slowly.

Important nuance: f(a)=0f'(a)=0 does not automatically mean a maximum or minimum in context. It only means “instantaneously flat.” The point could be a local max, a local min, or neither.

Estimating derivatives from graphs, tables, and data

On the AP Exam, you may not be given a formula. You might be given a graph and asked to approximate a tangent slope, or a table and asked to approximate a derivative with a difference quotient.

A strong table-based estimate uses symmetric points around the target input when possible.

f(a)f(a+h)f(ah)2hf'(a)\approx \frac{f(a+h)-f(a-h)}{2h}

If you only have one-sided data, use a one-sided difference quotient.

f(a)f(a+h)f(a)hf'(a)\approx \frac{f(a+h)-f(a)}{h}

When you do this, your final answer should include units and an interpretation, not just a number.

Worked example 1: interpreting a derivative value with units

Suppose %%LATEX16%% is the temperature of a cup of coffee in degrees Celsius after %%LATEX17%% minutes, and you are told

T(5)=1.8T'(5)=-1.8

This means: at 5 minutes, the coffee’s temperature is decreasing at about 1.8 degrees Celsius per minute. The negative sign indicates cooling.

Worked example 2: estimating a derivative from a table

A table gives the values below. Estimate the derivative at 2.

f(2)=10f(2)=10

f(2.1)=10.8f(2.1)=10.8

f(1.9)=9.3f(1.9)=9.3

Use a symmetric difference quotient with h=0.1h=0.1.

f(2)f(2.1)f(1.9)0.2=10.89.30.2=1.50.2=7.5f'(2)\approx \frac{f(2.1)-f(1.9)}{0.2}=\frac{10.8-9.3}{0.2}=\frac{1.5}{0.2}=7.5

Interpretation (in general form): at input 2, the function is increasing at about 7.5 output-units per input-unit.

Exam Focus
  • Typical question patterns:
    • “Interpret f(a)f'(a) in context” given a derivative value.
    • “Estimate f(a)f'(a) from a graph/table and explain what it means.”
    • “Compare %%LATEX26%% and %%LATEX27%%” to decide where change is faster.
  • Common mistakes:
    • Giving the meaning of %%LATEX28%% instead of %%LATEX29%% (mixing up value vs. rate).
    • Forgetting units or using the wrong units (output vs. output-per-input).
    • Treating f(a)=0f'(a)=0 as automatically “a maximum” without additional justification.

Straight-Line Motion (Position, Velocity, Acceleration)

Motion problems are the most common “derivative in context” problems because everyday language already uses rates: velocity is a rate of change of position, and acceleration is a rate of change of velocity.

The main functions and what they mean

In straight-line motion (movement along a line), you typically have position, velocity, and acceleration connected by derivatives.

v(t)=s(t)v(t)=s'(t)

a(t)=v(t)=s(t)a(t)=v'(t)=s''(t)

A common unit setup is:

  • Position measured in meters
  • Velocity measured in meters per second
  • Acceleration measured in meters per second squared

Here is the same idea organized as a reference table.

QuantityCommon notationTypical units
Position%%LATEX33%% or %%LATEX34%%meters
Velocity%%LATEX35%% or %%LATEX36%%meters per second
Acceleration%%LATEX37%% or %%LATEX38%% or a(t)a(t)meters per second squared
Displacement vs. distance (a crucial conceptual split)

Displacement over a time interval is net change in position.

displacement=s(b)s(a)\text{displacement}=s(b)-s(a)

Distance traveled counts total movement regardless of direction. If velocity exists and is integrable, distance traveled can be found by integrating speed.

distance=abv(t)dt\text{distance}=\int_a^b |v(t)|\,dt

Even though Unit 4 emphasizes differentiation, this distinction shows up often as a conceptual trap: speed is absolute value of velocity.

Velocity vs. speed, direction, and “moving right/left”

Velocity can be positive or negative, while speed is always nonnegative.

speed=v(t)\text{speed}=|v(t)|

  • If v(t)>0v(t)>0, the object is moving in the positive direction.
  • If v(t)<0v(t)<0, the object is moving in the negative direction.
  • If v(t)=0v(t)=0, the object is momentarily at rest.

A very common AP phrasing is “moving left,” which is asking for when v(t)<0v(t)<0 (assuming the usual coordinate orientation).

When is the object speeding up or slowing down?

Speeding up means the speed v(t)|v(t)| is increasing. In straight-line motion, a reliable sign rule is:

  • Speeding up when velocity and acceleration have the same sign.
  • Slowing down when velocity and acceleration have opposite signs.

This is why “acceleration positive” does not automatically mean “speeding up.” You must compare the signs of both.

Reading motion from graphs

You might be given a graph of position, velocity, or acceleration.

  • From a position graph, slope is velocity. Increasing position means positive velocity; decreasing position means negative velocity. Concavity of position relates to acceleration because concavity is controlled by the second derivative.
  • From a velocity graph, height is velocity and slope is acceleration. Above the axis means positive direction; below means negative direction; where velocity is zero the object is at rest.

A subtle but important point: a turning point in position (a local max or min) typically happens when velocity is zero and changes sign. But velocity equaling zero alone does not guarantee a direction change.

Worked example 1: interpreting velocity and acceleration from a position function

A particle has position

s(t)=t36t2+9ts(t)=t^3-6t^2+9t

for nonnegative time.

1) Find velocity and acceleration.

v(t)=s(t)=3t212t+9v(t)=s'(t)=3t^2-12t+9

a(t)=v(t)=6t12a(t)=v'(t)=6t-12

2) When is the particle at rest?

3t212t+9=03t^2-12t+9=0

t24t+3=0t^2-4t+3=0

(t1)(t3)=0(t-1)(t-3)=0

So the particle is at rest at

t=1t=1

and

t=3t=3

3) Is it speeding up at t=1t=1?

Because

v(1)=0v(1)=0

the sign rule (same sign vs. opposite sign) does not directly decide “speeding up” at that instant. A better approach is to check velocity just before and after.

v(0)=9v(0)=9

v(2)=3v(2)=-3

Velocity changes sign at t=1t=1, so the particle reverses direction there. This highlights the misconception “acceleration positive means speeding up.”

Worked example 2: speeding up intervals

Using the same functions, find where the particle is speeding up.

First find where acceleration is zero.

6t12=06t-12=0

t=2t=2

Velocity factored:

v(t)=3(t1)(t3)v(t)=3(t-1)(t-3)

Sign analysis:

  • For 0<t<10<t<1: velocity positive, acceleration negative, slowing down.
  • For 1<t<21<t<2: velocity negative, acceleration negative, speeding up.
  • For 2<t<32<t<3: velocity negative, acceleration positive, slowing down.
  • For t>3t>3: velocity positive, acceleration positive, speeding up.

So it is speeding up on

1<t<21<t<2

and

t>3t>3

Worked example 3: acceleration from a velocity function

If a particle moves along a straight line with velocity

v(t)=3t24t+2v(t)=3t^2-4t+2

then acceleration is the derivative of velocity.

a(t)=6t4a(t)=6t-4

At time 2,

a(2)=6(2)4=8a(2)=6(2)-4=8

So at t=2t=2 the acceleration is 8 (with units matching your velocity units per second).

Exam Focus
  • Typical question patterns:
    • Given %%LATEX74%%, find %%LATEX75%% and a(t)a(t) and interpret at a specific time.
    • Determine when the particle moves left/right, is at rest, or changes direction.
    • Determine when it is speeding up/slowing down using sign analysis of %%LATEX77%% and %%LATEX78%%.
  • Common mistakes:
    • Confusing velocity with speed (forgetting the absolute value for speed).
    • Saying “speeding up when %%LATEX79%%” instead of checking signs of both %%LATEX80%% and aa.
    • Assuming v(t)=0v(t)=0 always means “turns around” without checking sign change.

Rates of Change in Applied Contexts (Other Than Motion)

Once you’re comfortable interpreting derivatives in motion, the same logic applies to any situation where one quantity depends on another: economics, biology, chemistry, geometry, and more. The derivative is still “instantaneous rate of change,” but the meaning changes with the variables.

General interpretation template (a powerful habit)

If an output depends on an input, then the derivative at an input value tells you: when the input equals that value, the output is changing at the derivative amount in output-units per input-unit.

A strong interpretation has three parts:
1) when (at what input),
2) direction (increasing or decreasing),
3) units.

Example statement: if revenue is in dollars and time is in days and

R(10)=2500R'(10)=2500

then at day 10 revenue is increasing at 2500 dollars per day.

Average vs. instantaneous rate (and why both appear)

Average rate of change over an interval is

average rate=f(b)f(a)ba\text{average rate} = \frac{f(b)-f(a)}{b-a}

This is not the derivative unless the interval is extremely small. In context, average rate describes the whole interval, while instantaneous rate describes a single moment.

Marginal interpretations (common in economics and modeling)

If cost in dollars depends on number of items produced, then the derivative is marginal cost in dollars per item. It estimates the extra cost of producing one more item near that production level.

For a small change in production,

ΔCC(q)Δq\Delta C\approx C'(q)\Delta q

When

Δq=1\Delta q=1

this becomes the “cost of one more item” approximation, which is best when the cost function is smooth.

Chain rule as “rate of a rate” (indirect dependence)

Many real systems are layered: one variable depends on another that depends on time. If a quantity depends on another variable, and that variable depends on time, then the chain rule connects the rates.

dydt=dydxdxdt\frac{dy}{dt}=\frac{dy}{dx}\frac{dx}{dt}

Worked example 1: geometric rate of change (area depends on radius)

A circular oil spill has radius and area related by

A=πr2A=\pi r^2

Suppose

drdt=2\frac{dr}{dt}=2

Find the area rate when

r=10r=10

Differentiate with respect to time.

dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\frac{dr}{dt}

Substitute values.

dAdt=2π(10)(2)=40π\frac{dA}{dt}=2\pi(10)(2)=40\pi

Interpretation: when the radius is 10 meters, the area is increasing at 40π40\pi square meters per minute.

Worked example 2: interpreting a rate from a model (biology)

If bacteria population satisfies

P(3)=500P'(3)=500

then at 3 hours the population is increasing at 500 bacteria per hour. If instead

P(3)=500P'(3)=-500

that does not mean “negative bacteria”; it means the population is decreasing at 500 bacteria per hour at that instant.

Worked example 3: volume changing in a pool (non-motion derivative)

Let volume (in gallons) after time (in hours) be

V(t)=8t232t+4V(t)=8t^2-32t+4

Then the rate of change of volume is

dVdt=16t32\frac{dV}{dt}=16t-32

At

t=2t=2

the volume is not changing because

dVdt=0\frac{dV}{dt}=0

For

t>2t>2

the derivative is positive, so the volume is increasing; for

0<t<20<t<2

the derivative is negative, so the volume is decreasing.

Worked example 4: coffee cooling model (non-motion derivative)

Suppose coffee temperature (in degrees) is modeled by

x(t)=70+50e0.1tx(t)=70+50e^{-0.1t}

where time is minutes since poured. Differentiate to find the rate of change.

x(t)=5e0.1tx'(t)=-5e^{-0.1t}

At 5 minutes,

x(5)=5e0.52.27x'(5)=-5e^{-0.5}\approx -2.27

So at 5 minutes the temperature is decreasing at about 2.27 degrees per minute.

Exam Focus
  • Typical question patterns:
    • Interpret %%LATEX105%% or %%LATEX106%% with correct units in a non-motion scenario.
    • Use the chain rule with rates (for example, area changing because radius changes).
    • Distinguish average rate of change from instantaneous rate of change.
  • Common mistakes:
    • Dropping units or using the wrong “per” units.
    • Forgetting the chain rule factor (for example, missing drdt\frac{dr}{dt}).
    • Interpreting negative rates as “negative amounts” rather than “decreasing.”

Related Rates: Turning a Situation Into an Equation

A related rates problem is a special kind of rate problem where two or more quantities are connected by a relationship (often geometric). You’re given the rate of change of one quantity and asked to find the rate of change of another.

What makes related rates feel hard at first is not the calculus, but the modeling. The derivative step is usually straightforward. The challenge is translating words into variables and an equation.

What “related” means

The rates are related because the quantities themselves are related. For example, circle area and radius satisfy

A=πr2A=\pi r^2

If radius changes with time, then area must change with time in a way determined by that equation.

The key move: differentiate with respect to time

Even if the relationship does not explicitly include time, in related rates you treat each changing quantity as a function of time.

For example, if

x2+y2=25x^2+y^2=25

then differentiating with respect to time gives

2xdxdt+2ydydt=02x\frac{dx}{dt}+2y\frac{dy}{dt}=0

This “variable times its time-derivative” pattern is the signature of related rates and comes from the chain rule.

A reliable modeling workflow (what to do before differentiating)

Before you touch derivatives, aim for a clean setup.

  1. Draw a diagram if geometry is involved. Label variables clearly.
  2. Choose variables for the quantities that change and include units.
  3. Write one equation relating the variables.
  4. Identify the instant: related rates questions always mean “at a particular moment,” and that’s when you plug in numerical values after differentiating.

A common mistake is plugging in numerical values too early. If you substitute before differentiating, you can accidentally erase the variables you need.

Worked example 1: expanding circle (intro-level related rates)

A circle’s radius is increasing at a constant rate of 3 cm/s. Find how fast the area is increasing when the radius is 5 cm.

Given

drdt=3\frac{dr}{dt}=3

and

A=πr2A=\pi r^2

Differentiate with respect to time.

dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\frac{dr}{dt}

Substitute

r=5r=5

and

drdt=3\frac{dr}{dt}=3

dAdt=2π(5)(3)=30π\frac{dA}{dt}=2\pi(5)(3)=30\pi

So at that instant, area is increasing at 30π30\pi square centimeters per second.

Worked example 2: a non-obvious given value (finding missing info)

A point moves along

x2+y2=25x^2+y^2=25

At an instant,

x=3x=3

and

dxdt=4\frac{dx}{dt}=4

Find dydt\frac{dy}{dt}.

Differentiate with respect to time.

2xdxdt+2ydydt=02x\frac{dx}{dt}+2y\frac{dy}{dt}=0

Solve for the desired rate.

dydt=xydxdt\frac{dy}{dt}=-\frac{x}{y}\frac{dx}{dt}

Now find the corresponding yy value using the original equation.

32+y2=253^2+y^2=25

y2=16y^2=16

So

y=4y=4

or

y=4y=-4

If the context doesn’t specify which semicircle, both are possible.

If

y=4y=4

then

dydt=34(4)=3\frac{dy}{dt}=-\frac{3}{4}(4)=-3

If

y=4y=-4

then

dydt=34(4)=3\frac{dy}{dt}=-\frac{3}{-4}(4)=3

This is an important modeling point: geometry can create multiple physical positions unless the context restricts a sign.

Worked example 3: area expanding given, solve for radius rate

A pool (circle) is expanding at

dAdt=16π\frac{dA}{dt}=16\pi

square inches per second. Find the rate the radius is expanding when

r=4r=4

inches.

Start with

A=πr2A=\pi r^2

Differentiate with respect to time.

dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\frac{dr}{dt}

Substitute.

16π=2π(4)drdt16\pi=2\pi(4)\frac{dr}{dt}

drdt=2\frac{dr}{dt}=2

So the radius is increasing at 2 inches per second.

Worked example 4: spherical balloon (volume rate to radius rate)

A spherical balloon is being inflated at

dVdt=10\frac{dV}{dt}=10

cubic inches per second. How fast is the radius increasing when

r=4r=4

inches?

Use the sphere volume formula.

V=43πr3V=\frac{4}{3}\pi r^3

Differentiate with respect to time.

dVdt=4πr2drdt\frac{dV}{dt}=4\pi r^2\frac{dr}{dt}

Substitute.

10=4π(42)drdt10=4\pi(4^2)\frac{dr}{dt}

10=64πdrdt10=64\pi\frac{dr}{dt}

drdt=1064π\frac{dr}{dt}=\frac{10}{64\pi}

So the radius is increasing at

1064π\frac{10}{64\pi}

inches per second.

Exam Focus
  • Typical question patterns:
    • “Given %%LATEX147%%, find %%LATEX148%%” using an equation like a circle, ellipse, or triangle.
    • “At the instant when …” with numerical substitutions after differentiating.
    • Situations requiring you to compute an un-given variable value (like finding yy from a circle equation).
  • Common mistakes:
    • Substituting numbers before differentiating (which can remove needed variables).
    • Forgetting chain rule factors like dxdt\frac{dx}{dt} after differentiating powers.
    • Ignoring multiple possible values (for example, y=±4y=\pm 4) when the context doesn’t fix a sign.
    • Forgetting to include units in the final answer or not checking whether the sign makes sense physically.

Solving Related Rates Problems (Full Strategy + Classic Setups)

Most AP related rates problems follow a predictable structure. Once you develop a method, they become much less mysterious.

A step-by-step strategy you can reuse

Here’s a combined workflow that captures the standard process.

  1. Read the problem carefully and identify all given information.
  2. Sketch and label the situation, and note what is constant versus changing.
  3. Assign variables (not numbers) to the changing quantities, including units.
  4. Write one relationship equation connecting the variables.
  5. Differentiate both sides with respect to time.
  6. Substitute known values for variables and rates at the specified instant.
  7. Solve for the requested rate and state units.

A helpful memory aid is “ERDS”: Equation, Differentiate, Replace (substitute), Solve.

Classic setup 1: ladder sliding down a wall

A ladder of fixed length makes a right triangle with the wall and floor.

Let

xx

be the distance of the bottom from the wall and

yy

be the height of the top on the wall. If ladder length is constant LL, then

x2+y2=L2x^2+y^2=L^2

Differentiate with respect to time.

2xdxdt+2ydydt=02x\frac{dx}{dt}+2y\frac{dy}{dt}=0

Solve for the top’s vertical rate.

dydt=xydxdt\frac{dy}{dt}=-\frac{x}{y}\frac{dx}{dt}

The sign is meaningful: if %%LATEX158%% (bottom moving away), then %%LATEX159%% (top moving down).

Worked ladder example

A 13 ft ladder rests against a wall. The bottom slides away at 2 ft/s. How fast is the top sliding down when the bottom is 5 ft from the wall?

Given

L=13L=13

dxdt=2\frac{dx}{dt}=2

and evaluate at

x=5x=5

First find yy.

52+y2=1325^2+y^2=13^2

y2=144y^2=144

y=12y=12

Now compute.

dydt=512(2)=56\frac{dy}{dt}=-\frac{5}{12}(2)=-\frac{5}{6}

So the top is sliding down at 56\frac{5}{6} ft/s (negative indicates downward if up is positive).

Common pitfall: mixing up which distance is %%LATEX169%% and which is %%LATEX170%%, then interpreting the sign incorrectly.

Classic setup 2: related rates with volume (cones, spheres, cylinders)

These problems often give a filling or draining rate such as dVdt\frac{dV}{dt} and ask for a height or radius rate. The key modeling move is often rewriting volume in terms of one variable using similar triangles.

Worked cone example (with similar triangles)

Water is poured into an inverted right circular cone at a constant rate of

dVdt=3\frac{dV}{dt}=3

ft3^3/min. The cone has height 10 ft and radius 4 ft. How fast is the water level rising when the water is 5 ft deep?

Start with the cone volume.

V=13πr2hV=\frac{1}{3}\pi r^2 h

Use similar triangles to relate radius and height. The full cone ratio is

rh=410\frac{r}{h}=\frac{4}{10}

So for the water surface,

r=25hr=\frac{2}{5}h

Substitute into volume so volume depends only on hh.

V=13π(25h)2hV=\frac{1}{3}\pi\left(\frac{2}{5}h\right)^2 h

V=4π75h3V=\frac{4\pi}{75}h^3

Differentiate with respect to time.

dVdt=4π25h2dhdt\frac{dV}{dt}=\frac{4\pi}{25}h^2\frac{dh}{dt}

Substitute

dVdt=3\frac{dV}{dt}=3

and

h=5h=5

3=4πdhdt3=4\pi\frac{dh}{dt}

dhdt=34π\frac{dh}{dt}=\frac{3}{4\pi}

So the water level is rising at 34π\frac{3}{4\pi} ft/min when the depth is 5 ft.

Common pitfalls:

  • Forgetting to relate %%LATEX186%% and %%LATEX187%% using similar triangles.
  • Differentiating with respect to %%LATEX188%% instead of %%LATEX189%%.
  • Plugging h=5h=5 too early before differentiation is complete.
Classic setup 3: shadows and similar triangles

Shadow problems follow a consistent pattern: use similar triangles to relate heights and shadow lengths, then differentiate with respect to time. A frequent mistake is flipping ratios or mixing which triangle corresponds to which measurement.

Exam Focus
  • Typical question patterns:
    • Ladder or moving-point problems using Pythagorean theorem with implicit differentiation.
    • Volume problems requiring similar triangles to eliminate a variable before differentiating.
    • Word problems that hide which quantities are changing versus constant.
  • Common mistakes:
    • Using the wrong geometric relationship (for example, using full cone dimensions directly in volume without similar triangles).
    • Treating constants as variables or variables as constants (especially ladder length).
    • Dropping negative signs that communicate direction (downward vs. upward, shrinking vs. growing).
    • Not including units or not checking whether the result is physically reasonable.

Local Linearization and Differentials (Approximating Function Values)

Not every real situation needs an exact value. Sometimes you need a fast, accurate approximation. Local linearization uses the derivative to approximate a function near a point where you already know the function value.

The big idea: a function looks linear close to a point

If a function is differentiable at a point, then near that point the graph is well-approximated by its tangent line.

The tangent-line approximation (linearization) at x=ax=a is

L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a)

For %%LATEX193%% close to %%LATEX194%%,

f(x)L(x)f(x)\approx L(x)

Connecting linearization to “small change” formulas

Some notes describe a “small change” using %%LATEX196%% (a small input change), while calculus differentials often use %%LATEX197%%. The key idea is the same: small input changes produce approximately linear output changes.

Differentials are packaged as

dy=f(x)dxdy=f'(x)dx

Near x=ax=a, you often compute

Δydy=f(a)Δx\Delta y\approx dy=f'(a)\Delta x

Another common linearization form (equivalent to the tangent line idea) is

f(x+Δx)f(x)+f(x)Δxf(x+\Delta x)\approx f(x)+f'(x)\Delta x

This can be motivated by the limit definition: it’s like “replace %%LATEX202%% with %%LATEX203%% and remove the limit,” turning the exact derivative relationship into an approximation for small changes.

Linearization / differential diagram

How to choose the point

Pick %%LATEX204%% so that %%LATEX205%% is easy to compute and your target value is close to aa. For approximating a square root, choose a nearby perfect square.

Worked example 1: approximating a square root

Approximate 50\sqrt{50} using linearization.

Let

f(x)=xf(x)=\sqrt{x}

Choose

a=49a=49

Then

f(49)=7f(49)=7

Derivative:

f(x)=12xf'(x)=\frac{1}{2\sqrt{x}}

So

f(49)=114f'(49)=\frac{1}{14}

Linearization:

L(x)=7+114(x49)L(x)=7+\frac{1}{14}(x-49)

Evaluate at 50.

L(50)=7+114=7.071428571L(50)=7+\frac{1}{14}=7.071428571\ldots

So

507.0714\sqrt{50}\approx 7.0714

Common mistake: choosing a convenient point that is not close (for example, using %%LATEX216%% for %%LATEX217%%), which reduces accuracy.

Worked example 2: using differentials to estimate measurement error

A sphere has volume

V=43πr3V=\frac{4}{3}\pi r^3

Suppose

r=10r=10

cm with possible measurement error

dr=0.1dr=0.1

cm. Estimate the resulting error in volume.

Differentiate with respect to rr.

dVdr=4πr2\frac{dV}{dr}=4\pi r^2

Use differentials.

dV4πr2drdV\approx 4\pi r^2 dr

Substitute.

dV4π(100)(0.1)=40πdV\approx 4\pi(100)(0.1)=40\pi

So the volume error is about %%LATEX225%% cm%%LATEX226%%.

Worked example 3: differential approximation of a power

Use a differential (linear approximation) to approximate

(3.98)4(3.98)^4

Let

f(x)=x4f(x)=x^4

Choose a nearby convenient value

x=4x=4

and a small change

Δx=0.02\Delta x=-0.02

Compute

f(4)=256f(4)=256

and

f(x)=4x3f'(x)=4x^3

so

f(4)=256f'(4)=256

Use the approximation

f(x+Δx)f(x)+f(x)Δxf(x+\Delta x)\approx f(x)+f'(x)\Delta x

Then

(3.98)4256+256(0.02)=250.88(3.98)^4\approx 256+256(-0.02)=250.88

You can check this on a calculator to see the approximation is very close.

When linearization can mislead (and how concavity helps)

Linearization is local: it works best when the target input is close to the base point and the function isn’t curving too sharply near that point. If concavity is known, you can often justify whether the tangent-line approximation is an overestimate or underestimate: concave up functions lie above tangent lines, and concave down functions lie below.

Exam Focus
  • Typical question patterns:
    • “Use linearization at %%LATEX236%% to approximate %%LATEX237%% for %%LATEX238%% near %%LATEX239%%.”
    • “Find the linearization %%LATEX240%% of %%LATEX241%% at aa.”
    • “Use differentials to estimate change/error” (propagation of measurement error).
  • Common mistakes:
    • Using a point aa that is not close to the target value, causing poor approximation.
    • Forgetting the structure f(a)+f(a)(xa)f(a)+f'(a)(x-a) and instead writing a generic line.
    • Confusing %%LATEX245%% (actual change) with %%LATEX246%% (approximate change) and treating them as exactly equal.
    • Treating Δx\Delta x as “the derivative” instead of as a small input change used for approximation.

L’Hospital’s Rule (Limits via Derivatives)

Some AP Calculus problems connect derivatives to evaluating limits. If a limit produces an indeterminate form, L’Hospital’s Rule allows you to differentiate the numerator and denominator and try the limit again.

When you can use it

If a limit results in either indeterminate form below, L’Hospital’s Rule may apply (assuming the functions are differentiable near the point and the limit conditions are met).

  • Indeterminate form 00\frac{0}{0}
  • Indeterminate form \frac{\infty}{\infty}

L’Hospital’s Rule reference

What the rule does

If

limxaf(x)g(x)\lim_{x\to a}\frac{f(x)}{g(x)}

is of the form %%LATEX251%% or %%LATEX252%%, then you can compute

limxaf(x)g(x)\lim_{x\to a}\frac{f'(x)}{g'(x)}

and see whether that new limit is determinate.

Worked example: repeated application

Evaluate

limx5x34x2+17x3+2x6\lim_{x\to \infty}\frac{5x^3-4x^2+1}{7x^3+2x-6}

As %%LATEX255%%, both numerator and denominator grow without bound, so it is an %%LATEX256%% indeterminate form.

Differentiate numerator and denominator once.

limx15x28x21x2+2\lim_{x\to \infty}\frac{15x^2-8x}{21x^2+2}

This is still \frac{\infty}{\infty}, so differentiate again.

limx30x842x\lim_{x\to \infty}\frac{30x-8}{42x}

Still \frac{\infty}{\infty}, differentiate again.

limx3042\lim_{x\to \infty}\frac{30}{42}

So the limit is

57\frac{5}{7}

Exam Focus
  • Typical question patterns:
    • Limits that simplify to %%LATEX263%% or %%LATEX264%%, especially rational functions, exponentials, logs, and trig expressions.
    • “Apply L’Hospital’s Rule once” versus cases that require repeated applications.
  • Common mistakes:
    • Using L’Hospital’s Rule when the form is not %%LATEX265%% or %%LATEX266%%.
    • Differentiating incorrectly (especially product/quotient/chain rule errors).
    • Forgetting that after each differentiation, you must re-check the limit form before deciding to stop.