Understanding the Squeeze Theorem and Its Applications in Limits

This article introduces the Squeeze Theorem in limits, explains its importance in analyzing the behavior of functions, and demonstrates how it is used to solve complex limit problems. With clear examples, it shows how this theorem helps determine limits that cannot be computed directly.

squeeze theoremlimitfunctions

~2 min read · Updated Mar 9, 2026

An Introduction to the Squeeze Theorem

The Squeeze Theorem, also known as the Sandwich Theorem, is one of the most important tools for calculating the limit of functions whose behavior is not directly recognizable.
This theorem is useful when a function is trapped between two other functions that share the same limit.

The Formal Statement of the Squeeze Theorem

If we have three functions such as f(x), g(x), and h(x) such that:

f(x) ≤ g(x) ≤ h(x)

and if:

lim (x → a) f(x) = lim (x → a) h(x) = L

then according to the Squeeze Theorem we have:

lim (x → a) g(x) = L

This theorem is especially useful when the middle function cannot be evaluated directly.

Why Is the Squeeze Theorem Important?

This theorem is particularly valuable in the following situations:

  • When the function is oscillatory
  • When the function is undefined at the point of interest
  • When direct computation of the limit is difficult or impossible
  • When analyzing the behavior of trigonometric functions near zero

A Classic Example of the Squeeze Theorem

One of the most famous examples involves the function:

g(x) = sin(x) / x

For x near zero, we know:

-1 ≤ sin(x)/x ≤ 1

But with more precise analysis, we can show:

cos(x) ≤ sin(x)/x ≤ 1

And since:

lim (x → 0) cos(x) = 1

we conclude using the Squeeze Theorem:

lim (x → 0) sin(x)/x = 1

Another Example of the Squeeze Theorem

Consider the function:

g(x) = x² sin(1/x)

We know that:

-1 ≤ sin(1/x) ≤ 1

Therefore:

-x² ≤ x² sin(1/x) ≤ x²

And since:

lim (x → 0) x² = 0

we conclude:

lim (x → 0) x² sin(1/x) = 0

Conclusion

The Squeeze Theorem is one of the most powerful tools for calculating the limit of complex functions.
By placing a function between two others with known limits, it allows us to determine the limit even in challenging situations.
Understanding this theorem is essential for success in advanced topics such as continuity, derivative, and mathematical analysis.

Written & researched by Dr. Shahin Siami

Related Articles

Solving Integrals Using Partial Fraction Decomposition: A Complete Guide with Practical Examples

Partial fraction decomposition is one of the most powerful techniques for integrating rational functions. By breaking a complicated rational expression into simpler fractions, integration becomes straightforward. This article explains when and how to use partial fractions, the different decomposition cases, step‑by‑step procedures, and fully worked examples.

Continue

Integration by Parts: A Complete Guide to Solving Integrals Using the By‑Parts Method

Integration by parts is one of the most important techniques in calculus for solving integrals involving products of functions. This article explains the formula, the logic behind it, how to choose u and dv, common patterns, advanced applications, and fully worked examples.

Continue

Substitution Techniques in Integration: A Complete and Practical Guide

Substitution is one of the most powerful and widely used techniques in integration. It simplifies complex integrals by transforming them into easier forms. This article explains the main substitution methods, including basic u‑substitution, trigonometric substitution, hyperbolic substitution, substitution in rational functions, exponential integrals, trigonometric integrals, and definite integrals.

Continue

Complete Integral Formula Sheet: All Essential Indefinite and Definite Integral Formulas

This article provides a comprehensive collection of the most important integral formulas in calculus, including basic integrals, power rules, exponential and logarithmic integrals, trigonometric and inverse trigonometric integrals, hyperbolic functions, integration techniques, and definite integral identities.

Continue

Definite Integrals: Definition, Core Concepts, Methods of Calculation, and Applications

A definite integral is one of the fundamental concepts in calculus, used to compute the accumulated value of a quantity over an interval. This article explains the definition of definite integrals, the Riemann interpretation, the Fundamental Theorem of Calculus, methods of evaluation, and real-world applications.

Continue

Cauchy’s Mean Value Theorem and Its Role in Advanced Function Analysis

This article explains Cauchy’s Mean Value Theorem, the generalized form of the Mean Value Theorem. It states that for two continuous and differentiable functions, there exists a point in the interval where the ratio of their derivatives equals the ratio of their overall changes. This theorem is fundamental in proving important results such as L'Hôpital’s Rule and plays a key role in mathematical analysis.

Continue