Determining Limits Using the Squeeze Theorem
Introduction: Why this theorem matters
students, imagine trying to find the exact value of something that is hard to measure directly. A classic example is a moving object that wiggles back and forth faster and faster as it gets close to a point. You may not be able to plug in the function at that point and get a simple answer, but you can still understand what it is approaching. That is where limits help us ✨
The Squeeze Theorem is one of the most useful tools in limits because it lets us find a limit by trapping a difficult function between two easier ones. Instead of trying to solve the hard function directly, we show that it is forced to approach the same value as two functions around it.
Learning goals
- Explain the main ideas and terms behind the Squeeze Theorem.
- Apply the theorem to determine limits in AP Calculus AB.
- Connect the theorem to limits, continuity, and the bigger picture of calculus.
- Use examples and evidence to justify a limit using the theorem.
This lesson fits into the Limits and Continuity unit, which is a major part of AP Calculus AB. The Squeeze Theorem appears often when a function includes oscillation, absolute values, trigonometric expressions, or terms that are hard to evaluate directly.
The main idea of the Squeeze Theorem
The Squeeze Theorem says that if a function is trapped between two other functions that both approach the same limit, then the trapped function must also approach that same limit.
In symbols, if for all $x$ near $a$,
$$g(x) \le f(x) \le h(x)$$
and
$$\lim_{x \to a} g(x) = L \quad \text{and} \quad \lim_{x \to a} h(x) = L,$$
then
$$\lim_{x \to a} f(x) = L.$$
This works because a function cannot escape the value it is trapped between if both boundaries are getting closer and closer to the same number.
Real-world picture
Think about a person walking through a hallway between two walls. If the left wall and right wall both move inward toward the same doorway, the person must end up at that doorway too. The person is the squeezed function, and the walls are the two boundary functions 🚪
Important terminology
- Squeeze means to trap a function between two others.
- Bound means one function stays above or below another.
- Near a point means for $x$ values close to $a$, not necessarily at $x=a$ itself.
- Limit describes what a function approaches as $x$ gets close to a value.
A key point is that the theorem uses behavior near a point, not necessarily the actual value at the point. The function may even be undefined at $x=a$.
How to recognize when the theorem is useful
The Squeeze Theorem is especially helpful when a function contains an expression that oscillates or is difficult to simplify directly. Common examples include expressions like $x^2\sin\left(\frac{1}{x}\right)$ or $x\cos\left(\frac{1}{x}\right)$ as $x \to 0$.
Why these are hard: the trig part keeps swinging between $-1$ and $1$, so the function may not settle down in a simple way on its own. But if that trig part is multiplied by something that goes to $0$, the whole product may be forced toward $0$.
A very useful fact is
$$-1 \le \sin\theta \le 1$$
and also
$$-1 \le \cos\theta \le 1$$
for every real number $\theta$.
This means expressions involving sine or cosine can often be trapped between two simpler expressions.
Example 1: A classic trig limit
Find
$$\lim_{x \to 0} x\sin\left(\frac{1}{x}\right).$$
Since
$$-1 \le \sin\left(\frac{1}{x}\right) \le 1,$$
multiply all parts by $x$ carefully. Because $x$ can be positive or negative near $0$, a more reliable way is to use absolute values:
$$\left|x\sin\left(\frac{1}{x}\right)\right| \le |x|.$$
Since $|x| \to 0$ as $x \to 0$, and
$$-|x| \le x\sin\left(\frac{1}{x}\right) \le |x|,$$
both the lower and upper bounds approach $0$. Therefore,
$$\lim_{x \to 0} x\sin\left(\frac{1}{x}\right)=0.$$
This is a strong example of squeezing because the sine term keeps oscillating, but the factor $x$ becomes small enough to force the whole expression to $0$.
Steps for using the Squeeze Theorem on AP Calculus AB problems
When you see a limit problem that may use the Squeeze Theorem, follow a clear process.
Step 1: Look for a difficult part
Ask yourself whether the function includes oscillation, absolute values, or a piece that stays between known bounds. Common clues are $\sin$, $\cos$, $\tan$ near a special point, or products with a term that goes to $0$.
Step 2: Find easy bounds
Use known inequalities such as
$$-1 \le \sin\theta \le 1$$
or
$$0 \le |\sin\theta| \le 1.$$
Then multiply by expressions that are positive near the point, or use absolute values to avoid sign errors.
Step 3: Evaluate the two outer limits
If both outer functions have the same limit, the middle function must have that same limit too.
Step 4: State the conclusion clearly
Always explain why the theorem applies. On AP free-response questions, justification matters as much as the answer.
Example 2: Squeezing with a polynomial factor
Find
$$\lim_{x \to 0} x^2\cos\left(\frac{1}{x}\right).$$
Because
$$-1 \le \cos\left(\frac{1}{x}\right) \le 1,$$
multiplying by $x^2$, which is always nonnegative, gives
$$-x^2 \le x^2\cos\left(\frac{1}{x}\right) \le x^2.$$
Now compute the outer limits:
$$\lim_{x \to 0}(-x^2)=0 \quad \text{and} \quad \lim_{x \to 0}x^2=0.$$
Because both bounds go to $0$,
$$\lim_{x \to 0}x^2\cos\left(\frac{1}{x}\right)=0.$$
Notice how the cosine part never settles down, but the shrinking factor $x^2$ makes the product predictable.
Why the theorem is powerful in calculus
The Squeeze Theorem helps connect limits to continuity and later calculus ideas. A function is continuous at a point when the limit exists and matches the function value:
$$\lim_{x \to a} f(x)=f(a).$$
Sometimes the function value at $a$ is irrelevant because the limit is the main goal. The Squeeze Theorem lets us prove a limit exists even when direct substitution fails.
This matters in AP Calculus AB because many problems ask you to justify behavior, not just compute it. The theorem is also useful for proving limits that support derivative formulas, motion problems, and trigonometric approximations.
A common AP-style pattern
Suppose a function satisfies
$$-x^3 \le f(x) \le x^3$$
for all $x$ near $0$. Then since
$$\lim_{x \to 0}(-x^3)=0 \quad \text{and} \quad \lim_{x \to 0}x^3=0,$$
you conclude
$$\lim_{x \to 0}f(x)=0.$$
This kind of reasoning often appears on exams in words rather than as a fully set-up theorem problem. Recognizing the structure is the key skill.
Common mistakes to avoid
Mistake 1: Forgetting to check the bounds
You must show the function is actually trapped between two others. Just knowing a function is “small” is not enough.
Mistake 2: Using the theorem when the outer limits are different
The theorem only works when both outer functions approach the same limit. If one bound approaches $2$ and the other approaches $5$, the theorem does not give a conclusion.
Mistake 3: Ignoring sign changes
When multiplying inequalities by a negative number, the inequality reverses. This is a common algebra mistake. Using absolute values can make the argument cleaner.
Mistake 4: Not explaining the reasoning
On AP Calculus AB, you should write something like: “Since the function is squeezed between two functions with the same limit, the Squeeze Theorem implies the limit is...” That sentence shows understanding 📘
Connection to the bigger limit picture
The Squeeze Theorem is part of the larger study of how limits describe change and behavior near a point. Other limit tools include direct substitution, factoring, rationalizing, and one-sided limits. The Squeeze Theorem becomes especially valuable when those methods do not work easily.
It also helps with limits at infinity and asymptotic behavior. For example, if a function is trapped between two expressions that both go to $0$ as $x \to \infty$, then the function also goes to $0$. This idea can describe how a graph levels off or how small errors disappear in a real system.
The theorem is also closely related to the Intermediate Value Theorem in the sense that both depend on continuous behavior and logical reasoning about what must happen between two values. In calculus, these tools help you move from graph intuition to rigorous proof.
Conclusion
students, the Squeeze Theorem is a powerful way to find limits for functions that are hard to evaluate directly. By trapping a difficult function between two easier ones with the same limit, you can prove the middle function must approach that same value. This strategy is especially useful with trigonometric oscillation, absolute values, and products that shrink toward zero.
In AP Calculus AB, you should be able to recognize when a limit problem is a good candidate for the Squeeze Theorem, set up the correct inequalities, and explain your reasoning clearly. Mastering this theorem strengthens your understanding of limits, continuity, and how calculus describes change with precision.
Study Notes
- The Squeeze Theorem says that if $g(x) \le f(x) \le h(x)$ near $x=a$ and both $\lim_{x \to a}g(x)$ and $\lim_{x \to a}h(x)$ equal $L$, then $\lim_{x \to a}f(x)=L$.
- It is useful when a function contains oscillation, such as $\sin\left(\frac{1}{x}\right)$ or $\cos\left(\frac{1}{x}\right)$.
- A common bound is $-1 \le \sin\theta \le 1$ and $-1 \le \cos\theta \le 1$.
- Multiplying by a factor like $x$ or $x^2$ can force an oscillating expression toward $0$.
- Example: $\lim_{x \to 0}x\sin\left(\frac{1}{x}\right)=0$.
- Example: $\lim_{x \to 0}x^2\cos\left(\frac{1}{x}\right)=0$.
- The theorem requires both outer limits to be the same.
- Use absolute values to avoid sign mistakes when bounding expressions.
- In AP Calculus AB, always justify why the squeeze applies, not just the final answer.
- The Squeeze Theorem supports the larger study of limits, continuity, and asymptotic behavior.
