Local vs Global Behavior Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
For f(x)=x3โˆ’3xf(x)=x^3-3x, describe: (a) local behavior near x=0x=0 using the linear approximation, and (b) global behavior as xโ†’ยฑโˆžx\to\pm\infty.

Solution

  1. 1
    Local at x=0x=0: fโ€ฒ(x)=3x2โˆ’3f'(x)=3x^2-3, fโ€ฒ(0)=โˆ’3f'(0)=-3. Linear approximation: f(x)โ‰ˆf(0)+fโ€ฒ(0)โ‹…x=0+(โˆ’3)x=โˆ’3xf(x)\approx f(0)+f'(0)\cdot x = 0+(-3)x=-3x near x=0x=0. Locally the function looks like a line with slope โˆ’3-3.
  2. 2
    Global behavior: for large โˆฃxโˆฃ|x|, the x3x^3 term dominates. f(x)โ†’+โˆžf(x)\to+\infty as xโ†’+โˆžx\to+\infty; f(x)โ†’โˆ’โˆžf(x)\to-\infty as xโ†’โˆ’โˆžx\to-\infty.
  3. 3
    Contrast: locally (near x=0x=0) the function decreases; globally it grows without bound in both directions.

Answer

Local near x=0x=0: f(x)โ‰ˆโˆ’3xf(x)\approx-3x (decreasing line); Global: f(x)โ†’ยฑโˆžf(x)\to\pm\infty with x3x^3 dominance
Local behavior captures the function's character near a specific point, often described by a tangent line. Global behavior describes what happens as xx goes to infinity, usually governed by the highest-degree term.

About Local vs Global Behavior

Local behavior describes a function's properties near a specific point; global behavior describes its overall properties across the entire domain or as inputs grow without bound.

Learn more about Local vs Global Behavior โ†’

More Local vs Global Behavior Examples