The Intuition Behind Limits
Imagine walking toward a wall. You get closer and closer, but — in a thought experiment — you never quite reach it. A limit asks: what are you approaching? What value are you getting closer and closer to, even if you never actually arrive?
In mathematics: as x gets closer and closer to some value a, what does f(x) get closer and closer to? That destination is the limit. Crucially, x never equals a — it only approaches it. And the function may not even be defined at a. But the limit can still exist.
A limit describes what a function approaches, not what it equals at that point. The function may be undefined at x = a, yet the limit as x → a can still exist perfectly well.
Formal Definition
We write the limit of f(x) as x approaches a equals L as:
The ε-δ (epsilon-delta) formal definition says: for any ε > 0 (however small), there exists δ > 0 such that whenever 0 < |x − a| < δ, we have |f(x) − L| < ε. In plain terms: you can make f(x) as close to L as you want, by taking x close enough to a.
How to Evaluate Limits
There are three main techniques for evaluating limits, used in order:
1. Direct Substitution
Simply plug x = a into f(x). If you get a defined value, that is the limit.
2. Factoring (for 0/0 forms)
If substitution gives 0/0, try factoring the numerator and denominator, then cancel the common factor.
3. Rationalisation
For limits involving square roots, multiply top and bottom by the conjugate to eliminate the radical from the problematic part.
One-Sided Limits
Sometimes we approach a from only one direction. The left-hand limit approaches from values less than a (written x → a⁻), and the right-hand limit approaches from values greater than a (written x → a⁺).
limx→a⁺ f(x) = L₂ (right-hand limit)
The two-sided limit exists ⟺ L₁ = L₂
When Limits Do Not Exist
A limit fails to exist when:
- The left-hand and right-hand limits are different values.
- The function oscillates infinitely (e.g., sin(1/x) as x→0).
- The function grows without bound (f(x) → ±∞ — though we sometimes write "the limit is infinity" as a useful shorthand).
Why Limits Are the Foundation of Calculus
Every central concept in calculus is defined using limits. The derivative is defined as a limit of a difference quotient. The definite integral is defined as a limit of a Riemann sum. The continuity of a function is defined using limits. Without limits, calculus has no rigorous foundation.
- Stewart, J. (2015). Calculus, §2.2–2.4. Cengage.
- Spivak, M. (2006). Calculus, Ch. 5. Publish or Perish.
- Keisler, H.J. (2012). Elementary Calculus: An Infinitesimal Approach. Dover.
For structured exam practice, the AP Calculus Review covers limits in exam context with scoring tips. Test yourself with the 50 practice problems.