Calculus AB · Unit 1: Limits and Continuity

Limits from graphs/tables/algebra

Lesson 1

Limits from graphs/tables/algebra

7 min read
AI Explain — Ask anything
AI Illustrate — Make it visual

Why This Matters

# Limits from Graphs, Tables, and Algebra This foundational lesson equips students with multiple methods for evaluating limits: visual interpretation from graphs, numerical estimation from tables, and algebraic techniques including direct substitution, factoring, and rationalization. Students learn to identify when limits exist, recognize indeterminate forms (0/0), and apply appropriate strategies to resolve them. These skills are critical for approximately 10-12% of the AP Calculus AB exam, appearing in both multiple-choice and free-response questions, and form the essential groundwork for understanding continuity, derivatives, and the Fundamental Theorem of Calculus.

Key Words to Know

01
Limit — The value a function approaches as the input gets closer and closer to a certain number.
02
One-sided limit — The value a function approaches as the input gets closer to a number from either the left or the right side.
03
Left-hand limit — The value a function approaches as the input gets closer to a number from values smaller than it.
04
Right-hand limit — The value a function approaches as the input gets closer to a number from values larger than it.
05
Limit exists — This happens only if the left-hand limit and the right-hand limit are equal to the same number.
06
Indeterminate form (0/0) — A signal in algebraic limits that more work (like factoring) is needed to find the limit.
07
Vertical asymptote — A vertical line that the graph approaches but never touches, often indicating a limit that goes to infinity or negative infinity.
08
Hole (removable discontinuity) — A single point missing from a graph, where the limit usually exists but the function value does not.
09
Jump discontinuity — A break in the graph where the function 'jumps' from one y-value to another, causing the limit not to exist.
10
Continuity — A function is continuous at a point if the limit exists, the function value exists, and they are equal (no breaks, jumps, or holes).

Core Concepts & Theory

Limits form the foundation of calculus, representing the value a function approaches as the input approaches a specific point. The formal notation is: lim[x→a] f(x) = L, meaning "as x approaches a, f(x) approaches L."

Three Methods for Finding Limits:

  1. Graphical Analysis: Examine the behavior of f(x) as x approaches a from both sides. The limit exists if both one-sided limits agree: lim[x→a⁻] f(x) = lim[x→a⁺] f(x) = L.

  2. Numerical/Tabular: Create tables with x-values approaching a from left and right, observing the corresponding f(x) values converging to L.

  3. Algebraic Techniques: Use direct substitution, factoring, rationalization, or manipulation to evaluate limits analytically.

Key Definitions:

  • One-sided limits: Left-hand limit (x→a⁻) and right-hand limit (x→a⁺)
  • Limit existence: A limit exists at x = a only when both one-sided limits exist and are equal
  • Indeterminate forms: Expressions like 0/0 or ∞/∞ requiring algebraic manipulation

Essential Limit Laws:

  • Sum/Difference Rule: lim[f(x) ± g(x)] = lim f(x) ± lim g(x)
  • Product Rule: lim[f(x)·g(x)] = lim f(x) · lim g(x)
  • Quotient Rule: lim[f(x)/g(x)] = lim f(x) / lim g(x), provided lim g(x) ≠ 0

Memory Aid - "GLEN": Graph it, List values, Evaluate algebraically, Note one-sided behavior.

Important: The limit at x = a may exist even when f(a) is undefined or differs from the limit value.

Detailed Explanation with Real-World Examples

Understanding Limits Through Real-World Contexts:

Imagine approaching a busy intersection: your speed as you near the stop sign represents a limit. Even if you must stop completely (function value = 0), the limiting speed as you approach might be 20 mph. The actual stop and the approaching behavior are distinct concepts—just like f(a) versus lim[x→a] f(x).

Temperature Regulation Analogy: Consider a thermostat set to 20°C. As the room temperature approaches 20°C from above (22°C→20°C) or below (18°C→20°C), the heating/cooling system's response changes. If both approaches result in the system reaching equilibrium at the same rate, the "limit" exists. This mirrors two-sided limit analysis.

Practical Applications:

  1. Economics: Marginal cost uses limits to determine instantaneous rate of cost change as production quantity approaches a value.

  2. Physics: Instantaneous velocity is found by taking the limit of average velocity as time interval approaches zero: v = lim[Δt→0] (Δs/Δt).

  3. Engineering: Stress analysis on materials examines behavior as load approaches critical failure points.

Why Graphs Matter: Visual representation reveals discontinuities (jumps, holes, asymptotes) immediately. A hole at x = 2 means f(2) doesn't exist, but lim[x→2] f(x) might still exist—like a bridge with a missing plank; you know where it should lead even though you can't stand there.

Table Analysis Strategy: When examining tables, look for values "sandwiching" from both directions. If f(1.9) = 3.98, f(1.99) = 3.998, f(2.01) = 4.002, f(2.1) = 4.02, you're witnessing convergence to 4, regardless of f(2)'s actual value.

Worked Examples & Step-by-Step Solutions

Example 1: Algebraic Limit (Indeterminate Form)

Evaluate: lim[x→3] (x² - 9)/(x - 3)

Step 1: Direct substitution yields (9-9)/(3-3) = 0/0 (indeterminate—requires algebraic manipulation)

Step 2: Factor numerator: (x² - 9) = (x - 3)(x + 3)

Step 3: Simplify: [(x - 3)(x + 3)]/(x - 3) = (x + 3), for x ≠ 3

Step 4: Now substitute: lim[x→3] (x + 3) = 6

Answer: 6

Examiner Note: Always show the 0/0 identification to earn method marks. The cancellation is valid because we're considering x approaching 3, not x equal to 3.

Example 2: Graphical Limit Analysis

Given a graph where f(x) approaches 5 from the left as x→2, approaches 5 from the right as x→2, but f(2) = 3 (indicated by an open circle at (2,5) and closed dot at (2,3)).

Find: lim[x→2] f(x) and f(2)

Analysis:

  • lim[x→2⁻] f(x) = 5 (left approach)
  • lim[x→2⁺] f(x) = 5 (right approach)
  • Since both one-sided limits equal 5: lim[x→2] f(x) = 5
  • The actual function value: f(2) = 3

Key Insight: The limit exists and equals 5, despite f(2) being different. This represents a removable discontinuity.

Example 3: Table-Based Limit

x0.90.990.9991.0011.011.1
f(x)2.82.982.9983.0023.023.2

Find: lim[x→1] f(x)

Analysis: Values converge to 3 from both directions.

Answer: lim[x→1] f(x) = 3

Common Exam Mistakes & How to Avoid Them

Mistake 1: Confusing f(a) with lim[x→a] f(x)

Why it happens: Students assume the function value and limit must be...

This section is locked

Cambridge Exam Technique & Mark Scheme Tips

Command Word Guidance:

  • "Evaluate": Provide numerical answer with complete algebraic working [3-4 marks]
  • "...
This section is locked

2 more sections locked

Upgrade to Starter to unlock all study notes, audio listening, and more.

Exam Tips

  • 1.When reading limits from a graph, always trace from *both* the left and the right sides of the x-value to see if they meet at the same y-value.
  • 2.For algebraic limits, if direct substitution gives you a number, that's your limit. If it gives 0/0, simplify (factor, rationalize) before trying again.
  • 3.Be careful with notation: 'lim f(x) = ∞' means the limit DNE (Does Not Exist), but it tells you *why* it doesn't exist.
  • 4.If a question asks for a limit at a point where there's a hole in the graph, remember the limit *can* still exist, even if the function itself isn't defined there.
  • 5.Practice identifying the three main reasons a limit might not exist: jump, vertical asymptote, or oscillation.
Ask Aria anything!

Your AI academic advisor