LIMIT
A limit describes the value that a function or sequence gets arbitrarily close to as its input approaches a specified point or becomes large. For a function f, the limit of f(x) as x approaches a is a number L such that f(x) can be made arbitrarily close to L by taking x sufficiently close to a (but not equal to a in the case of a finite limit). In rigorous terms, the epsilon-delta definition states that for every ε > 0 there exists δ > 0 with 0 < |x − a| < δ implying |f(x) − L| < ε. For a sequence a_n, the limit as n → ∞ is L if, for every ε > 0, there exists N such that n ≥ N implies |a_n − L| < ε.
Notation and types: lim_{x→a} f(x) = L. One-sided limits are lim_{x→a+} f(x) and lim_{x→a−} f(x). If the values
Examples: lim_{x→0} (sin x)/x = 1. lim_{x→1} (x^2 − 1)/(x − 1) = lim_{x→1} (x + 1) = 2. lim_{x→0} 1/x does
Limit laws: If lim f(x) = F and lim g(x) = G, then lim (f + g) = F + G,