What’s a Limit in Calculus? (Plain English Explanation)
A limit asks: “What value is this function approaching as x gets close to some number?” That’s it. Limits are the foundation of derivatives, integrals, and continuity.
Quick answer
The limit of f(x) as x approaches a, written lim(x→a) f(x), is the value f(x) gets close to as x gets close to a. It doesn’t matter what f(a) is — only what f(x) heads toward.
The plain-English version
Imagine walking toward a door. You can describe where you’re heading without ever reaching the door. That’s the idea of a limit. Math cares about the destination, not whether you actually arrive.
Method 1 — Direct substitution
Try plugging x = a into f(x). If you get a real number, that’s the limit. Example: lim(x→3) (x² + 2x) = 9 + 6 = 15.
Method 2 — Factor and cancel
If direct substitution gives 0/0, try factoring. Example: lim(x→3) (x² – 9)/(x – 3). Factor numerator: (x+3)(x-3)/(x-3). Cancel (x-3). Now plug in 3: 3 + 3 = 6.
Method 3 — One-sided limits
Sometimes the function approaches different values from the left vs the right. Write lim(x→a⁻) for left-side, lim(x→a⁺) for right-side. If they differ, the two-sided limit doesn’t exist.
Method 4 — Limits at infinity
For lim(x→∞), think about dominant terms. For a rational function, divide numerator and denominator by the highest power of x.
Common mistakes
- Always substituting first without checking for 0/0.
- Confusing “the limit exists” with “f(a) is defined.” They’re separate ideas.
- Forgetting that one-sided limits must agree for a two-sided limit to exist.