CCalculate.Studio
education · 6 min · Последняя проверка: 2026-07-07

Limits Explained Simply: Approaching vs Reaching a Value

TL;DRA limit describes the value a function gets arbitrarily close to as its input approaches a specific point, which is a different question from what value the function actually equals at that point — a limit can exist even when the function is undefined there. The classic example sin(x)/x approaches exactly 1 as x approaches 0, even though sin(0)/0 is the undefined form 0/0, because "approaching" and "reaching" are genuinely different questions in calculus. A two-sided limit exists only when the left-hand and right-hand approaches agree; functions like 1/x near x = 0 fail this test because the two sides head toward opposite infinities.

Approaching a value is not the same as reaching it

A limit asks what value a function gets closer and closer to as its input gets closer and closer to some point c, without requiring the function to actually be defined at c, or to equal that limiting value there even if it is defined. This distinction — approaching versus reaching — is the central idea that separates limits from simple substitution: substitution asks "what is f(c)?"; a limit asks "what does f(x) approach as x gets arbitrarily close to c?", and the two questions can have different answers, or one can have an answer when the other does not.

For a well-behaved (continuous) function, approaching and reaching give the same answer, which is why simple substitution works for most functions encountered in introductory algebra. Limits become genuinely necessary exactly at the points where a function is not well-behaved — undefined, discontinuous, or built from a ratio that produces an indeterminate form like 0/0 at that specific point — which is precisely where substitution breaks down but the limit can still exist.

One-sided vs two-sided limits

A one-sided limit examines the function's behavior from only one direction: the left-hand limit, written lim(x→c⁻) f(x), looks at values of f as x approaches c from below (through values less than c); the right-hand limit, written lim(x→c⁺) f(x), looks at values of f as x approaches c from above (through values greater than c). A two-sided limit, written lim(x→c) f(x) with no superscript, exists only when the left-hand and right-hand limits both exist and are equal to each other.

The function f(x) = |x| / x illustrates a case where the one-sided limits disagree at c = 0: for any negative x, |x| / x = −1, so the left-hand limit is −1; for any positive x, |x| / x = 1, so the right-hand limit is 1. Because −1 ≠ 1, the two-sided limit at x = 0 does not exist, even though both one-sided limits individually exist and are perfectly well defined.

Approach directionf(x) = |x| / x behaviorLimit
Left-hand (x → 0⁻)f(x) = −1 for all x < 0lim = −1
Right-hand (x → 0⁺)f(x) = 1 for all x > 0lim = 1
Two-sided (x → 0)Left and right limits disagree (−1 ≠ 1)Does not exist

The classic case: why sin(x)/x needs a limit, not substitution

Substituting x = 0 directly into sin(x)/x gives sin(0)/0 = 0/0, an indeterminate form that carries no defined numeric value on its own — 0/0 is not automatically 0, or 1, or undefined-forever; it simply means direct substitution cannot answer the question and a limit must be evaluated instead. Evaluating sin(x)/x at a sequence of x values shrinking toward 0 from both sides shows the function's value trending steadily toward 1, not toward 0 or any other number.

Numerically: at x = 0.1, sin(x)/x ≈ 0.998334; at x = 0.01, sin(x)/x ≈ 0.999983; at x = 0.001, sin(x)/x ≈ 0.9999998; at x = 0.0001, sin(x)/x ≈ 0.99999998. Both the left-hand and right-hand trends converge on 1, so lim(x→0) sin(x)/x = 1, even though the function sin(x)/x itself is undefined exactly at x = 0. This result is a standard one in calculus and is typically proved rigorously using a geometric squeeze (sandwich) argument rather than numerical evaluation alone.

When limits fail to exist: 1/x at x = 0

Not every limit exists. The function f(x) = 1/x, approaching c = 0, illustrates a limit failing because of unbounded growth rather than a simple mismatch: as x approaches 0 from the right (small positive values), 1/x grows without bound toward positive infinity; as x approaches 0 from the left (small negative values), 1/x grows without bound toward negative infinity. Because the two one-sided behaviors diverge toward opposite infinities rather than settling on a shared finite number, the two-sided limit at x = 0 does not exist.

Limits can also fail to exist because of oscillation rather than divergence to infinity — for example, sin(1/x) as x approaches 0 oscillates between −1 and 1 infinitely often no matter how close x gets to 0, never settling toward any single value from either side. Both unbounded growth and persistent oscillation are standard, well-documented reasons a limit fails to exist, distinct from the disagreement-between-one-sided-limits case shown by |x|/x above.

Why limits are the foundation both derivatives and integrals are built on

The formal definition of a derivative is itself a limit — the limit of a secant-line slope as the two points defining it move together — and the formal definition of a definite integral is also a limit, the limit of a Riemann sum as the number of rectangles grows without bound. Understanding what a limit is and when it does or does not exist is therefore not a side topic in calculus; it is the mechanism underneath both of the subject's two central operations.

This is also why a numerical limit calculator, such as the one on this site, is built the same way conceptually as sin(x)/x was evaluated above: it estimates the left-hand and right-hand behavior by evaluating the function at points progressively closer to the approach value from each side, then checks whether those two trends agree closely enough to report a two-sided limit.

Часто задаваемые вопросы

What does it mean for a limit to not exist?

It means the function's behavior as x approaches a specific point does not settle on a single, well-defined value — commonly because the left-hand and right-hand approaches disagree (as with |x|/x at x = 0), because the function grows without bound in opposite directions from each side (as with 1/x at x = 0), or because the function oscillates persistently near that point without settling.

What is the difference between a one-sided and a two-sided limit?

A one-sided limit examines a function's behavior approaching a point from only one direction — the left-hand limit from values below, the right-hand limit from values above. A two-sided limit exists only when both one-sided limits exist and are equal to each other; if they disagree, the two-sided limit does not exist even though each one-sided limit may still be perfectly well defined on its own.

Why is lim(x→0) sin(x)/x = 1 even though sin(0)/0 is undefined?

Because a limit asks what value a function approaches, not what value it equals at the point itself. Direct substitution gives the indeterminate form 0/0, which carries no defined value on its own, but evaluating sin(x)/x at points progressively closer to 0 from both sides shows the value converging steadily toward 1, which is the limit's value even though the function itself is undefined exactly at x = 0.

When does a limit fail to exist?

A limit fails to exist when the left-hand and right-hand approaches disagree (as with |x|/x at x = 0), when the function grows without bound toward opposite infinities from each side (as with 1/x at x = 0), or when the function oscillates persistently near the point without settling toward any single value (as with sin(1/x) near x = 0).

Can a function have a limit at a point where it isn't defined?

Yes. A limit describes the value a function approaches as its input gets close to a point, not the value the function equals there, so the two questions can have different answers. The function sin(x)/x is undefined at x = 0, yet its limit as x approaches 0 is exactly 1, because the function's values converge to 1 from both directions even though x = 0 itself is excluded from its domain.

Источники

  1. Stewart J. Calculus. Cengage Learning (the formal definition of a limit, one-sided limits, and the squeeze theorem).
  2. Spivak M. Calculus (4th ed). Publish or Perish, 2008 (rigorous treatment of limits and continuity).
  3. Thomas GB, Weir MD, Hass J. Thomas' Calculus. Pearson (limits, one-sided limits, and indeterminate forms).
  4. NIST Digital Library of Mathematical Functions (DLMF), Chapter 3: Numerical Methods. dlmf.nist.gov.

Похожие калькуляторы