Local Linearity and Linearization
AP Calculus ABΒ· AP Calculus AB CED β Contextual Applications of DifferentiationΒ· 14 min read
1. Local Linearity: The Geometric Foundationβ β ββββ± 3 min
Local linearity is a core geometric property of differentiable functions: when you zoom in far enough on any point on the graph of a differentiable function, the graph becomes almost identical to its tangent line at that point. For any differentiable at , the derivative gives the slope of the tangent line. Because the tangent line and original function agree in value and slope at , the function behaves almost exactly like the tangent line for -values very close to .
Local Linearity
A property of differentiable functions where, near any point of differentiability, the graph of the function is indistinguishable from its tangent line at that point when sufficiently zoomed in.
Example:
For at , zooming to makes the curve identical to its tangent line .
Confirm that is locally linear at by comparing the function value to its tangent line approximation at and .
- 1
Calculate and the derivative at :
- 2
Write the tangent line equation at in point-slope form:
- 3
Actual function value: . Tangent line approximation: . The difference is only ~0.0002, which is negligible.
- 4
Actual function value: . Tangent line approximation: . The difference is ~0.05, much larger.
- 5
Conclusion: Near , the function is almost identical to its tangent line, so it is locally linear at . The approximation breaks down far from the point of tangency.
Exam tip:
When the AP exam asks you to explain why a function is locally linear at a point, always mention that the function is differentiable at that point, and that the tangent line matches the function's value and slope for inputs near the point.
2. Linearization: Formula and Computationβ β β βββ± 4 min
Linearization (also called tangent line approximation) is the practical application of local linearity: we use the simple, easy-to-evaluate tangent line to approximate the value of a complicated nonlinear function near the point of tangency. Finding and using linearization is the most heavily tested skill for this topic on the AP exam.
Linearization of $f(x)$ at $x=a$
The tangent line to at , used to approximate values of near . We always choose to be a point where and can be calculated exactly.
Example:
To approximate , we choose , since is known exactly.
Find the linearization of at , then use it to approximate .
- 1
Calculate at :
- 2
Calculate the derivative and evaluate at :
- 3
Substitute into the linearization formula and simplify:
- 4
Evaluate to get the approximation:
- 5
The actual value of , so the approximation is extremely accurate.
Exam tip:
Always simplify your linearization before evaluating the approximation to reduce arithmetic errors. If you leave the linearization in factored form, double-check your distribution of the slope term.
3. Differentials and Approximating Changeβ β β βββ± 4 min
Differentials are an alternative notation for linear approximation that focuses on changes in quantities, rather than absolute values. This notation is especially useful for real-world problems where we want to approximate how much a quantity changes, or to estimate error from measurement.
Differential
(output change), (input change)
For a function , is the small change in input. is the linear approximation of the actual change . For small , .
Example:
This notation is directly equivalent to linearization, just rearranged to highlight changes.
The radius of a spherical birthday balloon is measured as 10 cm with a maximum measurement error of cm. Use differentials to approximate the maximum possible error in the calculated surface area of the balloon.
- 1
Recall the surface area formula and label known values:
- 2
Calculate the derivative of :
- 3
Maximum error in surface area is approximated by :
- 4
Substitute values to get the final result:
- 5
The maximum possible error in the calculated surface area is approximately cmΒ².
Exam tip:
Always read the question carefully: if it asks for absolute error, you just need ; if it asks for relative error, you need , and percentage error is that value multiplied by 100.
4. AP-Style Practice Problemsβ β β β ββ± 3 min
Test your understanding with these AP-style problems:
What is the linearization of at ?
A)
B)
C)
D)
Let : (a) Find the linearization at . (b) Approximate and state if the approximation is an overestimate or underestimate. (c) Use differentials to approximate the change in when increases from 4 to 4.2.
- 1
Part (a): Calculate and :
- 2
Substitute into the linearization formula:
- 3
. The second derivative for all , so is concave up near . A tangent line to a concave up function lies below the curve, so this is an underestimate.
- 4
Part (c): Approximate the change with differentials:
The monthly profit of a small coffee shop is modeled by dollars, where is the number of lattes sold per month. The shop currently sells 1500 lattes per month, and projects sales will increase by 60 lattes next month. Use linearization to approximate the change in profit, and the approximate total profit for next month.
- 1
Calculate the derivative and evaluate at :
- 2
Approximate the change in profit:
- 3
Calculate current monthly profit at 1500 lattes:
- 4
Approximate total profit = . In context: a 60-latte sales increase will decrease total monthly profit by approximately $180.
5. Common Pitfalls
Wrong move:
Writing the linearization as instead of , omitting the term.
Why:
Students misremember the formula and forget it is derived from point-slope form of a line.
Correct move:
Always start from point-slope form , then rearrange to get .
Wrong move:
Choosing as the input you want to approximate instead of a nearby known point (e.g., approximating by choosing instead of ).
Why:
Students misread the problem and forget the purpose of is to have an exactly known value of .
Correct move:
Always pick the closest round number to your unknown input where you can compute exactly.
Wrong move:
Forgetting the chain rule when differentiating composite functions for linearization (e.g., writing the derivative of as instead of ).
Why:
Students rush through differentiation after setting up the problem and skip the chain rule step.
Correct move:
After calculating any derivative for linearization, double-check that you applied the chain rule for composite inner functions.
Wrong move:
Claiming a linear approximation is accurate for a point far from .
Why:
Students assume linearization works everywhere, not just locally.
Correct move:
After calculating an approximation, check how far your input is from , and explicitly note that accuracy decreases as distance from increases.
Wrong move:
Writing instead of , treating the approximation as exact.
Why:
Students forget that is a linear approximation, not the actual change.
Correct move:
Always use an approximation symbol when relating to , and explicitly state the relationship is approximate for small .
Wrong move:
Confusing the measured value of a quantity with its error in differential error problems (e.g., using cm instead of cm in the balloon example).
Why:
Students mix up which value corresponds to the input and which corresponds to the error.
Correct move:
Label all variables before substituting: = measured input, = error in .
6. Quick Reference Cheatsheet
Category | Formula | Notes |
|---|---|---|
Local Linearity Property | Near , tangent line | Only applies to differentiable functions at |
Linearization at | must be a point with known and | |
Linear Approximation | Only accurate for very close to | |
Differential of | approximates the change in | |
Actual vs Approximate Change | is exact, is approximate | |
Max Absolute Error | = maximum error in input | |
Relative Error | Unitless error proportional to quantity size | |
Percentage Error | Error expressed as a percentage |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 Β· MCQ
Find linearization at a given point
- 2022 Β· FRQ
Approximate error with differentials
What's Next
Local linearity and linearization is the foundational prerequisite for the next core topics in AP Calculus AB Unit 4. The immediate next topic is related rates, which relies on the idea of differentials (small linear changes) to relate the rates of change of connected quantities; without understanding that , you will struggle to set up related rate equations correctly. This topic also introduces the core idea of approximating complicated nonlinear functions with simple linear models, which underpins all applied calculus in science, economics, and engineering, and prepares you for later topics like curve sketching and optimization.
