Unit 4 Differentiation Applications: Approximations and Indeterminate Limits
Local Linearity and Approximation
What “local linearity” means
A major idea behind derivatives is that even when a function is curved overall, it looks almost like a straight line if you zoom in close enough to a point. This is called local linearity. The derivative at a point measures the slope of the line that best matches the function right near that point.
That “best matching” line is the tangent line. If you know the tangent line at a nearby, convenient point, you can use that line to estimate function values that might otherwise be hard to compute exactly.
This matters because many real problems involve small changes—slight increases in temperature, tiny changes in time, small manufacturing tolerances, small measurement errors. Linear approximations turn complicated functions into simple arithmetic when the change is small.
From tangent line to linearization
Suppose you have a differentiable function and you pick an input value where you know (or can compute) and . The tangent line to at is
The expression on the right is so useful that we give it a name. The linearization of at is the function defined by
Conceptually:
- sets the “anchor point” (the line passes through ).
- sets the slope.
- is how far you moved from the anchor input.
When is close to , you typically have
This is the mathematical version of “zoom in and it’s basically straight.”
Why linearization is an approximation (and when it’s good)
Linearization is not magic—it’s an approximation. It works well when is close to because the function’s curvature doesn’t have much time to pull away from the tangent line.
A useful mental picture: the tangent line “kisses” the curve at and then starts to drift away. The farther you move, the more the curve’s concavity matters.
Two practical guidelines:
- Choose close to the you care about.
- Choose where and are easy to compute.
Notation you’ll see (and what it means)
Linear approximation problems sometimes use slightly different notations for the same idea.
| Idea | Common notation | Meaning |
|---|---|---|
| Linearization | Tangent-line function used to approximate near | |
| Tangent line at | Same as | |
| Small change in input | New input is | |
| Small change in output | Actual change in function value |
You’ll also see a “differentials” version (next section), which is another way to track small changes.
Using linearization step by step
A typical approximation task is: estimate for some close to .
Process:
- Pick a nearby point where the function is easy.
- Compute .
- Compute .
- Write .
- Approximate by evaluating .
Example 1: Approximating a square root
Estimate using a linearization.
Why linearization helps: Square roots are harder to do by hand, but they come from the function , whose derivative is manageable.
- Let
Choose because and is close to .
Compute :
- Compute :
So
- Build the linearization:
- Evaluate at :
So
Common sense check: since is slightly bigger than , the square root should be slightly bigger than . That matches.
Example 2: Estimating a trig value near a familiar angle
Estimate (radians).
- Let
Choose because and is close to .
Compute :
- Compute :
So
- Linearization:
- Approximate:
This is a famous local linearity result: near , behaves like .
Differentials: a “small change” language for approximation
Linearization is often presented alongside differentials, which package the same tangent-line idea into a compact way to estimate changes.
If , the differential relationship is
Here’s how to interpret it in AP Calculus AB context:
- is a small change in the input (often chosen as when the change is small).
- is the estimated change in the output produced by the tangent line.
So if you start at and change by , you can estimate
This is the same idea as linearization, because
and therefore
Example 3: Estimating the effect of measurement error
Suppose the radius of a sphere is measured as cm, but the measurement could be off by cm. Estimate the resulting error in computed volume.
The volume is
Differentiate with respect to :
A small radius error produces an estimated volume error
At and :
So the computed volume could be off by about
The key takeaway is not the exact number—it’s the method: derivatives translate small input uncertainty into estimated output uncertainty.
What can go wrong with linear approximations
Local linearity is powerful, but several predictable mistakes show up:
- Using a point that is not close. If is far from , the curve’s concavity can make the tangent line a poor model.
- Forgetting the “anchor shift” . Students sometimes write , which only works when .
- Mixing up actual change and estimated change. is the actual change; is the linear (tangent-line) estimate.
Exam Focus
- Typical question patterns:
- “Use the tangent line at to approximate ,” sometimes with a calculator-prohibited value like a square root or trig value.
- “Find the linearization of at and use it to estimate …”
- “Use differentials to estimate the error/percent error in a measurement-based computation.”
- Common mistakes:
- Computing correctly but plugging into instead of evaluating at .
- Choosing a convenient but not checking that is sufficiently close.
- Treating as exact (or reporting too many digits) instead of as an estimate.
L'Hôpital's Rule
Why indeterminate forms appear in limits
In calculus, many important limits involve expressions that look like they should be straightforward to evaluate by substitution, but substitution produces an ambiguous signal.
For example, if you try to compute
direct substitution gives
The expression is not a number and it doesn’t tell you what the limit is. It’s called an **indeterminate form** because different functions can produce the same “surface appearance” while having different limit values.
Another common indeterminate form is
which happens when both numerator and denominator grow without bound but at potentially different rates.
L'Hôpital's Rule is a technique that often resolves these limits by replacing a difficult ratio with a new ratio involving derivatives.
What L'Hôpital's Rule says (core AB version)
L'Hôpital's Rule applies to limits of a quotient when you have one of these indeterminate forms:
Informally: if you have a quotient and as both and go to (or both go to ), then under appropriate differentiability conditions you can differentiate top and bottom and try again.
In practice, the version you use is:
If
or
then you can try
provided the right-hand limit exists (or is infinite) and the functions are differentiable near (except possibly at itself).
How it works (intuition)
L'Hôpital's Rule is deeply connected to the idea of local linearity:
- Near , if and , the first-order behavior of and is controlled by their derivatives.
- Roughly, near you can think of
and
So the ratio behaves like
That’s not a proof, but it explains why “differentiate numerator and denominator” can reveal the hidden value.
The correct procedure (and the most common pitfall)
Step 1: Try substitution first.
If substitution gives a real number, you’re done.
Step 2: Verify an indeterminate form.
You must explicitly get or . If you get something like or , that is not indeterminate.
Step 3: Apply L'Hôpital once (differentiate top and bottom).
Differentiate and separately:
Step 4: Re-check the new limit.
- If substitution now works, finish.
- If you still get or , you may apply L'Hôpital again.
- If you get a different indeterminate form, you may need algebra first.
Most common pitfall: Applying L'Hôpital without confirming or . On AP-style solutions, that missing check is often treated as a reasoning error.
Examples of L'Hôpital's Rule
Example 1: Classic trig limit
Evaluate
- Substitution:
Indeterminate, so L'Hôpital applies.
- Differentiate numerator and denominator:
- Substitute:
So the limit is .
Example 2: Exponential minus 1 (common AB pattern)
Evaluate
- Substitution:
- Apply L'Hôpital:
- Substitute:
So the limit is .
Example 3: A polynomial “infinity over infinity” growth comparison
Evaluate
As , numerator and denominator , so you have .
Apply L'Hôpital once:
- Still , apply again:
So the limit is
(You could also do this limit by dividing by , but L'Hôpital is a valid method when the indeterminate form is verified.)
Other indeterminate forms and how to handle them
L'Hôpital's Rule directly addresses only and . But AP problems may present other indeterminate forms that you can convert into one of those two.
Common ones:
- , , (these are typically handled by rewriting using logarithms; whether this appears depends on course scope and problem design, but the conversion idea is good to recognize)
Converting
Example structure:
As , and , so this looks like , an indeterminate form.
To use L'Hôpital, rewrite as a fraction. A common move is to put one factor in the denominator:
Now as , and , giving , which is an allowed L'Hôpital form.
Apply L'Hôpital:
Simplify the expression:
Now evaluate:
So
What goes wrong here: A frequent error is differentiating directly with the product rule and trying to “plug in” . But is not defined at , and you’re doing a limit, not evaluating a function at a point.
Converting
Example structure:
Both terms go to , so this is (indeterminate). The standard fix is algebra, often using a conjugate.
Multiply by the conjugate:
The numerator becomes a difference of squares:
So the expression is
Now as , you have , so L'Hôpital can be used if desired. Often, it’s easier to factor out of the square root:
Then
Now substitute so :
So the limit is .
Why this matters: Many students try L'Hôpital immediately on , but L'Hôpital needs a quotient, not a difference. The algebra step is the key.
Connecting L'Hôpital to local linearity
It’s not an accident that linearization and L'Hôpital show up near each other: both rely on the idea that derivatives describe local behavior.
- Linearization approximates a function near a point with a tangent line.
- L'Hôpital approximates a ratio of functions near a point by comparing their derivatives.
In both cases, the derivative is acting like the “first-order” description of how the function behaves under tiny changes.
What can go wrong with L'Hôpital (beyond the basic pitfall)
- Applying it to non-indeterminate forms. For instance, if substitution gives , the limit is ; L'Hôpital is unnecessary and can even lead you into undefined expressions.
- Forgetting to re-check after differentiating. You must evaluate the new limit. Sometimes one application is enough; sometimes you need more; sometimes the limit diverges.
- Differentiation errors under pressure. Because L'Hôpital replaces one limit with another, a small derivative mistake can change the entire outcome.
- Ignoring domain issues. For one-sided limits like with , the direction matters.
Exam Focus
- Typical question patterns:
- “Evaluate the limit” where substitution produces or , often involving trig, exponentials, logarithms, or rational functions.
- Limits that are not initially a quotient but can be rewritten into one (products like or differences like ).
- Free-response solutions that expect you to show the indeterminate form before using L'Hôpital.
- Common mistakes:
- Skipping the indeterminate-form verification step and losing justification points.
- Differentiating the denominator incorrectly (especially with chain rule expressions like or ).
- Using L'Hôpital when algebra or known limits would be simpler, then getting stuck after creating a more complicated expression.