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โaโf(x)=limxโaโh(x)=L Then it must be true that: limxโaโg(x)=L
Example: Using the Squeeze Theorem
Find limxโ0โx2sin(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โ0โx2sin(x1โ)=0
Special Trigonometric Limits
The Squeeze Theorem is used to prove one of the most important foundational limits in calculus: limxโ0โxsinxโ=1
From this, another crucial special limit is derived: limxโ0โx1โ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โ0โ2xtan(3x)โ
- Rewrite tangent: Express tan(3x) as cos(3x)sin(3x)โ. limxโ0โ2xcos(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โ0โ3xsin(3x)โ=1 and substitute x=0 into the remaining cosine term (since cos(0)=1). 3(1)โ 2(1)1โ=23โ