AP Calculus AB/BC

Part 1 · limits

Computing limits

Four techniques, and a rule for choosing between them: substitute, factor, rationalise, or recognise a known limit.

By the end of this chapter you can

  • Evaluate a limit by direct substitution and say when that is legal
  • Resolve a 0/0 form by factoring or by rationalising
  • Recognise the standard limits that no algebra will produce
  • Choose the right technique from the shape of the expression

Chapter 1.1 said what a limit is. This one is about getting the number.

There are only four moves, and the shape of the expression tells you which to reach for. Start by substituting — not because it always works, but because what it produces tells you what to do next.

Move 1: substitute

If ff is built from polynomials, roots, exponentials, sines and cosines by the usual arithmetic, and the substitution produces an ordinary number, then that number is the limit.

limx3(x24x+1)=912+1=2\lim_{x \to 3} \left(x^2 - 4x + 1\right) = 9 - 12 + 1 = -2

  • limx3(x24x+1)=2\lim_{x \to 3}\left(x^{2} - 4 x + 1\right) = -2
  • limx0cos(x)=1\lim_{x \to 0} \cos{\left(x \right)} = 1
  • limx2x+7=3\lim_{x \to 2} \sqrt{x + 7} = 3
checked by the build

This is not laziness; it is a theorem. Those functions are continuous on their domains, and continuity is precisely the statement that the limit equals the value. Chapter 1.3 makes that formal.

Substitution can produce three kinds of result, and each is an instruction:

What you get What it means
An ordinary number That is the answer. Stop.
nonzero0\tfrac{\text{nonzero}}{0} The limit does not exist; check the signs for ±\pm\infty
00\tfrac{0}{0} Indeterminate. Do more work — moves 2, 3 or 4

Move 2: factor and cancel

When substitution gives 00\tfrac{0}{0} in a rational function, the numerator and denominator share a factor of (xa)(x - a). Find it, cancel it, substitute again.

limx3x29x3=limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x \to 3}\frac{x^2 - 9}{x - 3} = \lim_{x \to 3}\frac{(x-3)(x+3)}{x - 3} = \lim_{x \to 3}(x + 3) = 6

  • x29x3=x+3\frac{x^{2} - 9}{x - 3} = x + 3
  • limx3(x29x3)=6\lim_{x \to 3}\left(\frac{x^{2} - 9}{x - 3}\right) = 6
  • limx1(x2+3x+2x+1)=1\lim_{x \to -1}\left(\frac{x^{2} + 3 x + 2}{x + 1}\right) = 1
  • limx0(x3xx)=1\lim_{x \to 0}\left(\frac{x^{3} - x}{x}\right) = -1
checked by the build

The cancellation is legal for the reason chapter 1.1 gave: the two expressions agree everywhere except at x=ax = a, and the limit never looks at x=ax = a.

Why the shared factor must be there. If substituting aa makes the numerator zero, then aa is a root of it, and a polynomial with root aa has (xa)(x - a) as a factor. Same for the denominator. So the 00\tfrac{0}{0} form guarantees the cancellation exists — you are never searching blindly.

Move 3: rationalise

A root in the expression blocks factoring. Multiply by the conjugate instead, which converts a difference of roots into a difference of squares.

limx01+x1x=limx01+x1x1+x+11+x+1=limx0xx(1+x+1)=12\lim_{x \to 0}\frac{\sqrt{1+x} - 1}{x} = \lim_{x \to 0}\frac{\sqrt{1+x} - 1}{x}\cdot\frac{\sqrt{1+x} + 1}{\sqrt{1+x} + 1} = \lim_{x \to 0}\frac{x}{x\left(\sqrt{1+x} + 1\right)} = \frac{1}{2}

  • limx0(x+11x)=12\lim_{x \to 0}\left(\frac{\sqrt{x + 1} - 1}{x}\right) = \frac{1}{2}
  • limx4(x2x4)=14\lim_{x \to 4}\left(\frac{\sqrt{x} - 2}{x - 4}\right) = \frac{1}{4}
  • limx0(x+93x)=16\lim_{x \to 0}\left(\frac{\sqrt{x + 9} - 3}{x}\right) = \frac{1}{6}
checked by the build

The middle step is the whole trick: (1+x1)(1+x+1)=(1+x)1=x(\sqrt{1+x}-1)(\sqrt{1+x}+1) = (1+x) - 1 = x, and that xx cancels the one downstairs. The conjugate does for roots exactly what factoring does for polynomials — it produces the shared factor that the 00\tfrac{0}{0} form promised.

Move 4: recognise

Some limits yield to no algebra at all. These are worth memorising, because the exam expects them and no manipulation produces them:

limx0sinxx=1limx01cosxx=0limx0ex1x=1\lim_{x \to 0}\frac{\sin x}{x} = 1 \qquad \lim_{x \to 0}\frac{1 - \cos x}{x} = 0 \qquad \lim_{x \to 0}\frac{e^x - 1}{x} = 1

  • limx0(sin(x)x)=1\lim_{x \to 0}\left(\frac{\sin{\left(x \right)}}{x}\right) = 1
  • limx0(1cos(x)x)=0\lim_{x \to 0}\left(\frac{1 - \cos{\left(x \right)}}{x}\right) = 0
  • limx0(ex1x)=1\lim_{x \to 0}\left(\frac{e^{x} - 1}{x}\right) = 1
  • limx0(1cos(x)x2)=12\lim_{x \to 0}\left(\frac{1 - \cos{\left(x \right)}}{x^{2}}\right) = \frac{1}{2}
  • limx0(tan(x)x)=1\lim_{x \to 0}\left(\frac{\tan{\left(x \right)}}{x}\right) = 1
checked by the build

Note the fourth: 1cosxx0\tfrac{1-\cos x}{x} \to 0 but 1cosxx212\tfrac{1-\cos x}{x^2} \to \tfrac{1}{2}. The numerator vanishes like x2x^2, not like xx — so which denominator you divide by changes the answer entirely. Students who memorise only the first of those get the second wrong every time.

These three are the derivatives of sin\sin, cos\cos and exe^x at zero, which is why they turn up everywhere in chapter 2.

Composing them

Most real limits need two moves. sin5xx\dfrac{\sin 5x}{x} is not a standard limit, but it becomes one after a rearrangement:

sin5xx=5sin5x5x\frac{\sin 5x}{x} = 5 \cdot \frac{\sin 5x}{5x}

and as x0x \to 0 the inner argument 5x05x \to 0 too, so the fraction tends to 11 and the whole thing to 55.

  • limx0(sin(5x)x)=5\lim_{x \to 0}\left(\frac{\sin{\left(5 x \right)}}{x}\right) = 5
  • limx0(sin(3x)sin(7x))=37\lim_{x \to 0}\left(\frac{\sin{\left(3 x \right)}}{\sin{\left(7 x \right)}}\right) = \frac{3}{7}
  • limx0(e2x1x)=2\lim_{x \to 0}\left(\frac{e^{2 x} - 1}{x}\right) = 2
checked by the build

The pattern: make the argument and the denominator match, then the standard limit applies and the constant comes out front.

Practice