Local vs Global Behavior Math Example 4

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

Example 4

hard
The function f(x)=eโˆ’x2f(x) = e^{-x^2} appears bell-shaped. Describe its local behavior at x=0x=0 (using the second-order Taylor expansion) and global behavior as xโ†’ยฑโˆžx\to\pm\infty.

Solution

  1. 1
    Taylor expansion: eโˆ’x2=1โˆ’x2+x42โˆ’โ‹ฏโ‰ˆ1โˆ’x2e^{-x^2}=1-x^2+\frac{x^4}{2}-\cdots\approx1-x^2 near x=0x=0. So locally it resembles an inverted parabola with maximum at (0,1)(0,1).
  2. 2
    Global: as xโ†’ยฑโˆžx\to\pm\infty, โˆ’x2โ†’โˆ’โˆž-x^2\to-\infty, so eโˆ’x2โ†’0e^{-x^2}\to0. The horizontal asymptote is y=0y=0. The function decays to zero faster than any polynomial.

Answer

Local at x=0x=0: f(x)โ‰ˆ1โˆ’x2f(x)\approx1-x^2 (inverted parabola); Global: f(x)โ†’0f(x)\to0 as xโ†’ยฑโˆžx\to\pm\infty
The Gaussian bell curve has a flat maximum locally (looks parabolic) but decays rapidly to zero globally. This super-exponential decay is why it integrates to a finite value despite being defined on all of R\mathbb{R}.

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