Squeeze Theorem — AP Calculus BC
1. What is the Squeeze Theorem? ★★☆☆☆ ⏱ 3 min
The Squeeze Theorem (also called the Sandwich Theorem or Pinching Theorem) is a core tool for evaluating limits that cannot be solved with direct substitution, factoring, or the conjugate method. It falls in Unit 1: Limits and Continuity, which makes up 10–12% of the total AP Calculus BC exam score, and appears in both multiple-choice and free-response questions.
The core intuition is simple: if $f(x)$ is trapped between two functions that both approach the same value $L$, $f(x)$ has no choice but to also approach $L$.
2. Applying the Squeeze Theorem to Finite Limits ★★☆☆☆ ⏱ 4 min
The most common introductory use of the Squeeze Theorem on the AP exam is evaluating limits of bounded functions multiplied by terms that approach 0 at a finite point. We almost always leverage the universal boundedness of sine and cosine, which always have a range of $[-1, 1]$ for any real input.
For any expression of the form $p(x) \cdot \cos\left(g(x)\right)$ where $\lim_{x \to a} p(x) = 0$, we can immediately write $-|p(x)| \leq p(x)\cos(g(x)) \leq |p(x)|$, since $|\cos(g(x))| \leq 1$ for any $g(x)$. If both bounds approach 0, the entire limit is 0. This technique is also the foundation for proving the fundamental trigonometric limits $\lim_{x \to 0} \frac{\sin x}{x} = 1$ and $\lim_{x \to 0} \frac{1-\cos x}{x} = 0$, which are required for derivatives of trigonometric functions.
Exam tip: Always confirm the sign of the term you multiply through the inequality. If you multiply by a negative term, you must reverse the direction of the inequality to get correct bounding functions.
3. Squeeze Theorem for Limits at Infinity ★★★☆☆ ⏱ 3 min
For limits as $x \to \pm \infty$, the only adjustment to the Squeeze Theorem is the domain condition: the inequality $g(x) \leq f(x) \leq h(x)$ only needs to hold for all $x$ greater than some large positive constant $M$ (for $x \to +\infty$) or less than some large negative constant (for $x \to -\infty$). The core logic remains identical: if both bounds converge to the same limit $L$, $f(x)$ must also converge to $L$.
The most common AP exam scenario is a bounded trigonometric numerator divided by an increasing polynomial denominator, where the whole expression is trapped between two terms that both approach 0. For sums of multiple bounded terms, we use the triangle inequality $|A + B| \leq |A| + |B|$ to find a tight upper bound for the total magnitude.
Exam tip: When bounding a sum of multiple bounded functions, always use the triangle inequality to get the maximum possible magnitude, rather than guessing a bound. This guarantees your inequality is valid for all $x$.
4. One-Sided Limits and Continuity ★★★☆☆ ⏱ 4 min
The Squeeze Theorem works equally well for one-sided limits ($x \to a^+$ or $x \to a^-$) as it does for two-sided limits, making it a key tool for analyzing piecewise functions and confirming continuity at boundary points. For a one-sided limit, the inequality only needs to hold on the relevant side of $a$, but the same convergence rule applies.
AP exam questions often ask to find the value of a constant that makes a piecewise function continuous at the boundary, which requires using the Squeeze Theorem to find the one-sided limits first, then matching them to find the constant. This is particularly common for piecewise functions involving absolute values.
Exam tip: For piecewise functions with absolute values at the boundary, always split into one-sided limits first before applying the Squeeze Theorem, to ensure your bounding inequalities are correct for each side.
5. Concept Check ★★★☆☆ ⏱ 3 min
Common Pitfalls
Why: Students often assume all powers of $x$ are positive near 0, but odd powers are negative for $x < 0$, leading to reversed inequalities and incorrect bounds.
Why: Students remember a common upper bound for an expression but forget the theorem requires both upper and lower bounds to converge to the same limit.
Why: The derivative of $\sin x$ itself relies on $\lim_{x \to 0} \frac{\sin x}{x} = 1$, so this is circular reasoning that earns no credit on the AP exam.
Why: Students forget the Squeeze Theorem for two-sided limits requires the inequality to hold on both sides of the evaluation point.
Why: Students mix up domain conditions for finite and infinite limits, leading to invalid inequalities.