Local
Behavior
The appearance or properties of a function, graph,
or geometric figure in
the immediate neighborhood of a particular
point. Usually this refers to any
appearance or property that becomes more apparent as you zoom
in on the point.
For example,
as you zoom in to the graph of y = x2 at
any point, the graph looks more and more like a line.
Thus we say that y = x2 is
locally linear. We say this even though
the graph is not actually a
straight line.
Worked Example
Problem: Describe the local behavior of f(x) = x² near the point x = 3. Find the linear approximation and use it to estimate f(3.1).
Step 1: Evaluate the function at the point of interest.
f(3)=32=9 Step 2: Find the derivative of f(x) and evaluate it at x = 3. The derivative gives the slope of the tangent line, which captures the local behavior.
f′(x)=2x⇒f′(3)=6 Step 3: Write the linear approximation (tangent line) near x = 3.
f(x)≈9+6(x−3) Step 4: Use the approximation to estimate f(3.1). Substitute x = 3.1.
f(3.1)≈9+6(3.1−3)=9+6(0.1)=9.6 Step 5: Compare with the exact value to see how well local behavior predicts the function nearby.
f(3.1)=3.12=9.61(error of only 0.01) Answer: Near x = 3, f(x) = x² behaves locally like the line y = 9 + 6(x − 3). The estimate f(3.1) ≈ 9.6 is very close to the true value of 9.61.
Another Example
This example differs from the first by showing a point where local behavior is NOT linear. Not every function looks like a line when you zoom in—corners and cusps are important exceptions.
Problem: Examine the local behavior of f(x) = |x| near x = 0. Can you write a local linear approximation at this point?
Step 1: Evaluate the function at x = 0.
f(0)=∣0∣=0 Step 2: Check the slope from the left side. As x approaches 0 from the left, f(x) = −x, so the slope is −1.
h→0−limh∣0+h∣−∣0∣=h→0−limh−h=−1 Step 3: Check the slope from the right side. As x approaches 0 from the right, f(x) = x, so the slope is +1.
h→0+limh∣0+h∣−∣0∣=h→0+limhh=1 Step 4: Since the left-hand and right-hand slopes differ, the derivative does not exist at x = 0. No matter how much you zoom in, the sharp corner remains.
f′(0) does not exist Answer: The function f(x) = |x| is NOT locally linear at x = 0. Its local behavior at the origin is a sharp corner (a cusp), which persists at every zoom level.
Frequently Asked Questions
What is the difference between local behavior and global behavior of a function?
Local behavior describes what a function looks like near a single specific point—its slope, curvature, or whether it has a cusp. Global behavior describes features of the entire function across its full domain, such as its end behavior, overall shape, total number of turning points, or range. A function can behave very differently locally (smooth and nearly linear) compared to globally (oscillating or unbounded).
What does it mean for a function to be locally linear?
A function is locally linear at a point if, when you zoom in far enough on its graph at that point, it looks indistinguishable from a straight line. Formally, this means the function is differentiable there, and the tangent line serves as a close approximation. Most smooth functions (polynomials, exponentials, trig functions) are locally linear at every point in their domains.
When do you use local behavior in math?
You use local behavior whenever you need to approximate a function near a specific value. This is the foundation of derivatives and tangent lines in calculus, Taylor series approximations, and linearization in physics and engineering. For example, engineers often approximate complicated formulas with simpler linear ones that are accurate "locally" near the operating conditions they care about.
Local Behavior vs. Global Behavior
| Local Behavior | Global Behavior |
|---|
| Definition | Properties of a function near a single specific point | Properties of a function across its entire domain |
| What you examine | Slope, tangent line, continuity, or cusp at a point | End behavior, symmetry, range, number of zeros |
| Visualization | Zoom in on one point of the graph | Zoom out to see the entire graph |
| Key tools | Derivatives, limits, linear approximation | Leading term analysis, asymptotes, domain/range |
| Example | y = x² looks like a line near x = 3 | y = x² opens upward and grows without bound |
Why It Matters
Local behavior is the conceptual foundation of differential calculus. When you learn about derivatives, you are precisely studying how a function behaves in a tiny neighborhood of each point. Students encounter local behavior when finding tangent lines, computing linear approximations, analyzing critical points for maxima and minima, and understanding why smooth curves can be approximated by simple lines or polynomials in physics and engineering applications.
Common Mistakes
Mistake: Assuming every function is locally linear at every point.
Correction: Functions with corners (like |x| at x = 0), vertical tangents (like x^{1/3} at x = 0), or discontinuities are not locally linear at those points. Always check that the derivative exists before claiming local linearity.
Mistake: Confusing local behavior with the overall shape of the function.
Correction: A parabola is globally curved, but locally (near any single point) it resembles a straight line. Local behavior only describes what happens in a small neighborhood, not the function's shape as a whole.