Sometimes a limit is difficult to compute directly because the function oscillates or behaves strangely. The Squeeze Theorem (also called the Sandwich Theorem) provides a way out: if we can "squeeze" our function between two simpler functions that have the same limit, then our function must have that same limit.

$$ \boxed{\text{If } g(x) \le f(x) \le h(x) \text{ for all } x \text{ near } a \text{ (except possibly at } a\text{), and}} $$ $$ \boxed{\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L \quad \Longrightarrow \quad \lim_{x \to a} f(x) = L} $$
🎨 The Intuition (Picture This)

Imagine a criminal being squeezed between two police cars. As the police cars get closer and closer together, the criminal has no choice but to be where they are. Similarly, if $g(x)$ and $h(x)$ "squeeze" $f(x)$ from below and above, and they both approach $L$, then $f(x)$ is forced to approach $L$ as well.

📊 Visualizing the Squeeze Theorem

Use the interactive graph below. The blue curve is $f(x) = x^2 \sin(1/x)$ — it oscillates wildly near $x = 0$. The dashed curves $g(x) = -x^2$ and $h(x) = x^2$ squeeze it from below and above, forcing the limit to be $0$:

🔧 How to Use the Squeeze Theorem

  1. Identify the tricky function $f(x)$ whose limit you want to find.
  2. Find bounding functions $g(x)$ and $h(x)$ such that $g(x) \le f(x) \le h(x)$ near the point of interest.
  3. Verify that $\lim g(x) = \lim h(x) = L$.
  4. Conclude that $\lim f(x) = L$.
Example 1The Classic: $\displaystyle \lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right)$

We know that $-1 \le \sin(1/x) \le 1$ for all $x \neq 0$.

Example 2Another Oscillating Function

Find $\displaystyle \lim_{x \to 0} x \sin\left(\frac{1}{x}\right)$.

Example 3Using the Squeeze Theorem with Cosine

Find $\displaystyle \lim_{x \to 0} x \cos\left(\frac{1}{x}\right)$.

Example 4AP-Style: Limit with Sine

Find $\displaystyle \lim_{x \to \infty} \frac{\sin x}{x}$.

💡 Note
This limit shows that even though $\sin x$ oscillates forever, the $1/x$ factor "squeezes" it to zero as $x \to \infty$.
⚠️ Common Pitfalls
🔍 Key Takeaways
← Back to Module Page