The 2,000-year-old riddle of why Achilles can't catch the tortoise.
0.9, 0.99, 0.999, … if you keep attaching 9s forever, is the end of that road 1 or not?
Naming the destination without ever arriving — the limit.
Experiment
Hands-on experiment
Predict first — is 0.999… (9s repeating forever) a bit less than 1, or exactly 1?
Attach them yourself — one 9 at a time
Current value
0.9
Gap to 1
0.1
Read more — why it exists · insights · common mistakes · formulasExpand ▾
Why
Why does this exist?
Everyone has the intuition of 'getting endlessly closer'. But intuition alone computes nothing — you can't divide by zero, and you can't add infinitely many times.
Derivatives must handle 'shrinking the interval to 0'; integrals must handle 'slicing into infinitely many pieces'. All of calculus stands on a technique for making 'endlessly' rigorous.
The limit is that technique. Instead of asking 'the value at that point', ask 'the value the surroundings point to' — with this single detour, humanity made infinity computable.
Insight
Insights from the video
“A limit is a destination, not an arrival.”
Even if the train never reaches its terminus, the destination sign is fixed. A limit is not a value the function actually takes — it's the destination that gets clearer the closer you get.
“0/0 isn't a prohibition — it's a signal to look closer.”
Plug 0 into sin(x)/x and you get 0/0, but through the limit it's 1. A 0/0 form isn't answerless — it's a contest of 'how fast do numerator and denominator go to zero?', and the referee of that contest is the limit.
Misconception
Common misconceptions
0.999… is a tiny bit less than 1.
No number can fit between 0.999… and 1 — the difference is 0, and two numbers whose difference is 0 are the same number. 0.999… = 1 is not an approximation; it's an exact equality.
A limit only exists if the function has a value at that point.
A limit looks only at the surroundings. Even if the point has a hole (undefined), or a completely wrong value, the limit exists as long as the surroundings point to one place. This separation is what made derivatives possible.
Formula
Writing it as math
Written in the language of mathematics, the approach experiment says:
Limit notation
As x gets endlessly close to a, f(x) gets endlessly close to L. You're not substituting x=a — you're reading the surroundings' destination.
The famous limit from the experiment
A 0/0 form, yet the limit is 1. It means sin x ≈ x for small angles, and the entire differentiation of trigonometric functions flows from this one limit.
What 0.999… = 1 really is
The notation 0.999… is itself a number defined by a limit. Since that limit is 1, 0.999… simply is 1.
In Real Life
Where you meet it in real life
The foundation of calculus
Instantaneous speed (derivative) and area under a curve (integral) are both defined by limits. Without limits, the entire building of calculus cannot stand.
Curves on your screen
Computers draw curves as many very short straight lines. Shrink the pieces endlessly and it becomes indistinguishable from a curve — rendering is limits as engineering.
The limit of interest: e
Compound interest in infinitely small slices (continuous compounding) produces e = 2.718…, the limit of (1+1/n)ⁿ. The natural constant is a number born from a limit.
Safety engineering
'What happens to the structure as the load increases without bound?' — limit-state design is literally the limit mindset.
Try Yourself
Test yourself
Q1lim(x→3) (x²−9)/(x−3) = ? (Substituting x=3 gives 0/0. Look at the 'surroundings' like in the experiment.)Show answer ▾
6. Factor the numerator: (x−3)(x+3)/(x−3) = x+3, and as x approaches 3, x+3 approaches 6. Exactly the same structure as the function-with-a-hole experiment.
Q2Is 0.333… (3s repeating forever) exactly equal to 1/3, or a tiny bit smaller?Show answer ▾
Exactly equal. Same logic as 0.999…=1 — the notation 0.333… is itself a number defined as a limit, and that limit is 1/3.
Q3What is the limit of the sequence 1/2, 1/4, 1/8, 1/16…? Which term of the sequence actually reaches that limit?Show answer ▾
The limit is 0, but no term ever becomes 0. The destination is fixed even though it's never reached — that's the core intuition of limits.
Try answering yourself before revealing it — getting it wrong is where learning starts.
Connection
Concepts connect
Previous concept
Sequences
Where does a sequence go if it continues forever — the question of limits was first born from sequences.
← Sequences labLeads to next
Derivatives
Now that the tool of limits is in hand, let's do the real work of 'sending the interval to 0'. The instantaneous rate of change — the derivative.
Go to the Derivatives lab →Related
Labs worth exploring together
Related lab
Integrals
The definition of the integral — 'rectangles infinitely thin' — is a limit. Watch a limit build an area.
Go to the Integrals lab →Related lab
Compound Interest
Where do you arrive when interest is compounded in infinitely small slices? Meet the limit that gave birth to e, in finance.
Go to the Compound Interest lab →