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:

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

When Limits of Trig Functions Don't Exist

Some trig functions have limits that don't exist—or are infinite:

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.