AP Calculus AB · Lesson 2 of 35
CalcIQ · AP Calculus AB

Lesson 2: Finding Limits Graphically & Numerically

Unit 1 · Limits and Continuity · Exam Weight:** 10–12% · 2/35 lessons · Mathematical Practice:** 2 — Connecting Representations
Calculator:** Mixed
Objectives:
  • Estimate the value of a limit by reading a graph and by building a table of values that approaches the point from both sides.
  • Use one-sided limits to decide whether a two-sided limit exists, and explain precisely when a limit does not exist.
  • Interpret infinite limits as vertical asymptotes and limits at infinity as horizontal asymptotes, and read both off a graph.

(a) Opening Question

Look at the function f(x) = (x² − 4)/(x − 2).

If you try to plug in x = 2, you get 0/0 — undefined. The graph has a hole at x = 2. So the function has no value at 2.

But here's the question that calculus is built on: as x gets closer and closer to 2 (from the left and from the right), what value does f(x) head toward?

Try a few inputs by hand. What is f(1.9)? What is f(2.1)? What number do these seem to be sneaking up on?

Don't worry about being at x = 2. We only care about the neighborhood around x = 2. The whole idea of a limit is this: the limit describes the behavior of f(x) near x = c, not the value of f at c. The point c itself can be a hole, a value, or anything — the limit ignores it and watches the trend. Keep this in mind as we build the tools to answer the question precisely.


(b) Core Concepts

What a limit means

The limit of f(x) as x approaches c is the single value L that f(x) gets arbitrarily close to as x gets arbitrarily close to c (but x ≠ c). We write:

lim_{x→c} f(x) = L

Read aloud: "the limit of f of x, as x approaches c, equals L."

The most important idea in this whole lesson:

A limit describes behavior NEAR c, not the value AT c.

The function might not even be defined at c (a hole), or it might be defined there but equal to something different from the limit. The limit doesn't care. It only watches what f(x) does as x closes in on c.

One-sided limits

We can approach c from two directions.

The little superscript minus () means "from below," and plus () means "from above."

The existence rule (memorize this):

lim_{x→c} f(x) = L   if and only if   lim_{x→c⁻} f(x) = L   AND   lim_{x→c⁺} f(x) = L

The two-sided limit exists if and only if both one-sided limits exist and are equal to the same number. If the left and right limits disagree, the two-sided limit does not exist (DNE).

Reading limits off a graph

Here is a single graph with three features that show up constantly on the AP exam: a hole, a jump, and a vertical asymptote.

📈 Graph Description
piecewise f(x) on [-2, 8] × [-6, 6

Read these off the graph:

Estimating a limit from a TABLE

When you don't have a graph, build a table that squeezes in on c from both sides. Consider the classic limit:

lim_{x→0} (sin x)/x

You cannot plug in x = 0 (you'd get 0/0). So feed in values that creep toward 0 (here x is in radians):

x−0.1−0.01−0.00100.0010.010.1
(sin x)/x0.998330.999981.000001.000000.999980.99833

From both sides the outputs march toward 1. So we estimate lim_{x→0} (sin x)/x = 1. (We'll prove this exactly in Lesson 3 with the Squeeze Theorem.) Notice the dash at x = 0: the function is undefined there, but the table still pins down the limit.

A second classic — a rational function with a hole, the function from the Opening Question:

x1.91.991.99922.0012.012.1
(x²−4)/(x−2)3.93.993.9994.0014.014.1

Both sides home in on 4, so lim_{x→2} (x²−4)/(x−2) = 4. (Algebraically, (x²−4)/(x−2) = x+2 for x ≠ 2, which equals 4 at x = 2 — confirming the estimate.)

When a limit DOES NOT EXIST

A two-sided limit fails to exist in three classic ways:

  1. The one-sided limits disagree (a jump). Example: lim_{x→4} f(x) in the graph above.
  2. Unbounded behavior (the function blows up). If f(x) → +∞ or −∞, the limit does not exist as a finite number. We still record the behavior using ±∞ (see below).
  3. Oscillation. Some functions wiggle infinitely fast near c and never settle. The standard example is lim_{x→0} sin(1/x): as x → 0, 1/x races to infinity and sin(1/x) oscillates between −1 and 1 forever, never approaching a single value. The limit DNE.

Infinite limits and vertical asymptotes

Sometimes f(x) grows without bound near c. For example:

lim_{x→0} 1/x²

As x → 0 from either side, is a tiny positive number, so 1/x² is enormous and positive. We write lim_{x→0} 1/x² = +∞.

When a one-sided or two-sided limit is +∞ or −∞, the line x = c is a vertical asymptote of the graph. Be careful with sign on each side. For 1/x:

These disagree, so lim_{x→0} 1/x DNE. Writing +∞ or −∞ is a description of how the limit fails — it is not a number, and the limit still "does not exist" in the finite sense.

Limits at infinity and horizontal asymptotes

We can also ask what happens as x runs off toward +∞ or −∞:

lim_{x→∞} f(x)   and   lim_{x→−∞} f(x)

If f(x) → L (a finite number) as x → ±∞, then the line y = L is a horizontal asymptote. For a rational function, the end behavior is governed by the highest-degree terms. For example:

lim_{x→∞} (3x² + 2x)/(5x² − 1) = 3/5

Divide top and bottom by : (3 + 2/x)/(5 − 1/x²). As x → ∞, the 2/x and 1/x² terms vanish, leaving 3/5 = 0.6. So y = 0.6 is a horizontal asymptote. (We'll formalize the degree-comparison shortcut in Lesson 3.)


(c) Worked Examples

Example 1 — Reading one-sided and two-sided limits from a graph (NO CALC)

Problem. Using the graph in section (b), find each value:

(i) lim_{x→1⁻} f(x) (ii) lim_{x→1⁺} f(x) (iii) lim_{x→1} f(x) (iv) f(1) (v) lim_{x→4} f(x).

Strategy. Trace the curve toward each x-value from the left and the right. Watch the height the curve approaches, ignoring open/closed dots when finding a limit. Use the dots only for actual function values.

Solution.

Justification. lim_{x→4} f(x) does not exist because the left-hand limit (2) and the right-hand limit (5) are not equal. Note in part (iii)–(iv) that lim_{x→1} f(x) = 3 ≠ 1 = f(1): the limit and the function value can differ, because the limit describes behavior near x = 1, not at x = 1.

Example 2 — Estimating a limit from a table (CALC)

Problem. Use a table to estimate lim_{x→3} (x − 3)/(x² − 9).

Strategy. Direct substitution gives 0/0 (indeterminate), so build a table closing in on x = 3 from both sides.

Solution. Using the TI-84 TABLE feature (see the calculator note below):

x2.92.992.99933.0013.013.1
(x−3)/(x²−9)0.169490.166940.166690.166640.166390.16393

Both sides converge to about 0.1667, i.e. 1/6.

Justification. lim_{x→3} (x − 3)/(x² − 9) ≈ 1/6 because the values approach the same number from the left and from the right. (Check: (x−3)/(x²−9) = (x−3)/[(x−3)(x+3)] = 1/(x+3), which is 1/6 at x = 3.)

Example 3 — A limit that DNE, and why (NO CALC)

Problem. Let g(x) = |x|/x. Find lim_{x→0} g(x) or explain why it does not exist.

Strategy. Simplify the piecewise behavior, then take each one-sided limit.

Solution. For x > 0, |x| = x, so g(x) = x/x = 1. For x < 0, |x| = −x, so g(x) = −x/x = −1. Therefore:

Justification. lim_{x→0} g(x) does not exist because the right-hand limit (1) and the left-hand limit (−1) are unequal. This is a jump, not an infinite limit — a reminder that "DNE" does not automatically mean .

Example 4 — Limit at infinity of a rational function (NO CALC)

Problem. Find lim_{x→∞} (2x² − 5)/(x² + 3x) and state the horizontal asymptote.

Strategy. Divide numerator and denominator by the highest power of x in the denominator, here .

Solution.

(2x² − 5)/(x² + 3x) = (2 − 5/x²)/(1 + 3/x)

As x → ∞, 5/x² → 0 and 3/x → 0, leaving (2 − 0)/(1 + 0) = 2.

Justification. lim_{x→∞} (2x² − 5)/(x² + 3x) = 2. Because the function approaches the finite value 2 as x → ∞, the line y = 2 is a horizontal asymptote of the graph. (Numerically: at x = 1000 the expression equals about 1.994, confirming the approach to 2.)


Calculator note: estimating a limit with the TI-84 TABLE

To estimate lim_{x→c} f(x) numerically:

TI-84:
1. Y= → enter the function, e.g.  Y1 = (X-3)/(X²-9)
2. 2nd → WINDOW (TBLSET):
     TblStart = 2.999   (just below c)
     ΔTbl     = 0.0005  (small step, so x values hug c)
     Indpnt: Auto,  Depend: Auto
3. 2nd → GRAPH (TABLE): read the Y1 column as X creeps toward c
4. Repeat with TblStart just ABOVE c (e.g. 3.001) to check the right side

A blank or "ERROR" in the Y1 column at exactly X = c is expected — that's the hole. The point is the trend in the rows around it, from both sides.


(d) Common Mistakes

Confusing f(c) with the limit. Students report f(c) when asked for lim_{x→c} f(x). Why it's wrong: the limit watches behavior near c; the function value at c can be a different number (or undefined). Fix: trace the curve toward c and read the height it approaches — ignore the solid dot until a question explicitly asks for f(c).

Assuming "DNE" means "∞". When a limit doesn't exist, students write automatically. Why it's wrong: a limit can DNE because of a jump (Example 3) or oscillation, with nothing going to infinity. Fix: identify which failure it is — unequal one-sided limits, unbounded behavior, or oscillation — and say so.

Sign errors on one-sided infinite limits. For lim_{x→0⁻} 1/x, students write +∞. Why it's wrong: just to the left of 0, x is a small negative number, so 1/x is a large negative number. Fix: plug in a test value like x = −0.001 to nail the sign before writing ±∞.

Forgetting radians on (sin x)/x. In Degree mode the table for (sin x)/x heads toward π/180 ≈ 0.0175, not 1. Fix: set MODE → Radian for all calculus limit work.

Reading only one side. Students check x → c from the right, see a clean value, and call it the limit. Why it's wrong: the two-sided limit exists only if both sides agree. Fix: always test both x→c⁻ and x→c⁺.

---

## (e) Practice Problems

Use the graph below for problems 1–4.

📈 Graph Description
piecewise h(x) on [-1, 7] × [-4, 6
Question 1NO CALC
lim_{x→2} h(x) =
Question 2NO CALC
h(2) =
Question 3NO CALC
lim_{x→5⁻} h(x) =
Question 4NO CALC
Which statement about lim_{x→5} h(x) is correct?
Question 5CALC
Use a table to estimate lim_{x→0} (1 − cos x)/x. (Radian mode.)
Question 6CALC
Use a table to estimate lim_{x→3} (√(x+1) − 2)/(x − 3).
Question 7NO CALC
lim_{x→0⁻} 1/x =
Question 8NO CALC
lim_{x→2} 1/(x − 2)² is best described as:
Question 9NO CALC
lim_{x→∞} (4x³ − x)/(2x³ + 7) =
Question 10NO CALC
For f(x) = (5x + 1)/(x² + 4), lim_{x→∞} f(x) =
Question 11NO CALC
Which limit does not exist?

(Justification) A student claims that because g(x) = (x² − 1)/(x − 1) is undefined at x = 1, the limit lim_{x→1} g(x) must not exist. Explain whether the student is correct, and find the limit if it exists. Use precise language about behavior near vs. at x = 1.

(Interpretation) The graph of a function f has a vertical asymptote at x = 3 with lim_{x→3⁻} f(x) = −∞ and lim_{x→3⁺} f(x) = +∞. A classmate writes "lim_{x→3} f(x) = ∞." Explain what is wrong with this statement and write a correct description of the behavior at x = 3.

(Justification) Build a table for f(x) = (eˣ − 1)/x approaching x = 0 from both sides. State your estimate of lim_{x→0} f(x) and justify it by referring to the left- and right-hand behavior in your table.

Let f be defined by: f(x) = x + 1 for x < 2, and f(x) = x² − 1 for x ≥ 2. Find lim_{x→2⁻} f(x), lim_{x→2⁺} f(x), and lim_{x→2} f(x) (or state DNE). Show one-sided reasoning.

---

🔑 Answer Key

1. (D) 4. As x → 2 from both sides the curve approaches height 4 (the open circle), so the limit is 4. Distractors: (B) 1 is h(2), the function value — a different thing from the limit. (C) 2 is just the x-value c, not a height. (A) "DNE" is wrong because both one-sided limits agree at 4.

2. (B) 1. The solid dot at (2, 1) gives the actual function value h(2) = 1. Distractors: (C) 4 is the limit, not the value — the classic limit-vs-value trap. (A) the function is defined here (solid dot). (D) 0 is unrelated.

3. (A) 0. Approaching x = 5 from the left, the curve heads to height 0 (open circle at (5,0)). Distractors: (B) 3 is the right-hand limit. (C) 5 is the x-value. (D) the left-hand limit by itself exists and equals 0.

4. (C). Left-hand limit is 0, right-hand limit is 3; since 0 ≠ 3, the two-sided limit does not exist. Distractors: (A) and (B) each use only one side — a two-sided limit needs both sides to agree. (D) nothing is unbounded here; it's a finite jump, not an infinite limit.

5. (A) 0. Table for (1 − cos x)/x (radians): at x = ±0.01, value ≈ ∓0.005; at x = ±0.001, value ≈ ∓0.0005. Both sides head to 0, so the limit is 0. Distractors: (C) 1/2 is the limit of (1−cos x)/x², a common mix-up. (B) 1 is lim (sin x)/x. (D) the two sides agree (both → 0), so it does exist.

6. (B) 1/4. Table for (√(x+1) − 2)/(x − 3): x = 2.99 → 0.25016, x = 3.01 → 0.24984. Both sides → 0.25 = 1/4. Distractors: (A) 0 would be the numerator's limit alone, ignoring the 0/0 form. (C) 1/2 is a slip in rationalizing. (D) the sides agree, so the limit exists. (Exact: rationalizing gives 1/(√(x+1)+2) = 1/4 at x=3.)

7. (C) −∞. Just left of 0, x is a small negative number, so 1/x is large and negative. Distractors: (B) +∞ is the right-hand limit — a sign error. (A) 0 confuses this with lim_{x→∞} 1/x. (D) the behavior is well-described as −∞.

8. (B) +∞. (x − 2)² is positive on both sides of 2 and shrinks to 0, so 1/(x−2)² grows large and positive from both directions: lim_{x→2} 1/(x−2)² = +∞. Distractors: (D) describes 1/(x−2) (odd power, opposite signs), not the squared denominator. (A) and (C) have the wrong sign/behavior.

9. (B) 2. Same degree (3) top and bottom; the limit is the ratio of leading coefficients 4/2 = 2. Distractors: (A) 0 would require the denominator's degree to be larger. (C) 1/2 inverts the ratio. (D) +∞ would require the numerator's degree to be larger.

10. (C) 0. Denominator degree (2) exceeds numerator degree (1), so the function → 0 as x → ∞; y = 0 is a horizontal asymptote. Distractors: (A) 5 grabs the leading numerator coefficient as if degrees matched. (B) 1/4 misreads the constant terms. (D) +∞ would need a larger-degree numerator.

11. (B). lim_{x→0} sin(1/x) does not exist: as x → 0, 1/x → ±∞ and sin(1/x) oscillates between −1 and 1 forever without settling. Distractors: (A) equals 1, (C) equals 4 (the hole fills to x + 2 → 4), and (D) equals 0 — all exist.

12. The student is incorrect. A function being undefined at x = 1 does not force the limit to fail — the limit describes behavior near x = 1, not the value at x = 1. Here g(x) = (x² − 1)/(x − 1) = [(x − 1)(x + 1)]/(x − 1) = x + 1 for all x ≠ 1. As x → 1, x + 1 → 2. Therefore lim_{x→1} g(x) = 2, even though g(1) is undefined (a hole at (1, 2)). Scoring: 1 pt for "undefined ≠ DNE / near not at," 1 pt for simplifying, 1 pt for the value 2.

13. The statement is wrong because is not a number, so a finite two-sided limit cannot "equal ," and here the two sides disagree in sign besides. A correct description: lim_{x→3⁻} f(x) = −∞ and lim_{x→3⁺} f(x) = +∞, so lim_{x→3} f(x) does not exist, and the line x = 3 is a vertical asymptote. Scoring: 1 pt for " is not a value / limit DNE," 1 pt for correctly stating both one-sided behaviors, 1 pt for naming the vertical asymptote.

14. Table for (eˣ − 1)/x near 0:

| x | −0.01 | −0.001 | 0 | 0.001 | 0.01 |

|---|---|---|---|---|---|

| (eˣ − 1)/x | 0.99502 | 0.99950 | — | 1.00050 | 1.00502 |

Estimate: lim_{x→0} (eˣ − 1)/x = 1. Justification: as x → 0 from the left the values rise toward 1, and from the right they fall toward 1; both one-sided behaviors approach the same value, 1, so the two-sided limit exists and equals 1. Scoring: 1 pt for a correct two-sided table, 1 pt for estimate 1, 1 pt for two-sided justification.

15. Left side (x < 2, use f(x) = x + 1): lim_{x→2⁻} f(x) = 2 + 1 = 3. Right side (x ≥ 2, use f(x) = x² − 1): lim_{x→2⁺} f(x) = 2² − 1 = 3. Since both one-sided limits equal 3, lim_{x→2} f(x) = 3. (Here it also happens that f(2) = 3, so f is continuous at 2 — but the limit conclusion rests only on the one-sided limits agreeing.) Scoring: 1 pt each for the two one-sided limits, 1 pt for the correct two-sided conclusion with reasoning.

---

CalcIQ · Lesson 2 of 35 · Unit 1: Limits and Continuity. This material is for exam-preparation purposes and is not affiliated with or endorsed by the College Board. "AP" and "Advanced Placement" are registered trademarks of the College Board. Content pending mathematical-accuracy review (Isaac).

← Lesson 1
Lesson 3 →
Score: 0/0 correct