Unit 4 Differentiation Tools for Approximation and Limits (AP Calculus BC)
Local Linearity and Approximation
What “local linearity” means
A core idea in calculus is that smooth curves look like straight lines when you zoom in far enough. If a function is differentiable at a point , then near the graph of is well-approximated by its tangent line at . This is called local linearity.
You can think of it like this: a curved road is definitely not a straight line globally, but if you stand on a small enough segment of it, it looks nearly straight. Differentiability is the condition that guarantees this “straight-looking” behavior at a point.
This matters because straight lines are easy to compute with. If you can replace a complicated function with a linear function near a point, you can approximate values, estimate changes, and solve applied problems much more simply.
From tangent line to linearization
The tangent line to at has slope and passes through . Its equation is
This function is called the **linearization** of at .
- is the center point where you know the function value and derivative.
- anchors the line vertically.
- gives the slope.
- measures how far you’ve moved from the center.
The key approximation statement is:
The word “near” is crucial. Linearization is not meant to be accurate far away from . The further you move from , the more the curve’s bending (its concavity) will cause the linear model to drift from the true value.
Why linearization works (the derivative connection)
The derivative at is defined by a limit that compares the function to a line:
This says that as approaches , the ratio of “vertical change” to “horizontal change” approaches a constant slope. Rearranging that idea informally gives:
and then
So linearization is basically the derivative definition turned into an approximation.
Differentials: approximating changes
Another common way to express local linearity is with differentials, which are especially useful in applied problems about small changes.
Let
and
Near , the linear approximation predicts
In differential notation, you write
At the point , a small input change produces an approximate output change
Here’s the conceptual difference:
- is the actual change in the function.
- is the predicted change from the tangent line (the linear model).
When changes are small, is typically a very good approximation to .
Linear approximation in action: estimating function values
When you need to approximate and you know a “nice” nearby point where the function and derivative are easier, you do:
- Choose close to where you can compute and exactly.
- Build the linearization .
- Use .
Example 1: Approximate a square root
Approximate .
Let . Choose because is easy and is close to .
Compute the derivative:
Evaluate at :
Linearization at :
Now plug in :
So
What can go wrong: if you chose (not even differentiable for in the same way) or chose a point far away, the approximation would be poor or invalid.
Example 2: Using differentials to approximate a change
Suppose the radius of a sphere is cm and increases by cm. Approximate the change in volume.
Volume:
Differentiate with respect to :
Use differentials with at :
So the volume increases by approximately cubic cm.
Common misconception: some students plug into the derivative. The derivative gives a rate at a specific radius; the differential method is “rate at the starting point times small change.”
Error and when linearization overestimates or underestimates
Linearization is an approximation, so it has error. While AP Calculus often focuses more on setting up and using the approximation than on strict error bounds, you should understand how concavity affects the approximation.
- If near , the function is **concave up** and the tangent line tends to lie **below** the curve near . So tends to **underestimate** .
- If near , the function is **concave down** and the tangent line tends to lie **above** the curve near . So tends to **overestimate** .
Quick illustration
For , you can compute
For , this is negative, so is concave down. That means the tangent line approximation tends to be slightly above the true value (an overestimate) near the point.
Notation connections you’ll see
Linearization, tangent line approximation, and differential approximation often appear with slightly different notation but the same idea.
| Idea | Common notation | Meaning |
|---|---|---|
| Linearization at | Linear function that approximates near | |
| Small input change | or | Actual change in or an infinitesimal-style small change |
| Predicted output change | or | Use slope to estimate output change |
| Function value estimate | Replace complicated value with tangent line value |
Exam Focus
- Typical question patterns:
- “Find the linearization of at and use it to approximate .”
- “Use differentials to approximate the change in a quantity (area, volume, error) given a small measurement change.”
- “Determine whether the linear approximation overestimates or underestimates using concavity or the sign of .”
- Common mistakes:
- Using (mixing variable and point). You must evaluate at : use and .
- Choosing not close to the target , which can make the approximation inaccurate.
- Confusing (actual change) with (linear predicted change) and treating them as exactly equal for large changes.
L'Hôpital's Rule
The problem L'Hôpital’s Rule solves: indeterminate forms
In limits, you sometimes run into expressions that look like they should be simple, but direct substitution gives a form that does not determine the limit. The two main forms handled in AP Calculus with L'Hôpital’s Rule are:
- Indeterminate form
- Indeterminate form
These are called “indeterminate” because they don’t tell you the limit. For example, could come from ratios that approach anything depending on how fast numerator and denominator approach zero.
L'Hôpital’s Rule is a technique that often turns a difficult limit of a quotient into a simpler limit involving derivatives.
What L'Hôpital’s Rule says (and what it doesn’t)
Suppose you have a limit
and as you get either or . If and are differentiable near (with near ) and the derivative limit exists (or is infinite), then
The important meaning is: for these indeterminate quotient forms, the limit of the ratio is the same as the limit of the ratio of derivatives, provided the conditions are met.
What it does not say:
- It does not apply if you get a determinate form like or .
- It does not automatically apply to products like or differences like unless you algebraically rewrite them into a quotient that gives or .
- It is not a replacement for algebraic simplification. Often factoring or rationalizing is faster and cleaner.
Why it works (intuition you can trust)
A full proof uses more advanced theorems, but the intuition connects to local linearity.
Near a point, differentiable functions behave like their tangent lines:
If and (the case), then near :
So the ratio behaves like
That’s the big idea: when both numerator and denominator go to zero, their leading linear behavior (their derivatives) controls the ratio.
How to use L'Hôpital’s Rule (process)
When you see a limit of a quotient:
- Try direct substitution.
- If you get or , you may apply L'Hôpital’s Rule.
- Differentiate numerator and denominator separately.
- Evaluate the new limit.
- If you still get an indeterminate form, you may be able to apply the rule again.
A key habit: every time you differentiate, re-check the form by substitution. Do not apply the rule “automatically” multiple times without checking.
Worked examples
Example 1: A classic limit
Evaluate
Direct substitution gives , so L'Hôpital’s Rule applies.
Differentiate numerator and denominator:
So the limit becomes
Now substitute :
Therefore,
Note: In many courses you learn this limit using geometry or the Squeeze Theorem. On the AP exam, L'Hôpital’s Rule is allowed in BC and is often the fastest route, but it’s still essential you recognize the indeterminate form before using it.
Example 2: Exponential vs polynomial (an limit)
Evaluate
As , numerator and denominator , so the form is .
Apply L'Hôpital’s Rule:
As , , so .
Therefore,
This result reflects an important growth-rate fact: exponentials dominate polynomials as .
Example 3: Applying L'Hôpital’s Rule more than once
Evaluate
Direct substitution gives .
First application:
- Numerator derivative:
- Denominator derivative:
So the limit becomes
Substitution still gives , so apply again.
Second application:
- Numerator derivative:
- Denominator derivative:
Now evaluate:
So
Common pitfall: differentiating the entire fraction with the quotient rule. L'Hôpital’s Rule says differentiate top and bottom separately, not “take the derivative of the quotient.”
Rewriting other indeterminate forms into quotients
AP Calculus BC commonly expects you to recognize forms like or and rewrite them into a quotient that becomes or .
Product form
Example:
As , and . This is an indeterminate product form.
Rewrite as a quotient. A good strategy is to turn one factor into a denominator:
Now check the form as :
So it’s , which is an indeterminate form of type .
Apply L'Hôpital’s Rule:
Simplify the fraction:
Now take the limit:
So
What can go wrong: forgetting that is only defined for in real-valued calculus, so the limit must be one-sided.
Difference form
Example:
Directly, both terms go to infinity, giving .
A standard fix is to multiply by the conjugate:
The numerator simplifies:
So the expression becomes
Now evaluate the limit as . This is a quotient with form, so L'Hôpital’s Rule is available, but here algebra is even cleaner: factor from the denominator.
So
Now as , , so
So the original limit equals .
Important lesson: L'Hôpital’s Rule is powerful, but algebraic rewriting (like conjugates) may be the intended path and often avoids messy derivatives.
L'Hôpital’s Rule and local linearity (a conceptual connection)
It’s not an accident that linearization and L'Hôpital’s Rule appear together. Both rely on the idea that near a point, a differentiable function is well-approximated by its linear part.
- In linearization, you approximate itself by a line.
- In L'Hôpital’s Rule, you approximate the ratio near a point where both behave like small linear changes, letting derivatives control the limit.
This connection helps you remember that L'Hôpital’s Rule is fundamentally about “comparing how fast things go to zero or infinity,” which is exactly what derivatives measure.
When not to use L'Hôpital’s Rule
Students often overuse it. On the AP exam, you want correctness first, but efficiency matters too.
Avoid or pause before using L'Hôpital if:
- The expression can be simplified by factoring, canceling, or rationalizing.
- You do not yet have or .
- Differentiating will make the expression more complicated (for example, products of trig and exponentials might be easier with known limits or algebra).
Also remember: L'Hôpital’s Rule applies to limits (as , , or one-sided limits) of a quotient, under appropriate differentiability conditions.
Exam Focus
- Typical question patterns:
- “Evaluate a limit that yields or ; justify use of L'Hôpital’s Rule and compute.”
- “Rewrite an expression with indeterminate form or into a quotient, then apply L'Hôpital’s Rule or simplify.”
- “Compare growth rates using limits (polynomial vs exponential, exponential vs logarithmic) where L'Hôpital’s Rule quickly reveals the result.”
- Common mistakes:
- Applying L'Hôpital’s Rule when the form is not or (for example, when substitution gives or ).
- Differentiating using the quotient rule instead of differentiating numerator and denominator separately.
- Forgetting domain restrictions and limit direction (for example, using instead of for ).