AP Calculus AB/BC

Part 1 · limits

What a limit is

A limit is not the value of a function. It is where the function is headed, which is a different question and often has a different answer.

By the end of this chapter you can

  • State what it means for a limit to exist
  • Distinguish the limit at a point from the value at that point
  • Use one-sided limits to show a limit does not exist
  • Read a limit off a graph and off a table

Almost every idea in this course is a limit wearing a costume. Derivatives are limits of slopes, integrals are limits of sums, and series are limits of partial sums. Getting this chapter right pays for itself four times over.

Here is the whole idea in one sentence: a limit asks where a function is headed as the input approaches some point, and deliberately refuses to look at what happens when it arrives.

That refusal is the useful part, not a technicality.

The function that cannot answer for itself

Consider

f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}

At x=1x = 1 this is 00\tfrac{0}{0}, which is not a number. The function has nothing to say there. But for every other xx, the numerator factors and the fraction cancels:

  • x21x1=x+1\frac{x^{2} - 1}{x - 1} = x + 1
  • limx1(x21x1)=2\lim_{x \to 1}\left(\frac{x^{2} - 1}{x - 1}\right) = 2
checked by the build

So ff agrees with x+1x + 1 everywhere except at x=1x = 1, where ff is undefined and x+1x + 1 is 22. Approach 11 from either side and ff gets arbitrarily close to 22. It never is 22.

We write

limx1f(x)=2\lim_{x \to 1} f(x) = 2

and read it “the limit of f(x)f(x) as xx approaches 11 is 22”. The statement is about the neighbourhood of 11, not about 11.

From both sides, or not at all

A limit exists only if the function approaches the same value from the left and from the right. Those two are the one-sided limits:

limxaf(x)from below,limxa+f(x)from above\lim_{x \to a^-} f(x) \quad \text{from below,} \qquad \lim_{x \to a^+} f(x) \quad \text{from above}

and the two-sided limit exists exactly when both exist and agree.

The standard counterexample is xx\tfrac{|x|}{x}. For positive xx it is 11; for negative xx it is 1-1. It never settles.

The jump at zero is what “no limit” looks like. There is no single value the function is heading towards, so there is nothing for the limit to be — and saying “the limit is both 11 and 1-1” is not an answer, because a limit is a single number or it does not exist.

Three ways a limit fails

Worth knowing by name, because a question that asks why a limit fails is asking which of these it is:

  1. The one-sided limits disagree — a jump, like xx\tfrac{|x|}{x} at 00.
  2. The function grows without bound1x2\tfrac{1}{x^2} at 00. It is heading somewhere, but \infty is not a number, so the limit does not exist. Writing lim=\lim = \infty describes how it fails; it is not a value.
  3. The function oscillates foreversin ⁣(1x)\sin\!\left(\tfrac{1}{x}\right) at 00 crosses every value between 1-1 and 11 infinitely often in any neighbourhood of zero, so it is never eventually close to anything.
  • limx01x2=\lim_{x \to 0} \frac{1}{x^{2}} = \infty
  • limx2(x24x2)=4\lim_{x \to 2}\left(\frac{x^{2} - 4}{x - 2}\right) = 4
  • limx0(x+11x)=12\lim_{x \to 0}\left(\frac{\sqrt{x + 1} - 1}{x}\right) = \frac{1}{2}
checked by the build

The second and third of those are the shape you will meet most: a fraction that is 00\tfrac{0}{0} at the point, rescued by algebra. The third needs multiplying by the conjugate rather than factoring, which is chapter 1.2’s business.

Reading a limit off a table

When the algebra is not obvious, a table narrows things down. For 1+x1x\dfrac{\sqrt{1+x} - 1}{x} near zero:

x value
0.1 0.4881
0.01 0.4988
0.001 0.4999
−0.001 0.5001
−0.01 0.5013
−0.1 0.5132

Both sides converge on 0.50.5, which is what the verified claim above says exactly — the limit is 12\tfrac{1}{2}.