What Is a Limit?
The limit of a function f(x) as x approaches a value a describes what value f(x) gets closer and closer to as x gets closer and closer to a — regardless of whether f is actually defined at a itself. Limits are the foundation on which derivatives, integrals, and continuity are all built.
How to Use This Limit Calculator
- Enter your function of x (e.g.
sin(x)/x). - Enter the value x approaches — a number, or
infinity/-infinity. - Choose Left, Right, or Both to see one-sided or two-sided behavior.
- Click Find the Limit to see the result and the convergence table.
One-Sided vs. Two-Sided Limits
The left-hand limit looks at values of x slightly less than a; the right-hand limit looks at values slightly greater than a. The two-sided limit exists only when both one-sided limits exist and are equal. A classic example where they disagree:
From the left (x slightly negative), 1/x → −∞.
From the right (x slightly positive), 1/x → +∞.
Since the two sides disagree, the two-sided limit does not exist.
Limits at Infinity
A limit "at infinity" describes what happens to f(x) as x grows without bound in the positive or negative direction. This calculator estimates it by evaluating f at very large values of |x| (up to a million) and watching where the values settle.
As x grows larger, 1/x shrinks toward 0.
Limit: 0
How This Calculator Estimates a Limit
This tool uses a numerical approach: it evaluates your function at points that get progressively closer to the target value (or progressively larger, for limits at infinity), and checks whether the resulting sequence of values is converging. This is a genuinely useful and intuitive way to explore limits, but it is an approximation — it is not a symbolic solver and does not apply algebraic techniques like L'Hôpital's rule or factoring.
Numerical approximation has limits of its own: for certain indeterminate forms (like 0/0) with unusual or highly oscillatory behavior very close to the target, the numeric sequence can be misleading. Always sanity-check a critical result algebraically.
Common Mistakes to Avoid
- Assuming a limit exists just because a function is defined at that point — the limit and the function's actual value can differ (or the function may not even be defined there).
- Confusing "the limit is infinity" with "the limit does not exist" — technically both describe non-existence, but a limit of infinity still tells you the direction of divergence.
- Ignoring the difference between the two one-sided limits when they disagree.
Frequently Asked Questions
A limit exists at a point when the function's values approach one single, finite number as x gets arbitrarily close to that point from both directions. If the left-hand and right-hand limits disagree, or the values grow without bound, the (two-sided, finite) limit does not exist.
A one-sided limit only considers x approaching from one direction (the left or the right). The two-sided limit requires both one-sided limits to exist and be equal — it's the "full" limit typically meant when no direction is specified.
A limit as x → ∞ (or −∞) describes the function's long-run behavior as x grows arbitrarily large in magnitude. It often reveals horizontal asymptotes — for example, 1/x → 0 as x → ∞.
Not symbolically. This calculator is a numerical approximation tool — it estimates the limit by sampling nearby values rather than applying L'Hôpital's rule or algebraic manipulation. For most well-behaved indeterminate forms (like 0/0 in sin(x)/x) the numeric approach converges to the correct answer, but it can't prove the result the way a symbolic method can.
Seeing the actual sequence of f(x) values as x gets closer to the target makes the concept of a limit concrete — you can watch the numbers visibly converge (or fail to converge) rather than just trusting a single final answer.