Squeeze Theorem & Special Limits
Squeeze Theorem and Special Limits
When evaluating limits in calculus, you will sometimes encounter functions that oscillate wildly or cannot be simplified using standard algebraic methods. In these cases, the Squeeze Theorem (also known as the Sandwich Theorem) and Special Trigonometric Limits become essential tools.
The Squeeze Theorem
The Squeeze Theorem states that if you can trap a complex function between two simpler functions that both approach the same limit, the complex function must also approach that same limit.
Mathematically, if f(x)≤g(x)≤h(x) for all x near a (except possibly at a), and: limx→af(x)=limx→ah(x)=L Then it must be true that: limx→ag(x)=L
Example: Using the Squeeze Theorem
Find limx→0x2sin(x1)
- Bound the oscillating part: We know that the sine function, no matter its argument, always outputs values between −1 and 1. −1≤sin(x1)≤1
- Construct the original function: Multiply all parts of the inequality by x2. Since x2≥0, the inequality signs do not flip. −x2≤x2sin(x1)≤x2
- Evaluate the outer limits: Take the limit as x→0 for the outer functions f(x)=−x2 and h(x)=x2. limx→0(−x2)=0andlimx→0(x2)=0
- Conclusion: Because the outer functions both approach 0, the inner function is "squeezed" to 0 as well. limx→0x2sin(x1)=0
Special Trigonometric Limits
The Squeeze Theorem is used to prove one of the most important foundational limits in calculus: limx→0xsinx=1
From this, another crucial special limit is derived: limx→0x1−cosx=0
These special limits allow us to evaluate more complex trigonometric expressions by algebraically manipulating them into recognizable forms.
Example: Using Special Limits
Evaluate limx→02xtan(3x)
- Rewrite tangent: Express tan(3x) as cos(3x)sin(3x). limx→02xcos(3x)sin(3x)
- Rearrange the expression: We want to create the form usinu, where u=3x. limx→0(xsin(3x)⋅2cos(3x)1)
- Manipulate to match the special limit: Multiply the numerator and denominator by 3 to match the argument of the sine function. limx→0(3x3sin(3x)⋅2cos(3x)1)
- Evaluate the limit: Apply the special limit lim3x→03xsin(3x)=1 and substitute x=0 into the remaining cosine term (since cos(0)=1). 3(1)⋅2(1)1=23