MathBored

Essential Math Primer
← Back to Primer Overview
A07 • Lesson 77 of 105

Introduction to Limits

Building intuitive understanding of limits as the foundation of calculus. Covers the informal definition of a limit (the value a function approaches as x approaches a given value), evaluating limits from tables and graphs, one-sided limits, limits at infinity and horizontal asymptotes, and cases where limits do not exist.

High School Advanced • 9-12

Prerequisites: H36, R65, A05

Key Concepts

  • informal definition of limit and limit notation
  • evaluating limits numerically and graphically
  • one-sided limits and conditions for limit existence
  • limits at infinity and connection to horizontal asymptotes

Introduction to Limits

The concept of a limit is the gateway to calculus and one of the most profound ideas in all of mathematics. Limits formalize the intuition of "approaching" a value. They answer the question: What value does a function get closer and closer to as the input gets closer and closer to some target? Remarkably, the function does not need to actually reach or even be defined at that target -- what matters is the trend.

The Informal Definition of a Limit

We write:

lim (x → c) f(x) = L

and read this as "the limit of f(x) as x approaches c equals L." This means: as x gets arbitrarily close to c (from both sides), f(x) gets arbitrarily close to L.

Critical insight: the limit depends on what happens near c, not at c. The function f(c) might not exist, or it might exist but differ from L. The limit only cares about the trend as x approaches c.

Evaluating Limits from Tables

To estimate a limit numerically, compute f(x) for values of x approaching c from both sides:

x1.91.991.999→ 2 ←2.0012.012.1
f(x)3.613.96013.996?4.0044.04014.41

If f(x) = x^2, the table shows f(x) approaching 4 as x approaches 2 from both sides. We conclude lim (x → 2) x^2 = 4.

Evaluating Limits from Graphs

On a graph, the limit as x → c is the y-value that the curve approaches as you trace along it toward x = c. Look at the curve's behavior near c, not the dot (or hole) at c itself. A filled dot at a different height than the curve indicates f(c) differs from the limit.

One-Sided Limits

Sometimes the function approaches different values from the left and right:

lim (x → c−) f(x) = L    (left-hand limit: x approaches c from below)
lim (x → c+) f(x) = M    (right-hand limit: x approaches c from above)

The two-sided limit exists if and only if both one-sided limits exist and are equal:

lim (x → c) f(x) = L   if and only if   lim (x → c−) f(x) = lim (x → c+) f(x) = L

Limits at Infinity

We can also ask what happens as x grows without bound:

lim (x → ∞) f(x) = L

This means f(x) approaches L as x becomes very large. If such a limit L exists (and is finite), the line y = L is a horizontal asymptote.

For rational functions (ratios of polynomials), limits at infinity depend on the degrees of the numerator and denominator:

When Limits Do Not Exist

A limit fails to exist in three main situations:

  1. Left and right limits are different: lim (x → c−) f(x) ≠ lim (x → c+) f(x). Example: a step function with a jump at c.
  2. Unbounded behavior: f(x) → ±∞ as x → c. This indicates a vertical asymptote, not a finite limit.
  3. Oscillation: f(x) oscillates infinitely often near c without settling. Example: sin(1/x) as x → 0.

Worked Example 1: Limit via Algebraic Simplification

Problem: Find lim (x → 3) (x^2 - 9)/(x - 3).

Solution: Direct substitution gives 0/0, which is indeterminate. Factor the numerator:

(x^2 - 9)/(x - 3) = (x - 3)(x + 3)/(x - 3) = x + 3   (for x ≠ 3)

Now the limit is straightforward:

lim (x → 3) (x + 3) = 6

The function is not defined at x = 3 (there is a hole), but the limit exists and equals 6.

Worked Example 2: One-Sided Limits

Problem: For the function f(x) = { x + 1 if x < 2; 5 if x = 2; 2x - 1 if x > 2 }, find the one-sided limits and determine if the two-sided limit exists at x = 2.

Solution:

Left-hand limit: lim (x → 2−) (x + 1) = 3

Right-hand limit: lim (x → 2+) (2x - 1) = 3

Both one-sided limits equal 3, so lim (x → 2) f(x) = 3.

Note: f(2) = 5 ≠ 3. The limit exists but does not equal the function value. The function is discontinuous at x = 2.

Worked Example 3: Limit at Infinity

Problem: Find lim (x → ∞) (3x^2 + 5x)/(2x^2 - 1).

Solution: The degrees of numerator and denominator are both 2 (equal). The limit is the ratio of leading coefficients:

lim (x → ∞) (3x^2 + 5x)/(2x^2 - 1) = 3/2

To see why, divide every term by x^2 (the highest power):

(3 + 5/x)/(2 - 1/x^2) → (3 + 0)/(2 - 0) = 3/2 as x → ∞

The horizontal asymptote is y = 3/2.

Common Mistakes

  • Confusing f(c) with the limit: The limit as x → c does not care about f(c). A function can have a hole at x = c yet have a perfectly well-defined limit there.
  • Treating 0/0 as zero or undefined: The expression 0/0 is indeterminate, meaning the limit could be any value. You must simplify (factor, rationalize, etc.) to find the actual limit.
  • Forgetting to check both sides: Even if the left-hand limit exists, the two-sided limit does not exist unless the right-hand limit matches.

Why Limits Matter

Limits are not just a theoretical curiosity. The entire edifice of calculus rests on two limits: the derivative (a limit of difference quotients, measuring instantaneous rate of change) and the integral (a limit of Riemann sums, measuring accumulated area). Understanding limits now will prepare you for the most powerful mathematical tools ever developed.

Practice Problems

Problem 1: Find lim (x → 5) (x^2 - 25)/(x - 5).

Show Solution

Factor: (x^2 - 25)/(x - 5) = (x - 5)(x + 5)/(x - 5) = x + 5 for x ≠ 5.

lim (x → 5) (x + 5) = 10.

Problem 2: Find lim (x → ∞) (5x + 3)/(2x^2 + 1).

Show Solution

Degree of numerator (1) < degree of denominator (2), so the limit is 0.

Alternatively, divide by x^2: (5/x + 3/x^2)/(2 + 1/x^2) → (0 + 0)/(2 + 0) = 0.

Problem 3: For f(x) = { 2x if x < 1; 4 - x if x ≥ 1 }, find lim (x → 1) f(x) and determine if f is continuous at x = 1.

Show Solution

Left-hand limit: lim (x → 1−) 2x = 2.

Right-hand limit: lim (x → 1+) (4 - x) = 3.

Since 2 ≠ 3, the two-sided limit does not exist. Therefore f is not continuous at x = 1.

Problem 4: Does lim (x → 0) 1/x^2 exist? Explain.

Show Solution

As x → 0 from either side, 1/x^2 grows without bound (goes to +∞).

Since the function does not approach a finite value, the limit does not exist. We can write lim (x → 0) 1/x^2 = +∞ (informally), but this means the limit fails to exist in the finite sense. There is a vertical asymptote at x = 0.

Problem 5: Find lim (x → -2) (x^2 + 5x + 6)/(x + 2).

Show Solution

Factor: x^2 + 5x + 6 = (x + 2)(x + 3).

(x + 2)(x + 3)/(x + 2) = x + 3 for x ≠ -2.

lim (x → -2) (x + 3) = 1.

Summary

A limit describes the value a function approaches as the input approaches a target, regardless of the function's actual value (or existence) at that target. One-sided limits examine the approach from a single direction, and the two-sided limit exists only when both one-sided limits agree. Limits at infinity reveal horizontal asymptotes. Limits fail to exist when one-sided limits disagree, when the function grows unboundedly, or when it oscillates without settling. Mastering limits opens the door to calculus and the precise study of change and accumulation.

Overview