← Unit 1 Guide

The Squeeze Theorem

Some limits shrug off every tool from last lesson — substitution gives 0/0, and nothing factors or conjugates away. This lesson is the clever escape: when you can’t reach a function directly, trap it between two friendlier ones and let them do the work.
The idea is almost unfair in how simple it is. Suppose a function is stuck between two others — always above one, always below another. If those two outer functions both head to the same number \(L\), the trapped function in the middle has nowhere else to go: it’s squeezed to \(L\) too. That’s the whole theorem — and it cracks limits that nothing else can touch.

A limit nothing else can reach

Here’s the problem that motivates everything. Consider \(f(x)=x^2\sin\!\frac{1}{x}\) as \(x\to 0\). The \(\sin\frac1x\) part is the troublemaker from Lesson 1’s liar table — as \(x\to 0\) it oscillates infinitely fast between \(-1\) and \(1\), settling on nothing. Substitution gives \(0\cdot(\text{undefined})\). No factoring, no conjugate. But watch what happens when we trap it:

zoomed out

What you’re looking at: the wild magenta curve is \(x^2\sin\frac1x\), thrashing up and down. The two teal curves are \(y=x^2\) (top) and \(y=-x^2\) (bottom) — the jaws. The wild curve can never escape between them.

Press play to zoom toward \(x=0\) and watch the jaws close.
Why it works

Since \(\sin\frac1x\) always lives between \(-1\) and \(1\), multiplying by \(x^2\) traps the whole function between \(-x^2\) and \(x^2\). As \(x\to 0\), both jaws clamp to 0 — so the wild curve, pinned between them, is forced to 0 as well. The oscillation never stops, but its size is crushed to nothing.

top jaw \(x^2\)→ 0
bottom jaw \(-x^2\)→ 0
trapped \(x^2\sin\frac1x\)→ 0

The theorem, now that you’ve seen it

You just watched a limit get forced. Here’s the statement mathematicians use for that move — sometimes called the Squeeze (or Sandwich) Theorem:

Read it aloud: “if \(g\) is below \(f\) is below \(h\) near \(a\), and \(g\) and \(h\) both approach \(L\), then \(f\) approaches \(L\) too.” The middle function is trapped; the outer two decide its fate.
The squeeze: \(g(x)\le f(x)\le h(x)\) must hold for all \(x\) near \(a\) (it can fail exactly at \(a\) — limits don’t care about the single point).
Same destination: the outer bounds must approach the same \(L\). If they head to different values, the theorem says nothing.
The conclusion: the trapped function is forced to that shared \(L\) — even if you could never compute it directly.

The most important limit in trig: sin x / x

Now the payoff. The limit \(\lim_{x\to 0}\frac{\sin x}{x}\) appears everywhere in calculus — it’s the engine behind the derivative of \(\sin x\). Substitution gives \(\frac00\), and no algebra touches it. But a classic geometric argument traps \(\frac{\sin x}{x}\) between \(\cos x\) and \(1\):

or drag x toward 0 yourself: x = 1.500

What you’re looking at: the magenta curve is \(\frac{\sin x}{x}\). It’s trapped between the teal \(\cos x\) (lower) and the flat line \(y=1\) (upper). As \(x\to 0\), both bounds meet at height \(1\).

Press play — watch all three curves funnel into the point \((0,1)\).
The squeeze
upper bound \(1\)→ 1
lower bound \(\cos x\)→ 1
trapped \(\frac{\sin x}{x}\)→ 1

As \(x\to 0\), \(\cos x\to 1\) and the constant \(1\) is already there. The two bounds meet, and \(\frac{\sin x}{x}\) is crushed to 1. Commit this to memory: \(\lim_{x\to 0}\frac{\sin x}{x}=1\).

Its partner: (1 − cos x) / x → 0

The second trig limit you must know cold. It follows from the first by a slick algebra move — multiply by the conjugate (the trick from Lesson 2 returns):

Deriving it from sin x / x

Using them — match the sin(u)/u pattern

Real problems disguise these limits. The skill is rewriting until you see the exact form \(\frac{\sin u}{u}\to 1\), where the inside of the sine matches the denominator. Step through:

press step
The work, shown
Pick a problem

The golden rule: \(\frac{\sin u}{u}\to 1\) only when the angle inside the sine exactly matches the denominator. Force that match by multiplying and dividing by whatever you need.

Does the squeeze even apply?

The theorem has conditions, and the exam tests whether you check them. For each setup, decide: does the Squeeze Theorem let you conclude the limit — and if so, what is it?

Case 1 of 5
Score: 0 / 0
The checklist
1. is f trapped?\(g\le f\le h\) near \(a\)
2. same limit?\(g,h\to\) same \(L\)
3. then\(f\to L\)

The most common trap: bounds that don’t meet. If \(g\to 2\) and \(h\to 5\), the squeeze says nothing — the function could be anywhere between.

The lesson on one card

The Squeeze Theorem: trap \(f\) between \(g\) and \(h\); if both \(\to L\), then \(f\to L\)
The two trig limits to memorize — they power the derivatives of sine and cosine
Match the pattern: \(\frac{\sin u}{u}\to 1\) needs the angle to equal the denominator exactly

The ideas everything else builds on

Trap, don’t compute

When a function is unreachable directly, bound it above and below by functions you can evaluate, and let them pin it down.

The bounds must meet

The whole method hinges on both outer functions reaching the same limit. Bounds that disagree prove nothing.

Bounded × small → 0

Anything bounded (like \(\sin\) of anything) times something heading to \(0\) gets squeezed to \(0\). A pattern worth recognizing instantly.

Two limits, memorized

\(\frac{\sin x}{x}\to 1\) and \(\frac{1-\cos x}{x}\to 0\) are building blocks — you’ll use them constantly once derivatives arrive.

Your turn

Five problems — the sandwich, both trig limits, and the pattern-matching trick.

Quick quiz

Eight fast checks across the whole lesson.

Question 1 of 8
Score: 0 / 0

Common mistakes & exam tips

Bounds that don’t meet

The squeeze only works when both outer functions reach the SAME limit. If one heads to 2 and the other to 5, the theorem is silent — you’ve proven nothing.

Forgetting the pattern must match exactly

\(\frac{\sin 3x}{x}\) is NOT 1. The angle (3x) must equal the denominator. Fix it: \(\frac{\sin 3x}{3x}\cdot 3\to 1\cdot 3=3\).

Mixing up the two trig limits

\(\frac{\sin x}{x}\to 1\) but \(\frac{1-\cos x}{x}\to 0\). One is the star; the other vanishes. Don’t swap their values.

Trying to evaluate the wild part

For \(x^2\sin\frac1x\), don’t chase what \(\sin\frac1x\) “equals” — it never settles. Bound it: it lives in \([-1,1]\), and that’s all you need.

Squeezing toward the wrong point

The bounds must straddle \(f\) near the point a you care about. A squeeze that holds far away but breaks near \(a\) doesn’t help.

Using degrees

\(\frac{\sin x}{x}\to 1\) only in radians. In degrees the limit is \(\frac{\pi}{180}\). Calculus lives in radians — always.

On the AP exam

You can now handle limits that resist all algebra. Next, the flip side: when does a function have no break at all — flowing through a point so the limit equals the value? That’s continuity, and its failures come in a whole zoo of types. Continuity & Its Failures is next — or head back to the Unit 1 Guide.