Limit Calculator
Evaluate limits for polynomial, rational, and trig functions. See the complete solution with step-by-step working and formula explanations.
Enter your values above to see the results.
Tips & Notes
- ✓Try direct substitution first. If f(a) is defined and finite, lim(x→a)f(x)=f(a).
- ✓If 0/0 or ∞/∞: factor, simplify, rationalize, or use L Hopital rule.
- ✓lim(x→0) sin(x)/x = 1 exactly. Memorize this — appears in many calculus problems.
- ✓One-sided limits: if left ≠ right, the overall limit does not exist (DNE).
- ✓Limits at infinity: highest degree term dominates. lim(x→∞)(3x²+x)/(x²+5) = 3.
Common Mistakes
- ✗Plugging in the limit value before simplifying when the result is 0/0. lim(x→2)(x²−4)/(x−2): direct substitution gives 0/0 — indeterminate. Factor first: (x+2)(x−2)/(x−2) = x+2 → limit = 4. Always simplify before substituting.
- ✗Confusing the value of a function at a point with its limit there. lim(x→2)f(x) asks what f(x) approaches as x gets close to 2 — not f(2) itself. A function can have a limit at a point where it is undefined or has a different value.
- ✗Concluding a limit does not exist when only one-sided limits exist. If lim(x→0⁺)f(x) = 3 and lim(x→0⁻)f(x) = −3, the two-sided limit DNE. But if both one-sided limits equal 3, the two-sided limit exists and equals 3.
- ✗Misapplying L'Hôpital's rule to forms that are not 0/0 or ∞/∞. L'Hôpital only applies to these two indeterminate forms. For 1/0, the limit is ±∞, not an indeterminate form — L'Hôpital does not apply.
- ✗Forgetting that lim(x→0) sin(x)/x = 1 requires x in radians. This standard limit holds only when x is measured in radians. In degrees, sin(x°)/x → π/180 ≈ 0.01745, not 1. Always use radians in calculus.
Limit Calculator Overview
A limit describes the value a function approaches as its input gets arbitrarily close to a given point — without necessarily reaching that point. Limits are the foundational concept of calculus: derivatives are defined as limits of difference quotients, integrals are defined as limits of Riemann sums, and continuity is defined in terms of limits. Without limits, modern mathematics as we know it would not exist. The concept resolves paradoxes that puzzled mathematicians for two millennia, including Zeno's paradox of motion and the foundations of infinitesimal calculus.
The formal definition:
lim(x→a) f(x) = L means f(x) gets arbitrarily close to L as x approaches a (but x ≠ a)Direct substitution — the first method to try. If f(a) is defined and finite, the limit equals the function value:
EX: lim(x→3) (x²+1) = 3²+1 = 10 — substitution works directly when no division by zero or 0/0 occursIndeterminate forms — when substitution gives 0/0 or ∞/∞, more work is needed:
EX: lim(x→2) (x²−4)/(x−2) → substitution gives 0/0 → factor: (x+2)(x−2)/(x−2) = x+2 → lim = 2+2 = 4L'Hôpital's Rule — for 0/0 or ∞/∞, differentiate numerator and denominator separately:
If lim f(x)/g(x) = 0/0 or ∞/∞, then lim f(x)/g(x) = lim f'(x)/g'(x)
EX: lim(x→0) sin(x)/x → 0/0 → apply L'Hôpital: lim cos(x)/1 = cos(0)/1 = 1Critical limit values to memorize: lim(x→0) sin(x)/x = 1 | lim(x→∞) (1+1/n)ⁿ = e | lim(x→0) (1+x)^(1/x) = e | lim(x→∞) xⁿ/eˣ = 0 One-sided limits: lim(x→a⁺) approaches from the right (x > a). lim(x→a⁻) approaches from the left (x < a). The two-sided limit exists only when both one-sided limits exist and are equal. When they differ, the limit Does Not Exist (DNE). Limits at infinity — determining end behavior of functions:
EX: lim(x→∞) (3x²+x)/(x²+5) → highest degree terms dominate → lim = 3x²/x² = 3Connection to continuity: f is continuous at x=a if and only if three conditions hold: (1) f(a) is defined, (2) the limit exists, and (3) they are equal. A removable discontinuity has a limit but f(a) is either undefined or defined differently — the limit and function value disagree. Limits are the mathematical foundation that makes calculus logically rigorous. Before limits were formalized by Cauchy and Weierstrass in the 19th century, calculus worked correctly in practice but lacked a precise justification for why dividing by infinitely small quantities was valid. The limit definition resolved this by never actually dividing by zero — it describes what value a function approaches, making the argument about the journey rather than the destination. Indeterminate forms arise when direct substitution produces 0/0, ∞/∞, 0×∞, or similar expressions that do not have a determined value from the form alone.