Calculus
Limits and Continuity: Intuition First
A limit answers one question: where is this function headed? Not where it lands, not what it equals — where it is headed. Everything else in the topic follows from taking that distinction seriously.
The idea
Consider a function that has a gap in it:
At this is , which is not a number, so does not exist. There is a hole in the graph. But look at what happens as you walk towards the hole from either side:
The outputs are converging on 6 from both directions, and they do it as precisely as you like: get within a millionth of 3 and lands within a millionth of 6. Nothing about that behaviour depends on existing. That approach value is what we call the limit:
The reason it works is visible in the algebra. For every other than 3, the fraction cancels to . The functions and are not the same function — one has a hole and one does not — but they agree at every point on the approach, and the limit only ever looks at the approach.
This is not a technicality. It is the entire reason calculus works. A derivative is defined as , and at that quotient is always . If limits required the function to be defined at the point, there would be no derivatives at all.
You may have seen a definition involving and . That definition is a careful way of saying “as precisely as you like” — for any tolerance you name around the limit, there is a distance around the point that guarantees you stay inside it. It is the right tool for proving a limit. It is almost never the tool for finding one.
Polynomials never break, whatever the coefficients
y = 1x³ + -3x + 0Drag those sliders as far as they go. The curve stretches, bends, and flips, but it never develops a hole, a jump, or a vertical asymptote. Polynomials are continuous everywhere, which is why the limit of a polynomial is always found by plain substitution — and why the interesting limits all involve division, roots, piecewise definitions, or infinity.
When you need it
You need limit techniques exactly when direct substitution fails or is not available. Four situations cover almost everything you will meet.
Substitution gives 0/0. The signature case. The numerator and denominator share a factor that vanishes at the point, and your job is to find and cancel it. Recognising the factorisation quickly is a factoring skill rather than a calculus one, which is why this topic exposes gaps in algebra so ruthlessly.
Substitution gives a non-zero number over zero. There is a vertical asymptote. The two-sided limit does not exist as a number, but the one-sided limits are usually or , and the sign depends on which side you approach from. Say which.
The variable is heading to infinity. There is nothing to substitute. Compare growth rates instead: divide numerator and denominator by the highest power in the denominator, and every term with a power of underneath it goes to zero. So , which is the ratio of the leading coefficients.
The point is a boundary of a piecewise function. Different rules apply on each side, so the one-sided limits must be computed separately from their own formulas and then compared.
There is also a small set of special limits worth knowing outright, because no amount of factoring produces them. is the one you will use most, and it generalises: can be written as , so its limit is .
The method
1. Substitute. Always substitute first. Most limits in a first course are ordinary substitutions dressed up to look frightening, and trying it costs one line. If a number comes out, that is the limit — this is legitimate precisely because polynomials, rational functions, roots, exponentials, and trigonometric functions are continuous everywhere they are defined.
2. Classify the form you landed on. A number means you are done. A non-zero number over zero means an asymptote. Zero over zero, or infinity over infinity, means indeterminate — more work required, and the form tells you which work.
3. Apply the matching algebra. Rational function giving 0/0: factor both parts and cancel the common factor. A square root in a difference: multiply top and bottom by the conjugate, which turns the difference of roots into a difference of squares. A fraction inside a fraction: combine over a common denominator first. Heading to infinity: divide through by the dominant power.
4. Substitute into the simplified expression. This step is valid because cancelling changed the function only at the single point you are approaching, and the limit never looks at that point.
5. Check continuity properly, if that is the question. Three conditions, all required, at the point :
Condition (ii) is itself a demand that the two one-sided limits agree. Failing (i) or (iii) gives a removable discontinuity — a hole you could patch by redefining one value. Failing (ii) gives a jump, if the sides disagree by a finite amount, or an infinite discontinuity if the function blows up.
An indeterminate form, worked
0 of 5 stepsWorked examples
Worked example
- 1
Substitute to see what you are dealing with.
- 2
Indeterminate, so factor. The numerator is a difference of squares.
- 3
Cancel the common factor. This is valid on the approach because x is never equal to 3.
- 4
Substitute into the simplified expression. Note that f(3) still does not exist — the graph has a hole at (3, 6).
Answer
Worked example
- 1
Substituting gives 0/0 again, but there is nothing to factor. The square root is the obstacle, so remove it.
- 2
Multiply numerator and denominator by the conjugate of the numerator. This is multiplying by 1, so the function is unchanged.
- 3
The numerator becomes a difference of squares, and the roots disappear.
- 4
Cancel the x that is causing the trouble.
- 5
Now substitute. The denominator is continuous and non-zero at x = 0.
Answer
Worked example
- 1
Condition (i) is already satisfied: the second rule applies at x = 3, so f(3) is defined.
- 2
Compute the right-hand limit from the rule that holds just above 3. It matches the function value automatically, since that rule is a polynomial.
- 3
Compute the left-hand limit from the other rule, in terms of k.
- 4
Continuity requires the two one-sided limits to agree with each other and with f(3). Set them equal.
- 5
Solve. With this value the left rule also gives 15 at x = 3, so all three conditions hold and the graph joins without a jump.
Answer
Try one of your own
Type a limit and you will get the substitution attempt, the form it produces, and the technique that form calls for — in that order, which is the order you should be working in yourself. The limit calculator with steps handles indeterminate forms, one-sided limits, and limits at infinity, and the calculus solver takes a whole multi-part question at once.
Solve a calculus problem now
First solution freeWhere people go wrong
Reading 0/0 as an answer
Writing “the limit is 0”, or “the limit is 1”, or “does not exist” the moment appears. The form is called indeterminate because it genuinely determines nothing: gives at zero with limit 0, gives with limit 1, and gives with no finite limit at all. Treat it as an instruction to keep working.
Assuming the limit is the function value
Substitution works so often that it starts to feel like the definition, and then a piecewise function or a hole catches you out. The limit equals the function value only when the function is continuous there, which is the third continuity condition, not a general fact. Whenever the point sits at a boundary, at a hole, or where a denominator vanishes, stop and check both sides.
Claiming the cancelled function is the original
After cancelling, people write without qualification. Those two functions have different domains: one is undefined at 3 and the other is perfectly happy there. The correct statement adds . It matters when a question asks you to describe the graph or to classify the discontinuity, because the hole is the whole point.
Ignoring the two sides at an asymptote
does not exist, because approaching from the right sends the function to and approaching from the left sends it to . Writing as the answer hides the disagreement. The same trap appears with , which is on one side and on the other, so the limit fails to exist even though nothing blows up. If the algebra ever produces a non-zero number over zero, ask about the sign on each side before you write anything down.
Practice
One of each of the four situations above. Give exact values, not decimals.
Limits practice
Answers are checked here — nothing is sent anywhere.
- 1
- 2
- 3
- 4