Sandwich Theorem
Welcome to KnowledgeKnot! In this article, we will explore the Sandwich Theorem, also known as the Squeeze Theorem. We’ll discuss its statement, intuitive meaning, and examples with solutions.
What is the Sandwich Theorem?
The Sandwich Theorem, or Squeeze Theorem, is a mathematical result used to evaluate limits. It states:
If three functions f(x), g(x), and h(x) satisfy the inequality:
f(x)≤g(x)≤h(x) for all x in some interval around a, except possibly at a, and if:
x→alimf(x)=x→alimh(x)=L then:
x→alimg(x)=L In simpler terms, if g(x) is "sandwiched" between two functions that converge to the same limit, then g(x) must also converge to that limit.
Geometric Interpretation
The Sandwich Theorem can be visualized geometrically. If the graph of g(x) lies between the graphs of f(x) and h(x) as x approaches a point, and both f(x) and h(x) converge to the same value, the graph of g(x) is "squeezed" to the same limit.
Example Problems
Example 1: Prove limx→0x2sin(x1)=0.
Solution:
Step 1: Identify f(x), g(x), and h(x).
From the properties of sin, we know:
−1≤sin(x1)≤1 Multiplying by x2 (a non-negative term) gives:
−x2≤x2sin(x1)≤x2 Here, f(x)=−x2, g(x)=x2sin(x1), and h(x)=x2.
Step 2: Evaluate the limits of f(x) and h(x) as x→0:
x→0lim−x2=0andx→0limx2=0 Step 3: Apply the Sandwich Theorem:
Since f(x)≤g(x)≤h(x) and both f(x) and h(x) approach 0, it follows that:
x→0limx2sin(x1)=0 Example 2: Prove limx→0x2cos(x1)=0.
Solution:
Step 1: Using the same logic as Example 1, we have:
−x2≤x2cos(x1)≤x2 Step 2: Limits of the bounding functions:
x→0lim−x2=0andx→0limx2=0 Step 3: Apply the Sandwich Theorem:
x→0limx2cos(x1)=0 Applications of the Sandwich Theorem
- Proving limits for complex functions.
- Simplifying trigonometric and oscillatory limits.
- Establishing continuity and convergence in advanced calculus problems.
Practice Problem
Problem:
Prove that limx→0x2e−x21=0 using the Sandwich Theorem.
Hint:
Use the exponential property e−x2∈(0,1] for x>0, and multiply by x2 to establish bounds.