Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Squeeze Theorem (Sandwich Theorem)
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-squeeze-theorem-sandwich-theorem

AP Calculus: Squeeze Theorem (Sandwich Theorem)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Squeeze Theorem (Sandwich Theorem)

Concept Summary

  • Squeeze Theorem: If ( g(x) \leq f(x) \leq h(x) ) for all ( x ) near ( a ) (except possibly at ( a )) and ( \lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L ), then ( \lim_{x \to a} f(x) = L ). Significance: Proves limits exist when direct evaluation is difficult.
  • Bounding Functions: ( g(x) ) and ( h(x) ) must "squeeze" ( f(x) ) from below and above. Significance: Ensures ( f(x) ) is trapped between two known limits.
  • Limit at Infinity: Applies to ( x \to \infty ) or ( x \to -\infty ) if the inequalities hold for sufficiently large ( |x| ). Significance: Extends utility beyond finite points.
  • Continuity Not Required: ( f(x) ) need not be continuous at ( a ); only the bounding functions must have matching limits. Significance: Works for piecewise or oscillatory functions.
  • Graphical Intuition: If ( f(x) ) is "sandwiched" between two curves converging to ( L ), ( f(x) ) must also converge to ( L ). Significance: Visual proof for conceptual understanding.

Core Questions

WHAT (definitional)

Q: What is the Squeeze Theorem? A: A method to find ( \lim_{x \to a} f(x) ) by trapping ( f(x) ) between two functions with known, equal limits at ( a ). Trap/Clarification: The theorem does not require ( f(x) ) to equal ( g(x) ) or ( h(x) ) at ( x = a ), only near ( a ).

Q: What are the "squeezing" functions ( g(x) ) and ( h(x) )? A: Functions that bound ( f(x) ) from below (( g(x) \leq f(x) )) and above (( f(x) \leq h(x) )) near ( a ). Trap/Clarification: The inequalities must hold for all ( x ) near ( a ) (except possibly at ( a )), not just at isolated points.


WHY (causal/explanatory)

Q: Why does the Squeeze Theorem work? A: If ( f(x) ) is always between ( g(x) ) and ( h(x) ), and both ( g(x) ) and ( h(x) ) approach ( L ), ( f(x) ) cannot escape ( L ). Trap/Clarification: The theorem fails if ( g(x) ) and ( h(x) ) do not have the same limit (e.g., ( g(x) \to 1 ), ( h(x) \to 2 )).

Q: Why is the Squeeze Theorem important? A: It evaluates limits of functions that are hard to compute directly (e.g., ( \lim_{x \to 0} x^2 \sin(1/x) )) by leveraging simpler bounds. Trap/Clarification: It cannot be used if no suitable bounding functions exist (e.g., for ( \lim_{x \to 0} \frac{1}{x} )).


HOW (process/application)

Q: How do you apply the Squeeze Theorem? A: 1) Find ( g(x) \leq f(x) \leq h(x) ), 2) Show ( \lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L ), 3) Conclude ( \lim_{x \to a} f(x) = L ). Trap/Clarification: Step 1 requires algebraic or trigonometric manipulation (e.g., ( -1 \leq \sin(x) \leq 1 )) to establish bounds.

Q: How is the Squeeze Theorem used for trigonometric limits? A: Use standard bounds like ( -1 \leq \sin(x) \leq 1 ) or ( -1 \leq \cos(x) \leq 1 ) to create inequalities (e.g., ( -x^2 \leq x^2 \sin(1/x) \leq x^2 )). Trap/Clarification: Forgetting to multiply the bounds by coefficients (e.g., ( x^2 )) is a common error.


CAN (conditions/possibilities)

Q: Can the Squeeze Theorem be used for one-sided limits? A: Yes, if the inequalities ( g(x) \leq f(x) \leq h(x) ) hold for ( x \to a^+ ) or ( x \to a^- ). Trap/Clarification: The bounding functions must still have matching one-sided limits.

Q: Under what conditions does the Squeeze Theorem fail? A: If ( g(x) ) and ( h(x) ) do not have the same limit, or if ( f(x) ) is not bounded by ( g(x) ) and ( h(x) ) near ( a ). Trap/Clarification: The theorem cannot prove a limit does not exist (it only proves existence when conditions are met).


Quick Facts & Traps

  • Fact: The Squeeze Theorem is not a tool for finding limits of unbounded functions (e.g., ( \lim_{x \to 0} \frac{1}{x} )).
  • Trap: Assuming ( f(x) ) must be continuous-Reality: ( f(x) ) can be discontinuous at ( a ); only the bounds matter.
  • Fact: Common bounds: ( -|x| \leq x \sin(1/x) \leq |x| ) or ( 0 \leq \sin^2(x) \leq 1 ).
  • Trap: Using ( g(x) = 0 ) and ( h(x) = x ) for ( f(x) = \sin(x) )-Reality: ( \sin(x) ) is not always between ( 0 ) and ( x ) (e.g., ( x = -\pi )).
  • Fact: Works for sequences: If ( a_n \leq b_n \leq c_n ) and ( \lim a_n = \lim c_n = L ), then ( \lim b_n = L ).
  • Trap: Ignoring the domain of ( x )-Reality: Inequalities must hold for all ( x ) near ( a ) (e.g., ( x \neq 0 ) for ( \sin(1/x) )).

Rapid-Fire True/False

  • Statement: If ( g(x) \leq f(x) \leq h(x) ) and ( \lim_{x \to a} g(x) = 3 ), ( \lim_{x \to a} h(x) = 5 ), then ( \lim_{x \to a} f(x) = 4 ). Answer: FALSE Why the common mistake happens: Assuming the limit of ( f(x) ) is the average of ( g(x) ) and ( h(x) ); the theorem requires equal limits.

  • Statement: The Squeeze Theorem can prove ( \lim_{x \to 0} \frac{\sin(x)}{x} = 1 ). Answer: TRUE Why the common mistake happens: Overlooking that ( \cos(x) \leq \frac{\sin(x)}{x} \leq 1 ) for ( x ) near ( 0 ) (a classic application).

  • Statement: If ( f(x) ) is bounded, the Squeeze Theorem can always find its limit. Answer: FALSE Why the common mistake happens: Boundedness alone is insufficient; ( f(x) ) must be trapped between two functions with matching limits.