Worked examples — Squeeze theorem for sequences
The scenario matrix
Every squeeze problem falls into one of these cells. First, two words we use loosely in the table, made precise:
The examples that follow are labelled by cell so you can see the whole map is covered.
| Cell | What makes it this cell | Wall strategy | Example |
|---|---|---|---|
| A. Bounded oscillator ÷ grower | a bounded oscillator (, , ) divided by a grower () | the bound over the grower | Ex 1 |
| B. Sign-changing middle | the middle itself can be negative | must use a two-sided wall, never one | Ex 2 |
| C. Product / factorial vs power | terms multiplied, one tames the rest | crude upper bound , lower | Ex 3 |
| D. Root of a polynomial | th roots, | sandwich by known th roots () | Ex 4 |
| E. Sum of many small bits | a sum whose term count grows with | bound every term by the same walls | Ex 5 |
| F. Degenerate / equal walls | walls collapse onto the middle, or middle is a wall | direct read-off, watch for "walls to different limits" | Ex 6 |
| G. Word / real-world | error term, physical bound | model the noise as bounded, squeeze | Ex 7 |
| H. Exam twist | walls that look like they go to different limits but don't | simplify walls first, then squeeze | Ex 8 |
Prerequisites lean on: Limit of a sequence (epsilon-N definition), Bounded sequences, Standard limits ( n-th roots, n!/n^n, ln n / n ), and occasionally Algebra of limits (sum, product, quotient).
Worked examples
Cell A — Bounded oscillator over a grower
Cell B — Sign-changing middle (one wall is NOT enough)
Cell C — Factorial / product vs power
Forecast: exponential top, factorial bottom. Which wins?
- Write out the product. Why this step? Compare factor by factor (valid for ):
- Keep the first two and the last factor, bound the middle block by . Why? For each with we have , so multiplying them all keeps things : Now split the product as , giving
- Squeeze. Why? Lower wall , upper wall , same limit.
Verify: : , and — bound holds, value tiny. Limit .
Cell D — Root of a polynomial (sandwich by known th roots)
Forecast: an th root of something growing polynomially. Does the root crush it to ?
- Trap the inside crudely. Why this step? For , is between and (since and for ). We want walls that are easy th roots — quantities whose limit we already know from the standard limits:
- Recall the standard limits. Why? and (any fixed gives ).
- Squeeze. Why? Lower wall ; upper wall . Both hit .
Look at the figure below: the green lower wall and the orange upper wall start far apart (the root of a large number is big for small ) but both funnel down to the red line at . The blue middle has nowhere to escape — it is dragged to with them. That funnel is the squeeze.

Verify: : ; : . Creeping to .
Cell E — Sum whose term count grows
Forecast: terms, each roughly . A sum of things each … guess the total.
- Bound each denominator. Why this step? For : . Bigger denominator smaller fraction, so
- Sum over the terms. Why? Every one of the terms obeys the same two walls, so the sum is squeezed by (each wall):
- Limits of walls. Why? Factor out of the square roots (legal since ):
- Squeeze. Both walls .
Verify: : lower wall , upper . Limit .
Cell F — Degenerate walls (equal-limit check saves you)
Forecast: looks squeezable — but be careful which walls you pick.
- Try the naive walls. Why this step? gives , i.e. (dividing by since ) The walls are and — different limits. The squeeze theorem gives nothing here (parent mistake #1).
- Look at the actual values. Why? Compute directly: if even, ; if odd, . So jumps
- Conclusion. Why? The sequence has no limit — and correctly, the mismatched walls refused to lie to us.
Verify: terms are . Two subsequential limits and diverges. The lesson: always confirm both walls share a limit before concluding.
Cell G — Real-world word problem
A thermometer reports temperature °C on reading (with , ), where the noise is any value in (never larger in magnitude). Does the reported temperature settle, and to what?
Forecast: the noise is bounded, divided by a growing count of readings. Guess the settling value.
- Model the noise as bounded. Why this step? We're told , i.e. — a bounded middle we can wall.
- Divide by and add . Why? Since , dividing by positive preserves direction:
- Squeeze. Why? Both walls (constant constant-over-grower). Same limit .
Verify (units & sanity): every term is in °C; at readings the band is °C. Physically the noise averages away — the true reading is .
Cell H — Exam twist (walls that only look different)
Forecast: two oscillators, top and bottom both blow up. Looks scary — walls seem to fight. Guess anyway.
- Bound the oscillators in top and bottom. Why this step? and . Replace them by their worst cases to build walls. Smallest the fraction can be uses smallest top, largest bottom; largest uses largest top, smallest bottom: Why ? We need ; since , for (recall ). This is the "eventually" clause — finitely many early terms don't matter.
- Simplify each wall. Why? Divide top and bottom by : The walls that looked different both collapse to .
- Squeeze. Both walls .
Verify: : numerator , denominator , ratio . Limit .
"Simplify the walls before you judge them." Two ugly walls often converge to the same clean number.
Active recall
Below, each self-test line is written as prompt ::: answer. Cover everything to the right of the :::, say your answer aloud, then reveal. It's a flashcard split onto one line.
Recall Match the cell to the strategy
- Oscillator over a grower (, Ex 1)? → Cell A: bound over the grower, limit .
- Sign flips every step ()? → Cell B: squeeze , limit .
- ? → Cell C: bound above by , below by , limit .
- ? → Cell D: sandwich by known th roots, limit .
- Walls go to and ? → Cell F: theorem says nothing; check for actual divergence.
Recall One-line takeaways (prompt ::: answer)
Why did Ex 6 diverge? ::: The two walls had different limits ( and ), so squeeze fails — and the terms genuinely alternate . In Ex 2 why bound not ? ::: The middle changes sign; only a two-sided (absolute-value) wall traps both directions. In Ex 8 why require ? ::: To keep the denominator positive; the squeeze only needs to hold eventually. Real-world Ex 7 limit? ::: °C — bounded noise divided by growing vanishes. What is the domain of the index on this page? ::: , i.e. — used to guarantee positive denominators.
Connections
- Squeeze theorem for sequences — the parent: statement + – proof.
- Standard limits ( n-th roots, n!/n^n, ln n / n ) — the walls in Cells C & D come from here.
- Bounded sequences — every oscillator wall ().
- Algebra of limits (sum, product, quotient) — used to simplify the walls (Cells E, H).
- Squeeze theorem for functions — same idea on the real line.