Unit 4: Contextual Applications of Differentiation

Interpreting the Derivative as a Rate of Change (and Getting Units Right)

A derivative is more than a procedure for finding a formula. It is a measurement of how one quantity changes in response to another. In many contexts, the derivative tells the slope of the line tangent to a graph at a particular point, which is exactly the instantaneous rate of change.

What the derivative means in context

If a quantity yy depends on a quantity xx, the derivative dydx\frac{dy}{dx} measures the **instantaneous rate of change** of yy with respect to xx. In words, it answers questions like: at the instant when xx has a particular value, how fast is yy changing, and in what direction?

Mathematically, the derivative is defined by a limit:

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

In applied problems, you rarely need to rewrite the limit definition, but you do need the meaning: slope of the tangent line and instantaneous rate.

Average rate of change vs instantaneous rate of change

A common trap is to confuse these.

The average rate of change of ff on [a,b][a,b] is the slope of the secant line:

f(b)f(a)ba\frac{f(b)-f(a)}{b-a}

The instantaneous rate of change at x=ax=a is the slope of the tangent line:

f(a)f'(a)

AP questions often give an interval and ask for an average rate, or give a specific input and ask for the instantaneous rate. The expressions look similar, so read carefully.

Units of the derivative

Units are one of the best self-checks in contextual calculus. If yy has units “A” and xx has units “B,” then:

  • dydx\frac{dy}{dx} has units “A per B.”

Example: If s(t)s(t) is position in meters and tt is time in seconds, then s(t)s'(t) has units meters per second.

A frequent error is to report a numerical derivative without units, or to attach the wrong “per” direction (for instance, mixing up “per hour” and “hours per unit”).

Notation you will see (and should translate)

Derivatives show up with several equivalent notations. Being fluent across them helps you interpret word problems.

MeaningLeibniz notationPrime notationOperator notation
Derivative of yy with respect to xxdydx\frac{dy}{dx}yy'ddx[y]\frac{d}{dx}[y]
Derivative of ff at x=ax=adfdxx=a\left.\frac{df}{dx}\right|_{x=a}f(a)f'(a)ddx[f(x)]x=a\left.\frac{d}{dx}[f(x)]\right|_{x=a}

Leibniz notation is especially useful in Unit 4 because it “looks like” a fraction and helps you track what is changing with respect to what.

Example 1: Interpreting a derivative value

Suppose C(t)C(t) is the number of customers in a store tt minutes after opening. If C(12)=3.5C'(12)=3.5, interpret this statement.

At t=12t=12 minutes, the number of customers is increasing at a rate of about 3.53.5 customers per minute.

A strong interpretation includes the time (12 minutes after opening), the direction (increasing because the derivative is positive), and the rate with units.

Example 2: Connecting sign to behavior

Suppose the temperature T(t)T(t) (in degrees Celsius) satisfies T(t)<0T'(t)<0 for 0<t<40<t<4.

This means that for the first 4 hours (if tt is in hours), the temperature is decreasing the entire time. A subtle misconception is to interpret T(t)<0T'(t)<0 as “the temperature is negative.” It is not. It is the change that is negative.

Exam Focus
  • Typical question patterns:
    • Interpret f(a)f'(a) in words with correct units and meaning.
    • Compare average rate of change on an interval to instantaneous rate at a point.
    • Use the sign (positive, negative, zero) of f(x)f'(x) to describe increasing/decreasing behavior in context.
  • Common mistakes:
    • Giving a numerical answer without units or with reversed “per” units.
    • Confusing f(a)f'(a) with f(a)f(a) (rate versus value).
    • Using average rate of change when the prompt says “at time t=at=a” (instantaneous).

Motion Along a Line: Position, Velocity, and Acceleration

One of the most important real-world interpretations of derivatives is straight-line motion. In one dimension, derivatives connect position, velocity, and acceleration in a very direct way.

The big idea: derivatives link motion quantities

Let s(t)s(t) (or sometimes x(t)x(t)) be the position of an object at time tt.

  • Velocity is the derivative of position:

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

  • Acceleration is the derivative of velocity and the second derivative of position:

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

What each quantity means (and units)

Position tells where the object is; velocity tells how fast position is changing; acceleration tells how fast velocity is changing.

A common unit set is:

QuantityCommon notationTypical units
Positionx(t)x(t) or s(t)s(t)meters
Velocityx(t)x'(t) or v(t)v(t)meters/second
Accelerationx(t)x''(t) or v(t)v'(t) or a(t)a(t)meters/second2^2

The sign of velocity tells direction. Speed is the magnitude of velocity:

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

Displacement vs distance traveled

These are not the same.

Displacement on [a,b][a,b] is the net change in position:

s(b)s(a)s(b)-s(a)

Distance traveled on [a,b][a,b] is total path length along the line:

abv(t)dt\int_a^b |v(t)|\,dt

If velocity changes sign, you must account for direction changes. Sometimes distance traveled is computed geometrically from a velocity graph by adding areas above the axis and the magnitudes of areas below the axis.

When is the object moving forward or backward?

Assuming “forward” is the positive direction:

  • Moving forward when v(t)>0v(t)>0
  • Moving backward when v(t)<0v(t)<0
  • At rest when v(t)=0v(t)=0
When is speed increasing or decreasing?

Speed is v(t)|v(t)|, so speed increases when velocity is moving away from zero.

  • Speed is increasing when v(t)v(t) and a(t)a(t) have the same sign.
  • Speed is decreasing when v(t)v(t) and a(t)a(t) have opposite signs.

A key caution: negative acceleration does not automatically mean slowing down. You must compare signs of vv and aa.

Example 1: Interpreting motion from formulas

Let

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

where ss is in meters and tt is in seconds.

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 object at rest?

At rest means v(t)=0v(t)=0:

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

Divide by 3:

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

Factor:

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

So the object is at rest at t=1t=1 and t=3t=3 seconds.

3) Is the object speeding up at t=0t=0?

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

a(0)=12a(0)=-12

Velocity is positive and acceleration is negative, so speed is decreasing at t=0t=0.

Example 2: Motion from a velocity graph (conceptual)

Suppose a velocity graph is above the time-axis for 0<t<20<t<2 and below the time-axis for 2<t<52<t<5.

  • The object moves forward on 0<t<20<t<2.
  • The object moves backward on 2<t<52<t<5.

For displacement from t=0t=0 to t=5t=5, combine signed areas. For distance traveled, add areas using absolute value.

Example 3: Acceleration from a velocity function

A particle moves along a straight line with velocity

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

Find the acceleration at time t=2t=2.

Acceleration is the derivative of velocity:

a(t)=ddt[v(t)]=6t4a(t)=\frac{d}{dt}[v(t)]=6t-4

Evaluate at t=2t=2:

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

Exam Focus
  • Typical question patterns:
    • Given s(t)s(t), compute v(t)v(t) and a(t)a(t) and interpret units.
    • Identify when an object is moving left/right (sign of vv) or speeding up/slowing down (signs of vv and aa).
    • Distinguish displacement s(b)s(a)s(b)-s(a) from distance traveled (requires absolute value of velocity).
  • Common mistakes:
    • Treating speed and velocity as interchangeable (forgetting the absolute value).
    • Assuming negative acceleration means decreasing speed.
    • Forgetting that “at rest” means v(t)=0v(t)=0, not s(t)=0s(t)=0.

Derivatives as Rates in Applied Settings (Interpreting, Estimating, and Connecting Quantities)

In many AP problems, the derivative appears without motion language. You might be told about volume changing with time, revenue changing with production, or a population changing with years. The calculus is the same; the main challenge is interpretation.

Reading a rate-of-change statement

A statement like P(8)=120P'(8)=120 has complete meaning only when you identify:

1) What PP represents
2) What the input variable is and its units
3) What the output units are
4) What “at 8” refers to in context

For example, if P(t)P(t) is population in people and tt is years, then P(8)=120P'(8)=120 means that at year 8, the population is increasing at about 120 people per year.

Interpreting a derivative from a table or graph

AP questions often provide data rather than a formula. To approximate f(a)f'(a) from nearby data, a symmetric difference quotient (when possible) tends to be more accurate:

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

If you only have one side, use a one-sided estimate:

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

These are ways of estimating a tangent slope using nearby secant slopes.

Rates and “per” language

Words that frequently signal derivatives include “rate,” “changing at,” “increasing at,” “decreasing at,” “per unit,” and “instantaneous.” Always keep the “per” direction straight. For example, if EE is energy (joules) and tt is time (seconds), then dEdt\frac{dE}{dt} is joules per second, not seconds per joule.

Example 1: Estimating a derivative from data

A bacteria culture has size B(t)B(t) (in thousands) at time tt (in hours). A table gives:

  • B(3)=20.1B(3)=20.1
  • B(3.5)=22.0B(3.5)=22.0
  • B(2.5)=18.4B(2.5)=18.4

Estimate B(3)B'(3).

Use a symmetric difference with h=0.5h=0.5:

B(3)B(3.5)B(2.5)2(0.5)B'(3)\approx\frac{B(3.5)-B(2.5)}{2(0.5)}

B(3)22.018.41=3.6B'(3)\approx\frac{22.0-18.4}{1}=3.6

Interpretation: at t=3t=3 hours, the culture is growing at about 3.63.6 thousand bacteria per hour.

Example 2: Checking reasonableness with units

Suppose V(t)V(t) is volume of water in a tank in gallons, with tt in minutes. If V(10)=2.4V'(10)=-2.4, then the volume is decreasing at 2.4 gallons per minute at t=10t=10. If someone writes “-2.4 minutes per gallon,” the units reveal the mistake.

Example 3: Non-motion change (volume of water in a pool)

Let the volume of water in a pool be

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

where VV is in gallons and tt is in hours. The rate the volume is changing is

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

At t=2t=2,

dVdt=16(2)32=0\frac{dV}{dt}=16(2)-32=0

So at 2 hours the volume is not changing at that instant. Also, dVdt\frac{dV}{dt} is negative for t<2t<2 (volume decreasing) and positive for t>2t>2 (volume increasing).

Example 4: Non-motion change (cooling coffee)

Suppose the temperature of a cup of coffee is

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

where tt is minutes since it was poured. Differentiate to find the rate of change of temperature:

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

At t=5t=5 minutes,

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

The negative sign indicates the temperature is decreasing at that time.

Exam Focus
  • Typical question patterns:
    • Interpret statements like f(a)=kf'(a)=k in context with units.
    • Approximate derivatives from tables/graphs using difference quotients.
    • Use derivatives to describe whether a quantity is increasing/decreasing and how fast.
  • Common mistakes:
    • Using a secant slope far from the point (too large an interval) when a closer interval is available.
    • Forgetting to interpret the sign of the derivative.
    • Reporting the correct number with incorrect units or missing context (“at x=ax=a”).

Related Rates: Connecting Multiple Changing Quantities

Related rates problems connect the rates of change of two or more variables that are linked by an equation that is always true (often a geometry formula). The key move is to differentiate that relationship with respect to time.

What a related rates problem is really asking

A typical prompt gives you:

  • A relationship relating variables (sometimes implied by a diagram)
  • One rate, such as dxdt\frac{dx}{dt}
  • A specific instant (particular values of variables at one moment)
  • A target rate, such as dydt\frac{dy}{dt}

The “specific instant” matters because you usually need snapshot values to substitute and solve.

The standard workflow (a reliable checklist)

A consistent process is:

1) Read the problem carefully and identify the given information.
2) Draw a diagram when geometry is involved and label variables.
3) Decide what needs to be found and assign a variable to it.
4) Write an equation relating the variables.
5) Differentiate both sides with respect to time tt.
6) Substitute known values (including the “at that instant” measurements) and solve for the desired rate.
7) Check sign and units for reasonableness, and interpret the meaning in context.

A major misconception is plugging values into the original equation too early. If you substitute snapshot values before differentiating, you often turn variables into constants and lose the rate information.

Differentiating with respect to time (chain rule in action)

In related rates, treat variables as functions of time, like x(t)x(t) and y(t)y(t). For example, if

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

then differentiating with respect to tt gives

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

The factors like dxdt\frac{dx}{dt} appear because of the chain rule (this is the same idea students often call “implicit differentiation” in related rates settings).

Example 1: Sliding ladder (classic geometry)

A ladder of length 10 ft leans against a wall. Let xx be the distance from the wall to the foot of the ladder, and let yy be the height of the top of the ladder on the wall. The foot slides away from the wall at 1.5 ft/s. How fast is the top sliding down when x=6x=6?

Relationship:

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

Differentiate with respect to time:

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

Divide by 2:

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

At the instant when x=6x=6, find yy:

62+y2=1006^2+y^2=100

y=8y=8

Substitute x=6x=6, y=8y=8, and dxdt=1.5\frac{dx}{dt}=1.5:

6(1.5)+8dydt=06(1.5)+8\frac{dy}{dt}=0

dydt=98=1.125\frac{dy}{dt}=-\frac{9}{8}=-1.125

Interpretation: the top is moving downward at 1.125 ft/s. The negative sign matches that yy is decreasing.

Example 2: Expanding circle (radius to area)

A circular ripple expands so that its radius increases at 0.2 m/s. How fast is the area increasing when the radius is 5 m?

Relationship:

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=0.2\frac{dr}{dt}=0.2:

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

Units are square meters per second. It’s also reasonable that as rr gets larger, the same increase in radius produces more added area per second.

Example 3: Area growing at a given rate (solve for drdt\frac{dr}{dt})

A pool of water 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:

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.

Example 4: Related rates with a volume (be careful with units and extra variables)

Water is poured into a conical tank at 3 cubic feet per minute. The tank has height 12 ft and radius 4 ft at the top. How fast is the water level rising when the water is 6 ft deep?

Let hh be the water height and rr the water surface radius. Volume:

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

Use similar triangles. Since rh=412=13\frac{r}{h}=\frac{4}{12}=\frac{1}{3},

r=h3r=\frac{h}{3}

Rewrite VV in terms of hh only:

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

Differentiate with respect to time:

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

Substitute dVdt=3\frac{dV}{dt}=3 and h=6h=6:

3=π9(36)dhdt3=\frac{\pi}{9}(36)\frac{dh}{dt}

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

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

Units are feet per minute.

Example 5: Spherical balloon inflation

A spherical balloon is being inflated at 10 cubic inches per second. How fast is the radius increasing when the radius is 4 inches?

Volume of a sphere:

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 dVdt=10\frac{dV}{dt}=10 and r=4r=4:

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

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

Units are inches per second.

Exam Focus
  • Typical question patterns:
    • Geometry-based scenarios (ladders, shadows, cones, spheres) asking for a target rate given another rate.
    • Problems requiring a second relationship (often similar triangles) to reduce variables.
    • Emphasis on interpreting the sign and including correct units.
  • Common mistakes:
    • Substituting numerical values before differentiating (losing variable dependence).
    • Forgetting the chain rule factors (missing pieces like drdt\frac{dr}{dt}).
    • Using inconsistent units (minutes vs seconds, inches vs feet) or not converting.
    • Double-counting direction: for example, reporting a negative rate and also saying “downward” as if they were separate.

Local Linear Approximation (Linearization) and Differentials

One of the most practical uses of derivatives is estimation. Near a point, a differentiable function behaves almost like its tangent line, so you can approximate function values using slope information.

Why linear approximation works

A differentiable function is “locally linear,” meaning that if you zoom in near x=ax=a, the curve looks nearly like its tangent line. This lets you estimate complicated values without heavy computation and often appears on AP free-response questions.

Building the linearization (tangent line) formula

If you know f(a)f(a) and f(a)f'(a), then the tangent line at x=ax=a is

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

Here L(x)L(x) is the linear approximation to f(x)f(x) near aa. A frequent error is dropping parentheses and changing the meaning.

Connecting linearization to “change” language

If Δx\Delta x is a small change in xx, then the approximate change in the function is

Δff(a)Δx\Delta f\approx f'(a)\Delta x

This is the same idea as linearization, because for x=a+Δxx=a+\Delta x,

L(a+Δx)=f(a)+f(a)ΔxL(a+\Delta x)=f(a)+f'(a)\Delta x

Differentials viewpoint (replacing hh with Δx\Delta x)

The limit definition uses a small increment hh. For approximation, you can think of using a small change Δx\Delta x (often called a differential in informal language) and “removing the limit,” giving the practical approximation

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

This is not an exact equality in general; it’s an approximation that improves as Δx\Delta x gets smaller.

Example 1: Estimating a value near a known point

Use linearization to approximate 50\sqrt{50}.

Let

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

Choose a=49a=49 (a nearby perfect square). Then f(49)=7f(49)=7 and

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)

Estimate:

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

So

507.0714\sqrt{50}\approx 7.0714

Example 2: Approximating with given derivative information

Suppose gg is differentiable, g(2)=10g(2)=10, and g(2)=3g'(2)=-3. Approximate g(1.98)g(1.98).

L(x)=10+(3)(x2)L(x)=10+(-3)(x-2)

L(1.98)=103(1.982)=103(0.02)=10.06L(1.98)=10-3(1.98-2)=10-3(-0.02)=10.06

Since the slope at 2 is negative, moving left should increase the function value, matching the estimate.

Example 3: Using Δx\Delta x to approximate a power

Approximate

(3.98)4(3.98)^4

Let f(x)=x4f(x)=x^4, choose x=4x=4, and let

Δx=0.02\Delta x=-0.02

Then

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

Use

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

Compute the pieces:

f(4)=44=256f(4)=4^4=256

f(4)=4(43)=256f'(4)=4(4^3)=256

So

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

When linear approximation can mislead

Linearization is best when the target xx is close to aa and the function is reasonably smooth near aa. If the function is highly curved near aa, the tangent line may drift away quickly.

Exam Focus
  • Typical question patterns:
    • Use L(x)=f(a)+f(a)(xa)L(x)=f(a)+f'(a)(x-a) to approximate values near aa.
    • Use derivative information from a table or graph to build a linear approximation.
    • Interpret linear approximation as “starting value plus predicted change,” often via f(x+Δx)f(x)+f(x)Δxf(x+\Delta x)\approx f(x)+f'(x)\Delta x.
  • Common mistakes:
    • Using a point aa that is not close to the target xx.
    • Sign errors in xax-a or Δx\Delta x (especially when x<ax<a).
    • Forgetting to communicate that the result is an estimate when the prompt asks for an approximation.

Using Derivatives to Analyze Real Situations: Putting Interpretation, Units, and Estimation Together

Many Unit 4 questions combine skills: interpret a derivative, build an approximation, and explain meaning in words. The calculus operations are often straightforward; the challenge is translating between expressions and context.

A structured way to write interpretations (clear and AP-friendly)

When asked to interpret f(a)f'(a), a complete sentence typically includes:

1) What does ff represent and what does the input represent?
2) The instant: “at x=ax=a
3) The rate and units: “changes at kk (output units) per (input units)”
4) The sign: increasing or decreasing

This avoids vague statements like “the slope is…” without context.

Example 1: Context plus units plus estimation

A car’s fuel level F(t)F(t) (in gallons) after tt hours satisfies F(1)=12F(1)=12 and F(1)=2.5F'(1)=-2.5. Estimate the fuel level at t=1.1t=1.1.

Linearization at t=1t=1:

L(t)=F(1)+F(1)(t1)=12+(2.5)(t1)L(t)=F(1)+F'(1)(t-1)=12+(-2.5)(t-1)

L(1.1)=122.5(0.1)=11.75L(1.1)=12-2.5(0.1)=11.75

After 1.1 hours, the fuel level is approximately 11.75 gallons. Units check: gallons per hour times hours gives gallons.

Example 2: Explaining meaning of a derivative from a graph

Suppose a graph of h(t)h(t) gives the height of a plant (cm) as a function of time (weeks). At t=6t=6, the tangent line appears to have slope 1.2.

Then h(6)1.2h'(6)\approx 1.2 means: at 6 weeks, the plant’s height is increasing at about 1.2 cm per week. A common mistake is confusing the slope with the height value itself.

Example 3: A related rates interpretation emphasis

If in a related rates problem you find

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

ft/min, you should still state that the water level is rising and that the height is increasing at that rate at the specified instant. AP scoring often rewards that final contextual interpretation.

Exam Focus
  • Typical question patterns:
    • Multi-part questions mixing interpretation, calculation, and written explanation.
    • Estimation questions using tangent line information (sometimes from a graph or table).
    • Related rates questions that end with “interpret your answer” in context.
  • Common mistakes:
    • Writing an interpretation without specifying “at x=ax=a” (missing the instantaneous aspect).
    • Dropping units in the final statement.
    • Treating an approximation as exact or failing to indicate estimation when asked.

L’Hospital’s Rule (Interpreting Indeterminate Limits Using Derivatives)

L’Hospital’s Rule is a limit tool that uses derivatives to evaluate certain indeterminate forms. If direct substitution produces an indeterminate form like “0/0” or “infinity/infinity,” you can sometimes differentiate the numerator and denominator and try the limit again.

When L’Hospital’s Rule applies

L’Hospital’s Rule applies when you have a quotient

f(x)g(x)\frac{f(x)}{g(x)}

and as xx approaches a value, both f(x)f(x) and g(x)g(x) approach 0, or both approach infinity. These are indeterminate because the quotient could approach many different values.

The rule

If conditions are met, then

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

provided the limit on the right exists (or approaches infinity in a meaningful way). You may need to apply the rule multiple times if you still get an indeterminate form.

Worked example: polynomial over polynomial as xx\to\infty

Evaluate

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

Direct substitution gives an “infinity/infinity” form, so apply L’Hospital’s Rule.

Differentiate numerator and denominator once:

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

This is still “infinity/infinity,” so differentiate again:

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

Still “infinity/infinity,” so differentiate a third time:

limx3042=57\lim_{x\to\infty}\frac{30}{42}=\frac{5}{7}

So the limit is

57\frac{5}{7}

Exam Focus
  • Typical question patterns:
    • Limits that produce “0/0” or “infinity/infinity” and ask you to evaluate using derivatives.
    • Situations where you must apply L’Hospital’s Rule more than once.
  • Common mistakes:
    • Using L’Hospital’s Rule when the form is not “0/0” or “infinity/infinity” (not all indeterminate forms qualify without algebraic rewriting).
    • Differentiating incorrectly or forgetting to re-check the form after one application.
    • Forgetting that L’Hospital’s Rule is a limit process: you still must evaluate the new limit after differentiating.