Understanding Limits of Trig Functions
What Are Limits of Trig Functions?
When you evaluate limits involving sine, cosine, and tangent, you're dealing with how these functions behave as the input approaches a specific value. Sometimes direct substitution works. Sometimes it doesn't. That's when you need actual techniques.
Most students hit a wall when they get 0/0 after plugging in a value. This isn't a dead end—it's where the real work begins.
The Most Important Limit: sin x / x
This one shows up everywhere:
lim(x→0) sin x / x = 1
That's it. Memorize it. This single limit unlocks dozens of problems.
The same principle applies with the variable flipped:
lim(x→0) x / sin x = 1
Both equal 1. The angle must be in radians for this to work—degrees don't cut it here.
Why Does This Limit Equal 1?
You can derive it using the squeeze theorem or geometric comparisons with unit circles. The short version: as x gets smaller, sin x and x become nearly identical. The ratio converges to exactly 1.
You don't need to reproduce the proof on exams unless explicitly asked. Just apply the result.
Other Essential Trig Limits
Beyond sin x / x, these limits appear constantly:
- lim(x→0) (1 - cos x) / x = 0 — Cosine approaches 1, so the numerator shrinks faster than x
- lim(x→0) (1 - cos x) / x² = 1/2 — This one requires the half-angle identity to prove
- lim(x→0) tan x / x = 1 — Since tan x = sin x / cos x and cos 0 = 1
- lim(x→0) sin(ax) / x = a — Multiply inside the sine, then apply the fundamental limit
These four cover most problems you'll encounter in calculus courses.
Techniques for Solving Trig Limits
1. Direct Substitution First
Always try plugging in the value. If you get a real number, you're done. If you get 0/0 or ∞/∞, move to the next step.
2. Factor and Cancel
When substitution gives 0/0, see if common factors exist. For example:
lim(x→0) sin(2x) / x
Direct substitution gives sin(0)/0 = 0/0. Not helpful. But if you rewrite:
sin(2x) / x = 2 · sin(2x) / (2x)
As x → 0, 2x → 0, so sin(2x)/(2x) → 1. The answer is 2.
3. Use Trig Identities
Half-angle, double-angle, and Pythagorean identities open up expressions that look impossible:
lim(x→0) (sin x - x) / x³
This looks messy. Use the series expansion or L'Hôpital's rule twice. The answer is -1/6. But if you're not comfortable with series, use the limit lim(x→0) (1 - cos x)/x² = 1/2 and manipulate from there.
4. Apply the Squeeze Theorem
When algebraic tricks fail, this theorem saves you. If -|x| ≤ sin x ≤ |x| and your function gets squeezed between two that converge to the same value, your function converges there too.
5. L'Hôpital's Rule
For 0/0 or ∞/∞ forms, take derivatives of numerator and denominator separately until the limit resolves:
lim(x→0) sin x / x → differentiate → lim(x→0) cos x / 1 = 1
This works. It's fast. Use it when other methods feel slow.
Quick Reference: Common Trig Limits
| Limit Expression | Value as x → 0 |
|---|---|
| sin x / x | 1 |
| x / sin x | 1 |
| tan x / x | 1 |
| (1 - cos x) / x | 0 |
| (1 - cos x) / x² | 1/2 |
| sin(ax) / x | a |
| sin(ax) / sin(bx) | a/b |
Practical How-To: Solving a Trig Limit Step by Step
Let's work through a typical problem:
Evaluate: lim(x→0) (sin 3x - sin x) / x
Step 1: Try direct substitution
sin(0) - sin(0) = 0. Numerator = 0. Denominator = 0. We have 0/0. Proceed.
Step 2: Break it apart using sum/difference rules
(sin 3x - sin x) / x = sin 3x / x - sin x / x
Step 3: Apply the known limits
sin 3x / x = 3 · sin 3x / (3x) → 3 · 1 = 3
sin x / x → 1
Step 4: Combine
3 - 1 = 2
The answer is 2.
Common Mistakes That Cost Points
- Using degrees instead of radians. The limits sin x/x = 1 only works in radians. This trips up more students than almost anything else.
- Forgetting to check the form first. Jumping into complex manipulations when direct substitution would have worked wastes time.
- Misapplying L'Hôpital's rule. It only works for 0/0 or ∞/∞. If you have 0/∞ or other forms, find a common denominator or rewrite first.
- Not simplifying before applying limits. Canceling factors that cause 0/0 often makes problems trivial. Always look for common factors.
- Memorizing without understanding. The sin x/x limit comes up in disguised forms constantly. If you only memorize the surface expression, you'll miss it when it appears as sin(5x)/(3x).
When Limits of Trig Functions Don't Exist
Some trig functions have limits that don't exist—or are infinite:
- lim(x→∞) sin x — oscillates between -1 and 1 forever. No limit.
- lim(x→π/2 from left) tan x — blows up to +∞
- lim(x→0) cot x — also blows up, but to +∞ from the right
Recognize when a limit is genuinely undefined versus when it's a trick question testing whether you'll incorrectly apply a formula.
What to Do Next
You have the formulas. You have the techniques. Now stop reading and start practicing.
Work through 10 problems using each method at least twice. Direct substitution, factoring, trig identities, and L'Hôpital's rule. After that, limits of trig functions stop being a obstacle and start being routine.