AP Calculus AB/BC

Part 1 · limits

Continuity

Continuity is one equation, and it is the equation that makes substitution legal. Everything else in this chapter follows from it.

By the end of this chapter you can

  • State the three conditions for continuity at a point
  • Classify a discontinuity as removable, jump, or infinite
  • Choose a constant that makes a piecewise function continuous
  • Apply the Intermediate Value Theorem, and say what it does not promise

Chapter 1.1 insisted that limxaf(x)\lim_{x \to a} f(x) and f(a)f(a) are different questions. Continuity is the name for the situation where they happen to have the same answer — and that is the situation in which the whole of move 1, substitution, is legal.

ff is continuous at aa when

limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

which is really three demands folded into one line, and it is worth unfolding them because an exam question usually breaks exactly one:

  1. f(a)f(a) existsaa is in the domain.
  2. limxaf(x)\lim_{x \to a} f(x) exists — both one-sided limits agree.
  3. They are equal.

The three ways it breaks

Each failure has a name, and naming it is often the question.

Removable. The limit exists but the value does not match it — either f(a)f(a) is undefined, or it is defined to be something else. The graph has a hole.

f(x)=x21x1at x=1f(x) = \frac{x^2-1}{x-1} \quad\text{at } x = 1

The limit is 22; f(1)f(1) does not exist. Defining f(1)=2f(1) = 2 repairs it completely, which is why it is called removable.

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

Jump. The one-sided limits both exist and disagree, so condition 2 fails. No redefinition at the single point can help — the problem is on both sides of it, not at it.

Infinite. The function grows without bound, so condition 2 fails in a different way. 1x2\tfrac{1}{x^2} at 00, or tanx\tan x at π2\tfrac{\pi}{2}.

  • limx01x2=\lim_{x \to 0} \frac{1}{x^{2}} = \infty
checked by the build

Making a function continuous on purpose

The standard exam question: a piecewise function with an unknown constant, and “find kk so that ff is continuous”. The method follows straight from the three conditions — set the one-sided limits equal to each other and to the value.

For

f(x)={x2+kx23x1x>2f(x) = \begin{cases} x^2 + k & x \le 2 \\ 3x - 1 & x > 2 \end{cases}

the left limit is 4+k4 + k, the right limit is 55, and continuity demands they match: k=1k = 1.

  • 5=55 = 5
checked by the build

That verified line is the condition, written out at the joint. If the two sides do not agree there, no choice of kk makes them.

The Intermediate Value Theorem

If ff is continuous on the closed interval [a,b][a, b], and NN is any value between f(a)f(a) and f(b)f(b), then f(c)=Nf(c) = N for at least one cc in (a,b)(a, b).

Informally: a continuous function cannot get from one value to another without passing through everything in between. It is obvious once stated and it is the tool behind every “show that this equation has a solution” question.

To show x3+x1=0x^3 + x - 1 = 0 has a root between 00 and 11: the function is a polynomial, so continuous; at 00 it is 1-1; at 11 it is 11. Zero lies between them, so some cc in (0,1)(0,1) gives exactly zero.

  • 1=1-1 = -1
  • 1=11 = 1
checked by the build

Those two evaluations are the entire proof. The theorem does the rest.