Limits
Imagine walking toward a wall, halving the remaining distance with every step. You get closer and closer — 1 metre away, then half a metre, then a quarter — but each step, taken literally, never lands you on the wall. Yet everyone knows where you are heading. A limit is mathematics' precise way of naming that destination: the single value a function approaches as its input approaches some point, even if the function never actually reaches it (or isn't even defined there).
This idea is the bedrock of all of calculus. Derivatives are limits, integrals are limits, and infinite series are limits. Without a solid grasp of limits, the rest of calculus is just formulas to memorize; with it, the whole subject becomes a single coherent story about approaching, approximating, and getting exactly right in the end.
Learning Objectives
By the end of this page, you should be able to:
- Explain in plain language and precise notation what means.
- Compute left-hand and right-hand (one-sided) limits and use them to decide whether a two-sided limit exists.
- Evaluate limits at infinity and interpret horizontal asymptotes.
- Define continuity at a point using limits and identify where functions break.
- Recognize why is indeterminate and resolve it by factoring, rationalizing, or simplifying.
- Tell the story of why limits had to be invented to make calculus rigorous.
Quick Answer
The limit of as approaches is the value that gets arbitrarily close to as gets arbitrarily close to (from both sides), without requiring . We write . A two-sided limit exists only when the left-hand limit and right-hand limit agree. A function is continuous at when the limit exists, is defined, and the two are equal — intuitively, when you can draw it without lifting your pen. Limits let us make sense of expressions like , which are indeterminate: the form alone tells you nothing, but simplifying the function first often reveals a perfectly good answer. This "approach without arrival" idea is exactly what powers derivatives and integrals.
Where It Came From
Limits were not invented for their own sake — they were the rescue that saved calculus from a two-thousand-year-old crisis of logic.
The trouble began with Zeno of Elea (around 450 BCE). His paradoxes — Achilles never catching the tortoise, the arrow that is at rest at every instant yet somehow moves — all turned on the same puzzle: how can infinitely many steps, or infinitely small instants, add up to a finite, sensible answer? Greek mathematicians like Archimedes got startlingly close, using a "method of exhaustion" to find areas by squeezing a shape between inscribed and circumscribed polygons. That is a limit in all but name, but the Greeks never made the underlying process rigorous.
The real explosion came in the 1660s–1680s when Isaac Newton and Gottfried Leibniz independently invented calculus. Their results were spectacular — planetary orbits, tangent lines, areas under curves — but their justification was shaky. They computed derivatives by dividing by a quantity they called an infinitesimal: a number treated as nonzero (so you could divide by it) and then, a line later, as zero (so it disappeared). The philosopher George Berkeley skewered this in 1734 in The Analyst, mocking these vanishing quantities as "the ghosts of departed quantities." He was right: the logic was contradictory.
The fix took over a century. Augustin-Louis Cauchy (1820s) recast calculus around the idea of a limit rather than infinitesimals, and Karl Weierstrass (1850s–1870s) finally gave the airtight epsilon-delta definition: means that for every tolerance you demand around , there is a nearness around that guarantees it. No ghosts, no dividing by zero — just a precise game of "how close do you need ? I can get close enough." That definition is still the foundation of analysis today.
What a Limit Really Means
Consider . At this is — undefined. But that says nothing about what happens near . Factor the top:
For every input except the single forbidden point, behaves exactly like . So as approaches 1, approaches :
The graph is the line with a tiny hole punched at . The limit fills in the hole — it tells you where the function wants to go, regardless of whether it is allowed to be there. This is the crucial mental shift: the value of the limit and the value of the function at the point are two different questions.
Worked example. Evaluate . Polynomials are continuous everywhere, so we can simply substitute:
Direct substitution works whenever the function is continuous at the point — which is most of the time. It is the broken cases, where substitution gives or a jump, that make limits interesting.
One-Sided Limits
Sometimes a function approaches different values depending on which direction you come from. We write:
- — the left-hand limit, approaching from values less than .
- — the right-hand limit, approaching from values greater than .
The two-sided limit exists if and only if both one-sided limits exist and are equal.
Worked example. Let . For , , so . For , , so . Then:
The one-sided limits disagree, so does not exist. The graph jumps from to at the origin — a genuine break, not a fillable hole.
One-sided limits are essential for piecewise functions, and for defining the derivative at endpoints of an interval.
Limits at Infinity and Continuity
Limits at Infinity
Here we ask what happens to as grows without bound. This describes the end behavior of a function and reveals horizontal asymptotes.
Worked example. Evaluate . Divide the top and bottom by the highest power, :
As , the terms and shrink to 0:
The line is a horizontal asymptote. A useful shortcut for rational functions: when the top and bottom have the same degree, the limit at infinity is the ratio of leading coefficients.
Continuity
A function is continuous at when all three of these hold:
- is defined,
- exists, and
- .
If any condition fails, there is a discontinuity. A removable discontinuity is a hole (the limit exists but doesn't match , as in our example). A jump discontinuity is where one-sided limits disagree (like ). An infinite discontinuity is a vertical asymptote, as in at .
Worked example. Is continuous at ? Check the pieces: left limit is ; right limit is ; and . All three agree, so is continuous at . The pieces meet seamlessly.
Why 0/0 Needs Limits
The expression is called an indeterminate form because its value depends entirely on how the numerator and denominator approach zero. Consider three examples, all of the form at :
Same form, three different answers. That is precisely why you cannot just "plug in" — you must simplify first.
Worked example (rationalizing). Evaluate . Substituting gives . Multiply by the conjugate:
Now substitute safely:
The moral: an indeterminate form is an invitation to do algebra, not a dead end.
Real-World Applications
- Instantaneous rates (physics and engineering): Velocity is the limit of average velocity over shrinking time intervals. Every speedometer, acceleration curve, and rate-of-reaction is a limit made concrete — this is literally the definition of the derivative.
- Areas and totals (integration): The area under a curve is the limit of the total area of ever-thinner rectangles. Fuel consumed, charge accumulated, and probability under a bell curve are all computed this way.
- Economics: Marginal cost and marginal revenue are limits of cost/revenue change as production increases by an ever-smaller amount, guiding pricing and output decisions.
- Medicine and pharmacology: Drug concentration models use limits at infinity to find the steady-state level a repeated dose approaches over long-term treatment.
- Engineering stability: Whether a control system settles or blows up is a question about the limit of its response as time goes to infinity.
- Computer graphics and numerical methods: Iterative algorithms (Newton's method, rendering refinement) are designed so their output converges — approaches a limit — to the true answer.
Common Mistakes
Mistake 1: Thinking the limit is just . Many students believe always equals . It is often true (that's continuity), but the whole point of limits is the cases where it fails — holes, jumps, and asymptotes. The limit asks where the function is heading near , not what it is at . Always check whether the function is actually continuous before substituting.
Mistake 2: Believing equals 0, or 1, or "undefined, so no limit." As shown above, can approach any value. It is indeterminate, meaning the form alone is inconclusive. The correction: simplify the expression (factor, rationalize, cancel) until you can substitute cleanly.
Mistake 3: Assuming every two-sided limit exists. If the left and right limits differ, the two-sided limit does not exist — you cannot average them or pick one. Correction: for piecewise functions and anything with absolute values, always compute both one-sided limits separately before concluding.
Mistake 4: Writing "" and calling it a valid limit. Saying a limit "equals infinity" is shorthand for the function grows without bound — the limit does not exist as a finite number. Be clear about which you mean; on many exams "" and "does not exist" must be distinguished carefully.
Comparison and Connections
| Concept | What it asks | Key requirement |
|---|---|---|
| Limit at | Where does head near ? | Left and right limits agree |
| Value | What is at ? | in the domain |
| Continuity at | Do the two above match? | Limit exists and equals |
| One-sided limit | Heading from one side only | Only that side's behavior |
| Limit at infinity | End behavior of | Behavior as grows unboundedly |
The deepest connection is forward: the derivative is defined as the limit , which is a form resolved by exactly the algebra you practiced here. The definite integral is a limit of Riemann sums. Limits are not one topic among many in calculus — they are the language the entire subject is written in.
Practice Questions
Recall
State the three conditions for to be continuous at .
Answer: (1) is defined; (2) exists; (3) .
Understanding
Why does the existence and value of not depend on the value of ?
Answer: The limit is defined only in terms of values of for near 2 but not equal to 2. The single point is explicitly excluded, so can be anything — undefined, or a stray value — without changing where the function approaches.
Application
Evaluate .
Answer: Factor: for . So the limit is .
Analysis
For , determine and whether is continuous at .
Answer: Left limit: . Right limit: . They agree, so . But , so is not continuous at — it has a removable discontinuity (the point sits above the hole).
FAQ
Does the function have to be defined at for the limit to exist? No. In fact the most important limits — like the derivative — are at points where the function is . The limit only cares about the neighborhood around , not itself.
What's the difference between "the limit is infinite" and "the limit does not exist"? Both mean there is no finite limiting value. "" additionally tells you how it fails: the function grows without bound in a consistent direction. If a function oscillates or jumps instead, we just say the limit does not exist.
Can a limit exist even if the left and right sides give different formulas? Yes — what matters is the values, not the formulas. If a piecewise function's two pieces approach the same number at the boundary (as in the vs example), the limit exists even though the formulas differ.
Why can't I just plug in the number every time? You can whenever the function is continuous there — which is most polynomials, roots, exponentials, and trig functions on their domains. Plugging in fails only at discontinuities and indeterminate forms, and those are exactly the cases worth studying.
What is L'Hôpital's rule, and do I need it here? L'Hôpital's rule is a shortcut for and limits using derivatives. It's powerful but comes later — everything on this page can be done with algebra (factoring, canceling, rationalizing), which builds the understanding L'Hôpital assumes.
How does the epsilon-delta definition connect to "getting close"? is the tolerance you demand around the answer ; is how close to you must keep to stay within that tolerance. Saying the limit is means: no matter how tight a tolerance you pick, some works. It is "getting close" made into an unbreakable guarantee.
Quick Revision
- : approaches as approaches , ignoring itself.
- Two-sided limit exists left limit right limit.
- Direct substitution works when is continuous at .
- is indeterminate — factor, cancel, or rationalize, then substitute.
- Rational functions at infinity: same top/bottom degree ratio of leading coefficients; smaller top degree 0.
- Continuity at : defined, limit exists, and they are equal.
- Discontinuity types: removable (hole), jump (sides differ), infinite (asymptote).
- History: Zeno's paradoxes Newton/Leibniz's infinitesimals Berkeley's critique Cauchy/Weierstrass's epsilon-delta rigor.