AP Calculus AB and BC

Limit of (1 - cos x) / x as x Approaches 0 Is 0

The limit of (1 minus cos x) divided by x as x approaches 0 is 0. Substitution gives 0/0, which decides nothing. Multiplying by the conjugate 1 plus cos x turns the expression into sin x over x times sin x over 1 plus cos x, and those factors go to 1 and 0. Radians throughout.

limx01cosxx=0\lim_{x \to 0} \frac{1-\cos x}{x} = 0

Settled by the special trigonometric limit.

The conjugate turns this into the sine limit

The numerator 1cosx1 - \cos x has a conjugate partner 1+cosx1 + \cos x, and their product is 1cos2x1 - \cos^2 x, which the Pythagorean identity rewrites as sin2x\sin^2 x. Multiply top and bottom by that partner.

1cosxx1+cosx1+cosx=1cos2xx(1+cosx)=sin2xx(1+cosx)\frac{1-\cos x}{x} \cdot \frac{1+\cos x}{1+\cos x} = \frac{1-\cos^2 x}{x(1+\cos x)} = \frac{\sin^2 x}{x(1+\cos x)}

Split the square so that one sine sits over the xx and the other stays with the harmless denominator.

sin2xx(1+cosx)=sinxxsinx1+cosx\frac{\sin^2 x}{x(1+\cos x)} = \frac{\sin x}{x} \cdot \frac{\sin x}{1+\cos x}

The first factor is the special limit and goes to 1. The second is continuous at x=0x = 0, so substitution handles it: sin01+cos0=02=0\frac{\sin 0}{1 + \cos 0} = \frac{0}{2} = 0. Both limits exist, so the product law applies.

limx01cosxx=10=0\lim_{x \to 0} \frac{1-\cos x}{x} = 1 \cdot 0 = 0

Why direct substitution fails

At x=0x = 0 the numerator is 1cos0=01 - \cos 0 = 0 and the denominator is 0, so substitution returns 00\frac{0}{0}. Landing on that form is not the answer, and it is not evidence that the limit is 0 either, even though 0 turns out to be right.

What makes the answer 0 is a rate mismatch. Near zero 1cosxx221 - \cos x \approx \frac{x^2}{2}, so the numerator vanishes like a square while the denominator vanishes only like xx. The quotient behaves like x2\frac{x}{2}, which collapses to 0.

xx1cosxx\frac{1-\cos x}{x}
0.10.049958
0.010.005000
0.0010.000500

The values fall by a factor of 10 each time xx does, which is the signature of a quotient shrinking like x2\frac{x}{2}.

Common mistakes

  • Cancelling part of the numerator. Neither the 1 nor the cosx\cos x is a factor of 1cosx1 - \cos x, so nothing there cancels with the xx underneath.
  • Confusing it with 1cosxx2\frac{1-\cos x}{x^2}, whose limit is 12\frac{1}{2}. Squaring the denominator matches the numerator's rate exactly and the answer stops being 0.
  • Multiplying by 1cosx1 - \cos x instead of 1+cosx1 + \cos x. The conjugate flips the middle sign; repeating the same expression gives (1cosx)2(1-\cos x)^2, which simplifies nothing.
  • Stopping at 1cos2xx(1+cosx)\frac{1-\cos^2 x}{x(1+\cos x)}. Without rewriting the numerator as sin2x\sin^2 x, the special limit never appears.
  • Assuming the sign matters. limx0cosx1x=0\lim_{x \to 0} \frac{\cos x - 1}{x} = 0 as well, since a negated zero is still zero. The sign does show up one power down: limx0cosx1x2=12\lim_{x \to 0} \frac{\cos x - 1}{x^2} = -\frac{1}{2}.

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 multiply by 1 + cos x?

Because (1cosx)(1+cosx)=1cos2x=sin2x(1 - \cos x)(1 + \cos x) = 1 - \cos^2 x = \sin^2 x, and sines are what the special limit knows how to handle. The conjugate is the standard move whenever a 1±cos1 \pm \cos or a radical blocks a 00\frac{0}{0}.

Does L'Hopital's rule work here?

It produces the right number, limx0sinx1=0\lim_{x \to 0} \frac{\sin x}{1} = 0, but differentiating the numerator uses ddx[cosx]=sinx\frac{d}{dx}[\cos x] = -\sin x, and that derivative is proved from this very limit, so the argument is circular. Treat it as a check, not as a justification. The conjugate route is the honest one, it is what Unit 1 expects long before L'Hopital's rule is available, and the same trick clears radicals out of a 00\frac{0}{0}.

How does this limit give the derivative of sin x?

Expanding sin(x+h)\sin(x+h) in the difference quotient leaves sinxcosh1h+cosxsinhh\sin x \cdot \frac{\cos h - 1}{h} + \cos x \cdot \frac{\sin h}{h}. This limit kills the first term and sinhh1\frac{\sin h}{h} \to 1 keeps the second, which is why the derivative is cosx\cos x.