Mathwords logoMathwords

Local Behavior

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.

Key Formula

f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x - a)
Where:
  • f(x)f(x) = The function whose local behavior you are studying
  • aa = The specific point (x-value) you are zooming in on
  • f(a)f(a) = The value of the function at the point a
  • f(a)f'(a) = The derivative (slope) of the function at a, which determines the local linear approximation
  • xax - a = The horizontal distance from the point of interest

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=9f(3) = 3^2 = 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)=2xf(3)=6f'(x) = 2x \quad \Rightarrow \quad f'(3) = 6
Step 3: Write the linear approximation (tangent line) near x = 3.
f(x)9+6(x3)f(x) \approx 9 + 6(x - 3)
Step 4: Use the approximation to estimate f(3.1). Substitute x = 3.1.
f(3.1)9+6(3.13)=9+6(0.1)=9.6f(3.1) \approx 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)f(3.1) = 3.1^2 = 9.61 \quad \text{(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=0f(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.
limh00+h0h=limh0hh=1\lim_{h \to 0^-} \frac{|0 + h| - |0|}{h} = \lim_{h \to 0^-} \frac{-h}{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.
limh0+0+h0h=limh0+hh=1\lim_{h \to 0^+} \frac{|0 + h| - |0|}{h} = \lim_{h \to 0^+} \frac{h}{h} = 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 existf'(0) \text{ 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 BehaviorGlobal Behavior
DefinitionProperties of a function near a single specific pointProperties of a function across its entire domain
What you examineSlope, tangent line, continuity, or cusp at a pointEnd behavior, symmetry, range, number of zeros
VisualizationZoom in on one point of the graphZoom out to see the entire graph
Key toolsDerivatives, limits, linear approximationLeading term analysis, asymptotes, domain/range
Exampley = x² looks like a line near x = 3y = 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.

Related Terms

  • FunctionThe object whose local behavior is studied
  • Graph of an EquationVisual representation where local behavior is observed
  • LinearMany functions are locally linear at smooth points
  • LineTangent line captures local behavior
  • PointLocal behavior is examined at a specific point
  • Geometric FigureLocal behavior applies to curves and shapes
  • Tangent LineThe line that best fits a curve locally
  • DerivativeMeasures the rate of change that defines local behavior