Andromeda
Note

The Sandwich Theorem

Definition

The Sandwich Theorem (or Squeeze Theorem) states that if a function f(x)f(x) is “sandwiched” between two other functions g(x)g(x) and h(x)h(x), and both gg and hh approach the same limit LL at a point cc, then ff must also approach LL at that point. If g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) and limxcg(x)=limxch(x)=L\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, then limxcf(x)=L\lim_{x \to c} f(x) = L.

  • How to read: “The g of x is less than or equal to f of x is less than or equal to h of x; if the limits of g and h as x approaches c both equal L, then the limit of f as x approaches c equals L.”
  • Meaning: A trapped function cannot escape the squeeze—if both bounds converge to LL, the middle must too.

Why It Matters

The Sandwich Theorem is the ‘squeeze’ that solves the unsolvable; it allows mathematicians and physicists to pin down the behavior of wild, oscillating functions by trapping them between two predictable boundaries.

Core Concepts

  • Indirect Proof: This theorem is used when a function is too “wild” or complex to evaluate directly, but is bounded by simpler functions.
  • Boundary Control: You don’t need to know exactly what f(x)f(x) is doing; you only need to know that it is “trapped” by its boundaries.
  • Oscillation Dampening: It is the primary tool for evaluating limits of oscillating functions like x2sin(1/x)x^2 \sin(1/x) as x0x \to 0.
  • How to read: “The x squared sine of one divided by x as x approaches zero.”
    • Meaning / when to use: Sine oscillates wildly, but x20x^2 \to 0 crushes the amplitude—bound between x2-x^2 and x2x^2 to get limit 00.

Connected Concepts