AP Calculus AB and BC

Limit of sin 2x / x as x Approaches 0 Is 2

The limit of sin 2x over x as x approaches 0 is 2, not 1. Substitution gives 0/0. Multiply and divide by 2 to get 2 times sin 2x over 2x, so the sine argument matches its denominator and that fraction tends to 1. The coefficient 2 survives, which is the whole point.

limx0sin2xx=2\lim_{x \to 0} \frac{\sin 2x}{x} = 2

Settled by matching the special trigonometric limit.

Force the argument to match the denominator

The special limit limu0sinuu=1\lim_{u \to 0} \frac{\sin u}{u} = 1 demands that the sine's argument and the denominator be the same expression. Here they are 2x2x and xx, so multiply by 22\frac{2}{2}, which changes nothing, and park one 2 outside.

sin2xx=22sin2xx=2sin2x2x\frac{\sin 2x}{x} = \frac{2}{2} \cdot \frac{\sin 2x}{x} = 2 \cdot \frac{\sin 2x}{2x}

Now the fraction is the special limit in the variable u=2xu = 2x, and u0u \to 0 whenever x0x \to 0, so it tends to 1. The constant rides along untouched.

limx0sin2xx=2limu0sinuu=21=2\lim_{x \to 0} \frac{\sin 2x}{x} = 2 \cdot \lim_{u \to 0} \frac{\sin u}{u} = 2 \cdot 1 = 2

The double-angle identity lands in the same place: sin2x=2sinxcosx\sin 2x = 2\sin x\cos x, so the quotient is 2sinxxcosx2 \cdot \frac{\sin x}{x} \cdot \cos x, and the three factors give 2112 \cdot 1 \cdot 1.

Why substitution fails and why the answer is not 1

Substituting gives sin00=00\frac{\sin 0}{0} = \frac{0}{0}, indeterminate. The more expensive error comes next: a student who has memorised the sine limit sees a sine over an xx and writes 1 by pattern match, without checking that the arguments agree.

They do not agree, and the mismatch is the entire answer. For small xx the numerator behaves like 2x2x while the denominator is xx, so the quotient sits near 2. Doubling the angle doubles the numerator, and nothing in the expression cancels that.

xxsin2xx\frac{\sin 2x}{x}
0.11.986693
0.011.999867
0.0011.999999

Common mistakes

  • Answering 1. The special limit applies only after the rewrite; sin2xx\frac{\sin 2x}{x} is not yet in the form sinuu\frac{\sin u}{u}.
  • Multiplying by 2 without dividing by 2. The step sin2xx=2sin2x2x\frac{\sin 2x}{x} = 2 \cdot \frac{\sin 2x}{2x} keeps the expression equal to the original; changing the denominator to 2x2x on its own changes the function.
  • Cancelling the 2s or pulling the 2 out of the sine. sin2x\sin 2x is not 2sinx2\sin x, and no cancellation with the denominator is available.
  • Rebuilding the rewrite from scratch every time instead of using limx0sin(ax)bx=ab\lim_{x \to 0} \frac{\sin(ax)}{bx} = \frac{a}{b}.
  • Dropping the chain rule inside L'Hopital. The rule gives 2cos2x12\frac{2\cos 2x}{1} \to 2, and the 2 on top is exactly the coefficient the algebraic rewrite exposes; differentiating sin2x\sin 2x as cos2x\cos 2x loses it.

Not sure which technique a limit wants?

The Limit Method Chooser walks the decision from direct substitution through factoring, the conjugate, and L'Hopital, and says why each one applies or fails.

Frequently asked questions

Why is the limit 2 instead of 1?

The special limit needs the sine's argument and the denominator to match. Here the argument is twice the denominator, so the numerator is roughly 2x2x against a denominator of xx. Rewriting as 2sin2x2x2 \cdot \frac{\sin 2x}{2x} makes the surviving factor of 2 visible.

Is there a general formula?

Yes: limx0sin(ax)bx=ab\lim_{x \to 0} \frac{\sin(ax)}{bx} = \frac{a}{b} for nonzero bb. Multiply and divide by aa to get absin(ax)ax\frac{a}{b} \cdot \frac{\sin(ax)}{ax}, whose fraction tends to 1.

Does L'Hopital's rule confirm it?

It does. The form is 00\frac{0}{0}, and differentiating gives limx02cos2x1=2\lim_{x \to 0} \frac{2\cos 2x}{1} = 2. The chain rule supplies the same factor of 2 that the rewrite produces.