← Skill tree MathScape MATH161

Special Trigonometric Limits

Reference: Stewart 2.4  •  Chapter: 2  •  Section: 4

Navigation: Wiki Home > Skills > Special Trigonometric Limits

The Two Limits That Make Calculus Work for Trig

Why does the derivative of $\sin x$ equal $\cos x$? The answer depends on two remarkable limits that emerge from the geometry of the unit circle. Without them, we couldn't differentiate any trigonometric function.

These are not just facts to memorize. They are the foundation of all trig derivatives. Master them here, and the formulas in the next skill will make perfect sense.

Prerequisite Map

This skillSpecial Trigonometric Limits

Quick Reference

Property Value
Concept Limits
Chapter 2.4
Difficulty Intermediate
Time ~20 minutes

The Two Fundamental Limits

The Sine Limit

$$\boxed{\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1}$$

Important: This only works when $\theta$ is measured in radians.

The Cosine Limit

$$\boxed{\lim_{\theta \to 0} \frac{\cos \theta - 1}{\theta} = 0}$$

Visualization: Why sin(θ)/θ → 1

                    B
                   /|
                  / |
                 /  |  arc length = θ
                /   |
               /θ   | sin θ
              /     |
             O──────A
               cos θ

As θ → 0, the arc AB and the height |BC| = sin θ
become nearly equal. Since arc = θ (in radians):

        sin θ ≈ θ  for small θ

For small angles, the sine of an angle (the vertical drop) is almost equal to the arc length (the angle in radians). This is why $\frac{\sin\theta}{\theta} \to 1$.

Proof of the Sine Limit (Squeeze Theorem)

For $0 < \theta < \pi/2$, geometry of the unit circle gives:

$$\sin \theta < \theta < \tan \theta$$

Divide by $\sin \theta$ (positive for these $\theta$):

$$1 < \frac{\theta}{\sin \theta} < \frac{1}{\cos \theta}$$

Take reciprocals (flipping the inequalities):

$$\cos \theta < \frac{\sin \theta}{\theta} < 1$$

As $\theta \to 0^+$:

By the Squeeze Theorem: $\lim_{\theta \to 0^+} \frac{\sin \theta}{\theta} = 1$

Since $\frac{\sin \theta}{\theta}$ is an even function (both numerator and denominator are odd), the left-hand limit equals the right-hand limit.

Therefore: $\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$

Proof of the Cosine Limit

Multiply numerator and denominator by $\cos \theta + 1$:

$$\frac{\cos \theta - 1}{\theta} = \frac{(\cos \theta - 1)(\cos \theta + 1)}{\theta(\cos \theta + 1)} = \frac{\cos^2 \theta - 1}{\theta(\cos \theta + 1)}$$

Using $\cos^2\theta - 1 = -\sin^2\theta$:

$$= \frac{-\sin^2 \theta}{\theta(\cos \theta + 1)} = -\frac{\sin \theta}{\theta} \cdot \frac{\sin \theta}{\cos \theta + 1}$$

As $\theta \to 0$:

Therefore: $\lim_{\theta \to 0} \frac{\cos \theta - 1}{\theta} = -1 \cdot 0 = 0$

Using These Limits

The Key Technique: Make It Match

When you see $\frac{\sin(\text{stuff})}{\text{stuff}}$, you want the "stuff" to match exactly.

Example: Evaluate $\lim_{x \to 0} \frac{\sin 5x}{3x}$

Strategy: We need $\frac{\sin 5x}{5x}$, so multiply and divide by the right constant:

$$\frac{\sin 5x}{3x} = \frac{5}{3} \cdot \frac{\sin 5x}{5x}$$

As $x \to 0$, we have $5x \to 0$, so $\frac{\sin 5x}{5x} \to 1$.

$$\lim_{x \to 0} \frac{\sin 5x}{3x} = \frac{5}{3} \cdot 1 = \frac{5}{3}$$

Common Patterns

Limit Form Strategy Result
$\frac{\sin ax}{bx}$ Write as $\frac{a}{b} \cdot \frac{\sin ax}{ax}$ $\frac{a}{b}$
$\frac{\tan \theta}{\theta}$ Write as $\frac{\sin\theta}{\theta} \cdot \frac{1}{\cos\theta}$ $1$
$x \cot x$ Write as $\frac{x\cos x}{\sin x} = \frac{\cos x}{\sin x / x}$ $1$
$\frac{1 - \cos\theta}{\theta}$ Same as $\frac{\cos\theta - 1}{\theta}$ but negative $0$

Practice Problems

Level 1 Direct Application

Evaluate $\lim_{x \to 0} \frac{\sin 4x}{4x}$.

Thought Process

This is exactly in the form $\frac{\sin(\text{stuff})}{\text{stuff}}$ where "stuff" = $4x$.

As $x \to 0$, we have $4x \to 0$, so we can apply the fundamental limit directly.

Show Answer

Let $\theta = 4x$. As $x \to 0$, $\theta \to 0$.

$$\lim_{x \to 0} \frac{\sin 4x}{4x} = \lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$$

Level 2 Coefficient Adjustment

Evaluate $\lim_{x \to 0} \frac{\sin 7x}{4x}$.

Thought Process

The numerator has $\sin 7x$ but the denominator has $4x$, not $7x$.

Rewrite to create $\frac{\sin 7x}{7x}$, then account for the coefficient change.

Show Answer

Multiply and divide by 7:

$$\frac{\sin 7x}{4x} = \frac{7}{4} \cdot \frac{\sin 7x}{7x}$$

As $x \to 0$:

$$\lim_{x \to 0} \frac{\sin 7x}{4x} = \frac{7}{4} \cdot \lim_{x \to 0} \frac{\sin 7x}{7x} = \frac{7}{4} \cdot 1 = \frac{7}{4}$$

Level 3 Tangent Limit

Evaluate $\lim_{\theta \to 0} \frac{\tan 3\theta}{\theta}$.

Thought Process

Write $\tan = \sin/\cos$, then separate into pieces we know how to handle.

We'll need $\frac{\sin 3\theta}{3\theta}$ and adjust for the coefficient.

Show Answer

$$\frac{\tan 3\theta}{\theta} = \frac{\sin 3\theta}{\theta \cos 3\theta} = \frac{\sin 3\theta}{\theta} \cdot \frac{1}{\cos 3\theta}$$

For the first factor:

$$\frac{\sin 3\theta}{\theta} = 3 \cdot \frac{\sin 3\theta}{3\theta}$$

As $\theta \to 0$:

  • $\frac{\sin 3\theta}{3\theta} \to 1$
  • $\cos 3\theta \to 1$

Therefore:

$$\lim_{\theta \to 0} \frac{\tan 3\theta}{\theta} = 3 \cdot 1 \cdot \frac{1}{1} = 3$$

Level 4 Product of Sines

Evaluate $\lim_{x \to 0} \frac{\sin 3x \sin 5x}{x^2}$.

Thought Process

We have two sines in the numerator and $x^2$ in the denominator.

Separate this into two fractions, each of the form $\frac{\sin(ax)}{x}$.

Each such fraction contributes a factor equal to $a$.

Show Answer

Rewrite as a product:

$$\frac{\sin 3x \sin 5x}{x^2} = \frac{\sin 3x}{x} \cdot \frac{\sin 5x}{x}$$

For each factor:

$$\frac{\sin 3x}{x} = 3 \cdot \frac{\sin 3x}{3x} \to 3 \cdot 1 = 3$$

$$\frac{\sin 5x}{x} = 5 \cdot \frac{\sin 5x}{5x} \to 5 \cdot 1 = 5$$

Therefore:

$$\lim_{x \to 0} \frac{\sin 3x \sin 5x}{x^2} = 3 \cdot 5 = 15$$

Level 5 The Half-Angle Connection

Evaluate $\lim_{\theta \to 0} \frac{\cos \theta - 1}{2\theta^2}$.

Hint: Use the identity $\cos\theta - 1 = -2\sin^2(\theta/2)$.

Thought Process

The direct approach $\frac{\cos\theta - 1}{\theta} \to 0$ doesn't help since we have $\theta^2$ in the denominator.

The hint suggests using $\cos\theta - 1 = -2\sin^2(\theta/2)$.

This converts the problem to a form involving $\frac{\sin(\theta/2)}{\theta/2}$.

Show Answer

Apply the identity $\cos\theta - 1 = -2\sin^2(\theta/2)$:

$$\frac{\cos \theta - 1}{2\theta^2} = \frac{-2\sin^2(\theta/2)}{2\theta^2} = -\frac{\sin^2(\theta/2)}{\theta^2}$$

Rewrite with $\theta/2$ in both places:

$$= -\frac{\sin^2(\theta/2)}{4 \cdot (\theta/2)^2} = -\frac{1}{4}\left(\frac{\sin(\theta/2)}{\theta/2}\right)^2$$

As $\theta \to 0$, we have $\theta/2 \to 0$, so $\frac{\sin(\theta/2)}{\theta/2} \to 1$.

Therefore:

$$\lim_{\theta \to 0} \frac{\cos \theta - 1}{2\theta^2} = -\frac{1}{4}(1)^2 = -\frac{1}{4}$$

Conceptual Check (CCI-Style)

Conceptual Why Radians?

The limit $\lim_{\theta \to 0} \frac{\sin\theta}{\theta} = 1$ is only true when $\theta$ is in radians.

If $\theta$ is measured in degrees, what would $\lim_{\theta \to 0} \frac{\sin\theta}{\theta}$ equal?

Thought Process

If $\theta$ is in degrees, convert to radians: $\theta°$ corresponds to $\frac{\pi\theta}{180}$ radians.

In the fraction, the numerator uses the angle to compute sine (same value either way), but the denominator is just the numerical value of $\theta$.

Show Answer

If $\theta$ is in degrees, then $\sin(\theta°) = \sin\left(\frac{\pi\theta}{180}\right)$ where the argument is in radians.

$$\lim_{\theta \to 0} \frac{\sin(\theta°)}{\theta} = \lim_{\theta \to 0} \frac{\sin\left(\frac{\pi\theta}{180}\right)}{\theta}$$

Let $u = \frac{\pi\theta}{180}$, so $\theta = \frac{180u}{\pi}$:

$$= \lim_{u \to 0} \frac{\sin u}{\frac{180u}{\pi}} = \lim_{u \to 0} \frac{\pi}{180} \cdot \frac{\sin u}{u} = \frac{\pi}{180} \cdot 1 = \frac{\pi}{180}$$

Takeaway: The limit $\frac{\sin\theta}{\theta} \to 1$ only works in radians because radians define arc length = angle on a unit circle. This is why calculus always uses radians.

Mastery Checklist

Mental Model

The small-angle approximations:

For tiny angles (in radians):

So $\frac{\sin\theta}{\theta} \approx 1$ and $\frac{\cos\theta - 1}{\theta} \approx \frac{0}{\theta} \approx 0$.

These approximations become exact in the limit as $\theta \to 0$.


Connections

Looking back:

Looking ahead:

Real-world connections:


Previous Up Next
Squeeze Theorem Skills Index Trig Derivative Formulas

Last updated: 2026-01-22