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â