Local vs Global Behavior Math Example 2

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

Example 2

medium
For g(x)=sin(x)xg(x) = \dfrac{\sin(x)}{x} (with g(0)=1g(0)=1), describe local behavior near x=0x=0 and global behavior for large x|x|.

Solution

  1. 1
    Local at x=0x=0: Using the Taylor expansion sin(x)=xx36+\sin(x)=x-\frac{x^3}{6}+\cdots, we get sinxx=1x26+1\frac{\sin x}{x}=1-\frac{x^2}{6}+\cdots\approx1 near x=0x=0. Locally the function is nearly constant at 11.
  2. 2
    Global for large x|x|: sin(x)1|\sin(x)|\leq1 while x|x|\to\infty, so sinxx1x0\left|\frac{\sin x}{x}\right|\leq\frac{1}{|x|}\to0. The function oscillates with decreasing amplitude, approaching 00.
  3. 3
    This is an oscillatory decay: constant locally at x=0x=0, oscillating and shrinking globally.

Answer

Local at x=0x=0: g1g\approx1; Global: g(x)0g(x)\to0 with damped oscillations
The sinc-like function sin(x)/x\sin(x)/x illustrates a dramatic contrast between local and global behavior. Locally it looks like a constant; globally it oscillates with amplitude shrinking like 1/x1/|x|.

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