James's Math Hub
Pre-Calc & Calculus

Lesson 2 / 5 · 12 min read

Limits

What 'approaches' really means, and how to actually compute one.

What is a limit?

The notation

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

means: as xx gets arbitrarily close to aa, f(x)f(x) gets arbitrarily close to LL. Importantly, it does not require that f(a)=Lf(a) = Lff doesn't even have to be defined at aa.

Method 1: Just plug it in

If ff is continuous at aa (no holes, jumps, or vertical asymptotes), then:

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

Example. limx2(x2+3)=4+3=7\lim_{x \to 2} (x^2 + 3) = 4 + 3 = 7. Done.

Method 2: Algebra for indeterminate forms

If plugging in gives 00\frac{0}{0}, simplify first.

Example. limx3x29x3\lim_{x \to 3} \dfrac{x^2 - 9}{x - 3}.

Direct substitution gives 00\frac{0}{0} — bad. Factor:

x29x3=(x3)(x+3)x3=x+3\frac{x^2 - 9}{x - 3} = \frac{(x-3)(x+3)}{x - 3} = x + 3

Now plug in: 3+3=63 + 3 = 6.

One-sided limits

limxa\lim_{x \to a^-} means approach from the left (smaller values). limxa+\lim_{x \to a^+} means approach from the right (larger values).

The full (two-sided) limit exists only if both sides agree:

limxaf(x)=L    limxaf(x)=limxa+f(x)=L\lim_{x \to a} f(x) = L \iff \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L

Limits at infinity

limx\lim_{x \to \infty} asks: what happens as xx grows without bound?

Example. limx3x2+1x25\lim_{x \to \infty} \dfrac{3x^2 + 1}{x^2 - 5}.

Divide top and bottom by x2x^2: 3+1/x215/x2\dfrac{3 + 1/x^2}{1 - 5/x^2}. As xx \to \infty, the 1/x21/x^2 terms go to 00, leaving 3/1=33/1 = 3.

Shortcut for rational functions: compare the degrees of the numerator and denominator.

  • Numerator degree < denominator degree → limit is 00.
  • Numerator degree = denominator degree → limit is the ratio of leading coefficients.
  • Numerator degree > denominator degree → limit is ±\pm \infty.

Key takeaways

  • Limits describe behavior near a point, not necessarily at it.
  • 00\frac{0}{0} means "try harder, don't conclude." Usually factor and cancel.
  • For one-sided behavior, check the left and right separately.