Calculus I › Limits and Continuity · free preview
Why Calculus? The Idea of a Limit
The Problem Calculus Was Built to Solve
Algebra is superb at answering questions about quantities that stand still. It struggles the moment things start to move. Suppose a car travels along a highway and you know its position at every instant. Its average speed over an hour is easy: distance divided by time. But what is its speed right now, at exactly 2:00 pm? An instant has zero duration and covers zero distance, so the naive computation gives 0/0 — a meaningless expression. Calculus is the mathematics that makes sense of questions like this, and the limit is its foundational tool.
The strategy is beautifully indirect. Instead of asking what happens at the instant, we ask what happens near it. We compute average speeds over shorter and shorter intervals surrounding 2:00 pm — one minute, one second, one millisecond — and watch the answers settle toward a single value. That target value is the limit, and we declare it to be the instantaneous speed.
What a Limit Means
Informally: we write lim x→a f(x) = L and say the limit of f(x) as x approaches a equals L if we can make the values of f(x) as close to L as we like by taking x sufficiently close to a — on either side of a — without ever requiring x to equal a. That last clause is the whole point. The function does not need to be defined at a, and even if it is, the value f(a) is irrelevant to the limit. The limit describes the trend of the function, not its value at one point.
Sometimes a function approaches different values depending on the direction of approach. The one-sided limits lim x→a⁻ f(x) (from the left) and lim x→a⁺ f(x) (from the right) capture this. The two-sided limit exists precisely when both one-sided limits exist and agree. A step function that jumps from 1 to 3 at x = 0 has left-hand limit 1 and right-hand limit 3 there, so lim x→0 f(x) does not exist.
Worked Example: A Hole in the Graph
Consider f(x) = (x² − 1)/(x − 1) and ask for lim x→1 f(x). Substituting x = 1 directly gives 0/0, which is undefined — the graph of f has a hole at x = 1. But the limit only cares about x near 1, not at 1. Let us examine the trend numerically and then confirm it algebraically.
Sample from the left: f(0.9) = (0.81 − 1)/(0.9 − 1) = (−0.19)/(−0.1) = 1.9, and f(0.99) = 1.99, and f(0.999) = 1.999.
Sample from the right: f(1.1) = (0.21)/(0.1) = 2.1, then f(1.01) = 2.01, then f(1.001) = 2.001.
Both sides funnel toward 2, so we conjecture lim x→1 f(x) = 2.
Confirm algebraically: for x ≠ 1, factor the numerator as (x − 1)(x + 1), cancel the common factor (x − 1), and f(x) simplifies to x + 1. As x → 1, the expression x + 1 → 2.
The cancellation is legal because the limit process never sets x equal to 1, so we never divide by zero. Near x = 1 the function is indistinguishable from the line y = x + 1, minus a single missing point — and one missing point cannot change a trend.
Why This Matters
Every headline concept in this course is a limit in disguise. The derivative, which powers velocity, marginal cost, and machine-learning optimization, is a limit of average rates of change. The definite integral, which computes areas, probabilities, and total accumulated change, is a limit of finite sums. Learn to think in limits now and the rest of calculus becomes variations on a single theme: taming the infinite by watching where finite approximations are headed.
Curriculum aligned with the openly licensed OpenStax textbook Calculus, Volume 1 (openstax.org/details/books/calculus-volume-1), © OpenStax, CC BY 4.0. Lesson text is original to Syllabus.
This is one lesson of the full subject.
Get every module, lesson, and quiz — one-time purchase, lifetime access.