Limits & Continuity
The foundation of everything in calculus. Limits let you describe what happens near a point without having to be there. Master this and differentiation becomes intuitive.
By the end of this unit, you will be able to…
Six measurable goals aligned to College Board CED Topic 2.
- LO 1 Estimate limits from graphs, tables & algebraic expressions — and explain the difference between "limit" and "value".
- LO 2 Apply limit laws (sum, product, quotient, root, Squeeze) to evaluate limits without a calculator.
- LO 3 Determine whether a function is continuous at a point, and classify removable / jump / infinite discontinuities.
- LO 4 State & apply the Intermediate Value Theorem to guarantee a root or intermediate value exists.
- LO 5 Evaluate infinite limits and identify vertical / horizontal / oblique asymptotes.
- LO 6 Justify answers using limit notation in a written, exam-style response (no credit without reasoning).
How Unit 1 maps to the AP exam
Topic 2 in the 2024-25 Course & Exam Description accounts for ~10-12% of your MCQ score and shows up on FRQ #1 every year.
| Topic | CED Skill ID | Weight on Exam | Slides |
|---|---|---|---|
| 2.1 Intuitive Limits (table / graph) | CHA-2.A · LIM-1.A/B/C | 2-3% | 5–9 |
| 2.2 Limit Laws & Algebraic Properties | LIM-2.A/B/C/D | 3-4% | 10–15 |
| 2.3 Continuity | FUN-2.A/B/C | 2-3% | 16–22 |
| 2.4 Intermediate Value Theorem | FUN-2.D | 1-2% | 23–26 |
| 2.5 Infinite Limits & Vertical Asymptotes | LIM-3.A/B | 2-3% | 27–32 |
| 2.6 End Behavior & Horizontal Asymptotes | LIM-4.A/B | 2-3% | 33–36 |
Key Terms · Part 1
Six terms you must memorize before slide 5.
Limit
limx→a f(x) = L means f(x) gets arbitrarily close to L as x approaches a. The value at a doesn't matter.One-sided Limit
limx→a⁻ f(x) is the limit from the left; limx→a⁺ is from the right.Continuous at a
f(a) is defined and limx→a f(x) = f(a). All three must hold.Discontinuity
A point a where f fails to be continuous — point, jump, or infinite type.Asymptote
A line that the graph approaches but never reaches. Vertical (x=a) or horizontal (y=L).DNE (Does Not Exist)
Used when left and right limits disagree, or when the limit → ±∞.Notation Cheat Sheet
| Symbol | Spoken as | Meaning |
|---|---|---|
| limx→a f(x) | "limit of f of x as x approaches a" | The value f(x) approaches as x gets close to a (both sides) |
| limx→a⁻ f(x) | "limit from the left" | Value f(x) approaches as x → a from values < a |
| limx→a⁺ f(x) | "limit from the right" | Value f(x) approaches as x → a from values > a |
| limx→∞ f(x) | "limit at infinity" | End behavior — what f tends to as x grows without bound |
| limx→a f(x) = ±∞ | "the limit is infinite" | f grows without bound near a — gives a vertical asymptote at x = a |
| x → a⁻ / x → a⁺ | "x approaches a from left / right" | One-sided approach, ignoring the other side |
Intuitive limit · from a table
Plug in x-values closer and closer to a. Watch the output. That's your limit.
Let f(x) = (x² − 1) / (x − 1). Find limx→1 f(x).
| x | 0.5 | 0.9 | 0.99 | 0.999 | 1.001 | 1.01 | 1.1 | 1.5 |
|---|---|---|---|---|---|---|---|---|
| f(x) | 1.5 | 1.9 | 1.99 | 1.999 | 2.001 | 2.01 | 2.1 | 2.5 |
Conclusion: As x → 1, f(x) → 2. So limx→1 f(x) = 2, even though f(1) is undefined (0/0).
Reading limits off a graph
Trace the curve from left and from right toward x = a. The y-values they head to = the limit.
Left side → 80, right side → 80, so limx→a f(x) = 80 = L.
But f(a) = 180 ≠ L — graph has a removable discontinuity.
One-sided limits
Sometimes the curve does different things on the left and the right of a point. That's where you use one-sided limits.
Jump Discontinuity
Left limit = 2, right limit = 4. Two-sided limit DNE.Oscillating
f(x) = sin(1/x) near 0: limit DNE — values bounce forever.Two-sided limit does not exist because the two one-sided limits disagree.
Three ways a limit can fail to exist
- Disagreement: limx→a⁻ f(x) ≠ limx→a⁺ f(x). Most common — visible as a jump or corner.
- Oscillation: f(x) = sin(1/x) near 0. The output bounces infinitely often between −1 and 1, never settling.
- Infinite behavior: f(x) = 1/x near 0. f blows up to ±∞. Formally, we say "limit = ∞" but it's not a real number limit — we handle it as an "infinite limit" (see Slide 27).
⚠️ Common student mistake
"If f(a) is undefined, the limit doesn't exist." False. Example on Slide 6: f(1) is undefined, but limx→1 f(x) = 2 anyway.
Method 1 · Direct substitution
For continuous functions (polynomials, roots, sums of those), just plug a in.
The four core limit laws (LIM-2.A)
If limx→a f(x) = L and limx→a g(x) = M, both finite:
Sum / Difference
lim [f(x) ± g(x)] = L ± MProduct
lim [f(x) · g(x)] = L · MQuotient
lim [f(x) / g(x)] = L / M (only if M ≠ 0)Power / Root
lim [f(x)]n = Ln lim ⁿ√f(x) = ⁿ√LMethod 2 · Factor and cancel (the 0/0 problem)
When plugging in gives the indeterminate form 0/0, factor the numerator or denominator to remove the offending (x − a) term.
Method 3 · Multiply by the conjugate
When the 0/0 involves a square root, multiply top and bottom by the conjugate to clear the radical.
Three limit results every student memorizes
The squeeze identity
limx→0 (sin x) / x = 1The companion
limx→0 (1 − cos x) / x = 0The h-form
limh→0 (sin h) / h = 1 (same)Squeeze Theorem · LIM-2.D
Composite limit law
Continuity at a point · three checkpoints
② limx→a f(x) exists (finite)
③ limx→a f(x) = f(a)
| Built-from elementary functions | Property |
|---|---|
| Polynomials, sin, cos, exp, ln (on their domain) | Continuous everywhere on their domain |
| Sum, difference, product, quotient of continuous functions | Continuous (quotient: where denominator ≠ 0) |
| Composition of continuous functions | Continuous where defined |
Three types of discontinuity · FUN-2.C
| Type | What happens | Limit exists? | Can be fixed? |
|---|---|---|---|
| Removable (point) | One-sided limits agree (limit L exists) but f(a) ≠ L or f(a) undefined | Yes (limit exists) | Yes — redefine f(a) = L |
| Jump | Left limit ≠ right limit (and both finite) | No | No |
| Infinite (essential) | At least one one-sided limit is ±∞ | No (infinite limits are separate concept) | No |
Continuous on (a, b), [a, b), (a, b], or [a, b]
- Open interval (a, b) — f is continuous at every x in (a, b)
- Closed interval [a, b] — also continuous from the right at a and from the left at b
- Everywhere continuous → continuous on all of ℝ. Polynomials have this.
Continuity of f(g(x))
limx→a f(g(x)) = f(b) = f(limx→a g(x))
Classify the discontinuity
Click an option to reveal the answer.
Evaluate using limit laws
Intermediate Value Theorem · FUN-2.D
then there exists c in (a, b) such that f(c) = N.
Using IVT to prove a root exists
Bisection method · finding a root to any precision
- Start with a continuous f, interval [a, b] where f(a) and f(b) have opposite signs.
- Midpoint m = (a + b) / 2. Compute f(m).
- If f(m) = 0, done. If f(m) has same sign as f(a), replace a → m. Else replace b → m.
- Repeat. Interval width halves each iteration — converges exponentially.
When IVT does NOT apply
Function not continuous
If there's a jump in [a, b], IVT can't promise anything — values between f(a) and f(b) might be skipped.Same-sign endpoints
If f(a) and f(b) have the same sign, no guarantee of a zero crossing (could happen, could not).AP-style trap
"Use IVT to show f(x) = x² − 2 has a root on [0, 3]." — Sure: f(0) = −2, f(3) = 7, both endpoints straddle 0. IVT works.
BUT ask: "Use IVT to show f(x) = x² + 1 has a root on [−1, 1]." — f(±1) = 2, same sign and both positive. IVT doesn't apply (and indeed f(x) > 0 always, no root).
Infinite limits · LIM-3.A
Vertical asymptotes
Limits at infinity · end behavior
deg num = deg denom ⟹ limit = ratio of leading coefficients
deg num > deg denom ⟹ limit = ±∞ (or DNE)
Horizontal asymptotes
• Exponential ex: → +∞, → 0
• Log ln(x): → +∞ (slowly), undefined for x ≤ 0
• Polynomials: sign × leading term power
• 1/xn with even n: → 0 both sides; with odd n: → 0 both (numerator sign matters)
All four standard limit laws apply at ∞ too
| Law | Form |
|---|---|
| Sum / Difference | limx→∞ [f ± g] = lim f ± lim g |
| Product | limx→∞ [f · g] = lim f · lim g |
| Quotient | limx→∞ f/g = lim f / lim g (provided lim g ≠ 0) |
| Power / Root | limx→∞ [f(x)]n = [lim f(x)]n |
Vertical, horizontal, oblique (slant)
| Type | Equation | When |
|---|---|---|
| Vertical | x = a | limx→a f(x) = ±∞ (one or both sides) |
| Horizontal | y = L | limx→±∞ f(x) = L |
| Oblique / Slant | y = mx + b (m ≠ 0) | deg(num) = deg(denom) + 1; perform polynomial long division to find m, b |
Top 5 mistakes — read these before you sit for the AP exam
① Confusing f(a) with limx→a f(x)
They are different objects. f(a) is the actual value at a point; the limit cares only about behavior near a point.
② Direct subbing without checking the form
If you get 0/0, ±∞/±∞, 0·∞, ∞ − ∞, 1∞, or 00, the form is indeterminate — direct sub doesn't apply.
③ Saying "limit doesn't exist" when f is undefined
"Undefined" ≠ "doesn't exist." The function f(x) = (x²−1)/(x−1) has no f(1), but limx→1 f(x) = 2.
④ Forgetting continuity in IVT
If f is not continuous on [a, b], the hypothesis fails — IVT simply can't be invoked.
⑤ Treating "vertical asymptote" and "horizontal asymptote" as interchangeable
Vertical = blow-up behavior near a finite x. Horizontal = end behavior as x → ±∞.
Sample AP-style MCQ
Click an option to check.
Sample AP-style Free Response (partial)
Why limits matter outside the classroom
- Speed of a sprinter: Bolt crosses 100 m in 9.58 s. Average speed = 10.4 m/s. But his instantaneous speed at any moment is a limit of average speeds over shrinking time intervals — exactly the derivative you'll meet in Unit 2.
- Black holes: The event horizon radius (Schwarzschild radius) is defined as a limit: rs = limM→0 2GM/c² under certain conditions. Physicists use limit language daily.
- Stock prices at market open: The "limit" of the price as time approaches 9:30 AM doesn't have to equal the opening price — there can be a jump. Same math as f(a) ≠ lim f(x).
- Pursuit curves (cats chasing mice): The cat's optimal path uses a limit curve defined by successive reflections — the word "limit" applies literally.
Best YouTube lessons for this unit
Curated — one concept, one example, one fun.
All links open in a new tab. Press Esc to return to the slide deck.
Unit 1 · everything covered ✓
Mapped 1:1 against the 2024-25 College Board CED for Calculus AB Unit 2 (Limits & Continuity).
- 2.1 / LIM-1.A Intuitive limit using a numerical table.
- 2.1 / LIM-1.B One-sided limits (left-hand, right-hand).
- 2.1 / LIM-1.C Limits from graphs & when the limit does not exist.
- 2.2 / LIM-2.A Sum / difference / product / quotient laws.
- 2.2 / LIM-2.B Power & root laws (ⁿ√f).
- 2.2 / LIM-2.C Direct substitution + factor & cancel + conjugate.
- 2.2 / LIM-2.D Squeeze Theorem.
- 2.2 / LIM-2.E Composite limit law.
- 2.3 / FUN-2.A Continuity at a point (three checkpoints).
- 2.3 / FUN-2.B Continuity on (a, b), [a, b], etc.
- 2.3 / FUN-2.C Three types of discontinuity: removable / jump / infinite.
- 2.4 / FUN-2.D Intermediate Value Theorem + bisection method.
- 2.5 / LIM-3.A Infinite limits & one-sided infinite limits.
- 2.5 / LIM-3.B Vertical asymptotes.
- 2.6 / LIM-4.A End behavior & limits at infinity.
- 2.6 / LIM-4.B Horizontal asymptotes + slant asymptotes.
- Worked examples · 4 unlimited + 3 quiz · 5 practice MCQ embedded.
- Common errors · 5 pitfalls explicitly called out.
- 3 curated YouTube lessons (concept / example / visual).
- Real-world connections · 4 applications across physics, finance, biology.