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.

💡 Note

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:

limx→a f(x) = L
Read: "the limit of f(x) as x approaches a equals L"

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.

Visualising a Limit — A Hole in the Graph
a L f(a) undefined here x

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.

Example Direct Substitution
Findlim (x→3) [x² + 2x − 1]
Step 1Substitute x = 3 directly: (3)² + 2(3) − 1 = 9 + 6 − 1 = 14
AnswerThe limit is 14.

2. Factoring (for 0/0 forms)

If substitution gives 0/0, try factoring the numerator and denominator, then cancel the common factor.

Example Factoring Method
Findlim (x→2) [(x² − 4) / (x − 2)]
Step 1Direct substitution gives (4−4)/(2−2) = 0/0 — indeterminate form.
Step 2Factor: (x²−4) = (x−2)(x+2). So the expression = (x−2)(x+2)/(x−2) = x+2 (for x ≠ 2).
Step 3Now substitute: lim (x→2) [x+2] = 2+2 = 4.

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₁ (left-hand limit)
limx→a⁺ f(x) = L₂ (right-hand limit)

The two-sided limit exists ⟺ L₁ = L₂
The full limit only exists when both one-sided limits agree

When Limits Do Not Exist

A limit fails to exist when:

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.

"A limit is calculus's way of handling the infinite and infinitesimal — of asking what happens at the very edge of what is reachable."
Frequently Asked Questions
Can a limit exist if the function is undefined at that point?
Yes — this is one of the most important things about limits. The limit describes what the function approaches, not what it equals at the point. A classic example: f(x) = (x²−1)/(x−1) is undefined at x=1 (division by zero), but the limit as x→1 equals 2.
What does "indeterminate form" mean?
An indeterminate form is a limit expression that cannot be evaluated by direct substitution because it gives an ambiguous form like 0/0, ∞/∞, 0·∞, ∞−∞, or 1^∞. These require further algebraic manipulation (factoring, L'Hôpital's Rule, conjugates) to resolve.
Is lim (x→∞) f(x) a valid limit?
Yes — limits as x approaches infinity are called limits at infinity (or horizontal asymptotes). For example, lim (x→∞) [1/x] = 0, because as x grows without bound, 1/x shrinks toward zero. These limits describe the long-run behaviour of a function.
How is a limit different from the function's value?
They are related but distinct. The limit is what f(x) approaches as x→a. The function's value is what f(a) actually equals. These can differ: f(a) might be undefined, or f(a) might equal a different value (a removable discontinuity). When f(a) equals the limit, we say f is continuous at a.
← Previous
Understanding Functions in Calculus
Next →
Continuity Explained with Examples
References & Further Reading
  • 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.

AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department