Solving Trigonometric Limits- Techniques and Examples
What Trigonometric Limits Actually Are
When you see lim sin(x)/x as x→0, you're looking at a limit involving trigonometric functions. These show up constantly in calculus and physics. Most students panic because the standard algebraic tricks don't work here. You can't just substitute 0 and call it done. The denominator goes to 0, but so does the numerator, creating an indeterminate form 0/0.
That's the whole challenge. You need techniques that handle this specific situation.
The Two Limits You Must Memorize
Before anything else, memorize these two. They're the foundation for solving nearly every trig limit problem you'll encounter.
The Fundamental Limit
lim sin(x)/x = 1 as x→0
This is non-negotiable. Every calculus textbook uses it. The proof involves the squeeze theorem and geometry, but you don't need to reproduce that on exams. Just know it cold.
The Cosine Variant
lim (1 - cos(x))/x² = 1/2 as x→0
This one sneaks up on you. It's derived from the fundamental limit using algebraic manipulation. You'll see it in problems involving small-angle approximations.
Core Techniques for Solving Trig Limits
1. Direct Substitution First
Always try plugging in the value first. If you get 0/0 or ∞/∞, you know you're dealing with an indeterminate form. Then you apply the real techniques.
2. L'Hôpital's Rule
When you hit 0/0 or ∞/∞, take derivatives of the numerator and denominator separately until you can evaluate the limit.
Example: Find lim sin(x)/x as x→0
Direct substitution gives 0/0. Apply L'Hôpital's:
- Derivative of sin(x) = cos(x)
- Derivative of x = 1
- New limit: lim cos(x)/1 = cos(0) = 1
Done. That's the answer.
3. The Squeeze Theorem
Use this when you can't directly apply L'Hôpital's or the algebraic tricks. You need to find functions that "squeeze" your target function between two known limits.
The classic proof for sin(x)/x uses:
- Area comparisons in a unit circle
- sin(x) < x < tan(x) for small positive x
- Dividing through by sin(x) and taking reciprocals
It's elegant, but it's more useful for proving the fundamental limit than for solving new problems.
4. Algebraic Manipulation
Sometimes you need to rewrite the expression before anything else works. Common moves:
- Multiply numerator and denominator by a conjugate
- Factor and cancel common terms
- Use trig identities to simplify (double-angle, Pythagorean identities)
Example: Find lim (1 - cos(x))/x as x→0
Direct substitution gives 0/0. Multiply by the conjugate (1 + cos(x))/(1 + cos(x)):
- (1 - cos²(x)) / (x(1 + cos(x)))
- sin²(x) / (x(1 + cos(x)))
- (sin(x)/x) · (sin(x)/(1 + cos(x)))
As x→0: sin(x)/x → 1, and sin(x)/(1 + cos(x)) → 0/2 = 0
Answer: 1 × 0 = 0
When to Use Which Method
| Method | Best When | Speed |
|---|---|---|
| L'Hôpital's Rule | 0/0 or ∞/∞ forms, differentiable functions | Fast |
| Algebraic Manipulation | Conjugates, factoring, trig identities | Medium |
| Squeeze Theorem | sin(x)/x proofs, bounding problems | Slow |
| Series Expansion | Complex compositions, higher-order accuracy | Medium |
L'Hôpital's rule wins most of the time for speed. But if you haven't covered derivatives yet, algebraic manipulation and trig identities are your backup.
Series Expansion: The Nuclear Option
When other methods get messy, replace trig functions with their Taylor series:
- sin(x) = x - x³/6 + x⁵/120 - ...
- cos(x) = 1 - x²/2 + x⁴/24 - ...
Example: Find lim (sin(x) - x)/x³ as x→0
Direct substitution gives 0/0. Use series:
- sin(x) - x = (x - x³/6 + ...) - x = -x³/6 + ...
- Divide by x³: -1/6 + higher-order terms
- Answer: -1/6
This works every time. It's just slower.
Getting Started: A Step-by-Step Process
Follow this checklist for every trig limit problem:
- Substitute the limit value — identify 0/0 or ∞/∞
- Check if it matches a known limit — sin(x)/x or (1-cos(x))/x²
- Try L'Hôpital's rule — take derivatives, re-evaluate
- If that fails, use algebraic tricks — conjugates, identities, factoring
- Series expansion as last resort — replace with polynomials
Most problems are solved by step 3 or 4.
Common Mistakes to Avoid
- Using L'Hôpital's on non-indeterminate forms — if you get 1/2 or ∞/3, stop. That's your answer.
- Forgetting to apply the chain rule when the argument isn't just x
- Memorizing without understanding — the sin(x)/x limit only works as x→0, not as x→∞
- Dropping terms too early in series expansion — keep enough terms to match the order of your denominator
Harder Examples That Combine Techniques
Example 1: Find lim (tan(3x))/x as x→0
Write tan(3x) = sin(3x)/cos(3x):
- sin(3x)/(x · cos(3x))
- 3 · (sin(3x)/(3x · cos(3x)))
- 3 × 1 × 1 = 3
Example 2: Find lim (sin(2x) - 2x)/x³ as x→0
Series expansion is cleanest here:
- sin(2x) = 2x - (2x)³/6 + ... = 2x - 8x³/6 + ...
- sin(2x) - 2x = -8x³/6 + ...
- Divide by x³: -8/6 = -4/3
Bottom Line
Trigonometric limits aren't magic. You have a small toolkit: the two fundamental limits, L'Hôpital's rule, algebraic manipulation, and series expansion. Most problems yield to L'Hôpital's rule in one or two applications. The rest need a conjugate or a trig identity first. When you're stuck, expand.
Practice the basic forms until they're automatic. The harder problems just stack these techniques together.