AP Calculus AB and BC

Limit of (x - sin x)/x^3 as x Approaches 0 Is 1/6

The limit of (x - sin x)/x^3 as x approaches 0 is 1/6, about 0.1667. Direct substitution gives 0 over 0, and so do the next two stages, so L'Hopital's rule runs three times. The series route reads it off faster: the cubic term of sin x is minus x cubed over 6.

limx0xsinxx3=16\lim_{x \to 0} \frac{x-\sin x}{x^3} = \frac{1}{6}

Settled by L'Hopital's rule applied three times.

Three passes, each one checked first

Every pass differentiates the top and the bottom separately, and every pass is legal only because the form was re-checked and came back 00\frac{0}{0}.

limx0xsinxx3  =H  limx01cosx3x2\lim_{x \to 0}\frac{x-\sin x}{x^{3}} \;\overset{\text{H}}{=}\; \lim_{x \to 0}\frac{1-\cos x}{3x^{2}}

At x=0x = 0 that is 110=00\frac{1-1}{0} = \frac{0}{0} again, so the rule applies a second time.

limx01cosx3x2  =H  limx0sinx6x\lim_{x \to 0}\frac{1-\cos x}{3x^{2}} \;\overset{\text{H}}{=}\; \lim_{x \to 0}\frac{\sin x}{6x}

Still 00\frac{0}{0}. One more pass leaves a form that substitution can finally handle.

limx0sinx6x  =H  limx0cosx6=16\lim_{x \to 0}\frac{\sin x}{6x} \;\overset{\text{H}}{=}\; \lim_{x \to 0}\frac{\cos x}{6} = \frac{1}{6}

Stop one pass early if you like

The third stage sinx6x\frac{\sin x}{6x} is 16sinxx\frac{1}{6} \cdot \frac{\sin x}{x}, and the special trig limit sends sinxx\frac{\sin x}{x} to 1. That gives 16\frac{1}{6} with two passes instead of three, and it avoids leaning on L'Hopital for a limit that was proved by the squeeze theorem in the first place.

The same answer from the series

The Maclaurin series makes the result look inevitable rather than lucky.

sinx=xx36+x5120\sin x = x - \frac{x^{3}}{6} + \frac{x^{5}}{120} - \cdots

Subtracting from xx cancels the linear term, so the numerator starts at order three, matching the denominator.

xsinxx3=x36x5120+x3=16x2120+\frac{x-\sin x}{x^{3}} = \frac{\frac{x^{3}}{6} - \frac{x^{5}}{120} + \cdots}{x^{3}} = \frac{1}{6} - \frac{x^{2}}{120} + \cdots

Sending x0x \to 0 kills every remaining term and leaves 16\frac{1}{6}. The correction term is negative, so the values climb toward 16\frac{1}{6} from below, which matches a table.

Why direct substitution fails

Since sin0=0\sin 0 = 0, both parts vanish at once.

0sin003=00\frac{0-\sin 0}{0^{3}} = \frac{0}{0}

The tempting repair is the small-angle approximation sinxx\sin x \approx x, which makes the numerator look like 0 and suggests an answer of 0. That approximation is too coarse here, because the numerator is precisely the error it throws away, and that error has size x36\frac{x^{3}}{6}: the same order as the denominator.

xxxsinxx3\frac{x-\sin x}{x^{3}}
0.10.1665834
0.010.1666658
0.0010.1666667

The function is even, since replacing xx by x-x flips the sign of both the numerator and the denominator, so the left-hand values match these exactly.

The mistakes students make

  • Quitting after one pass and reporting 1cosx3x2\frac{1-\cos x}{3x^{2}} as 0 or as undefined. It is still 00\frac{0}{0}, and its value is still 16\frac{1}{6}.
  • Using the quotient rule instead of differentiating top and bottom separately. L'Hopital's rule is not the derivative of the fraction.
  • Applying a fourth pass to cosx6\frac{\cos x}{6}. Once the form is determinate the rule no longer applies, and differentiating anyway gives sinx0\frac{-\sin x}{0}, which is meaningless.
  • Answering 13\frac{1}{3}, which belongs to the tangent version tanxxx3\frac{\tan x - x}{x^{3}}. The two look alike and have different cubic coefficients.
  • Replacing sinx\sin x by xx inside the numerator to get 0. Approximations may be substituted only where the discarded term is smaller than what survives.

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 does the 6 appear in the answer?

It is the 3!3! in the series for sine. The cubic term of sinx\sin x is x33!=x36-\frac{x^{3}}{3!} = -\frac{x^{3}}{6}, so subtracting sine from xx leaves x36\frac{x^{3}}{6} as the leading behaviour, and dividing by x3x^{3} leaves the coefficient standing alone.

Do I really have to check the form before every pass?

Yes. L'Hopital's rule is a statement about indeterminate quotients, so applying it to a determinate one gives a number with no connection to the limit. Checking is one line: substitute and see whether 00\frac{0}{0} or \frac{\infty}{\infty} comes back.

Can this be done without L'Hopital's rule at all?

Yes, two ways. The series argument above is complete on its own, and there is an algebraic route using xsinxx - \sin x with the half-angle identity, though it is longer. For AP purposes the three-pass version and the series version are the two you are expected to recognise.