Limits & Continuity · Definitions
Limit Definition (Epsilon-Delta)
The formal epsilon-delta definition of a limit. For every epsilon greater than zero, there exists a delta such that f(x) is within epsilon of L whenever x is within delta of a.
Conditions. f(x) must be defined on an open interval containing a, except possibly at a itself.
Worked examples
Prove that lim(x→3) (2x + 1) = 7 using the epsilon-delta definition.
- We need |f(x) - L| < ε, i.e., |(2x+1) - 7| < ε
- Simplify: |2x - 6| < ε → 2|x - 3| < ε → |x - 3| < ε/2
- Choose δ = ε/2. Then 0 < |x - 3| < δ implies |(2x+1) - 7| = 2|x-3| < 2(ε/2) = ε
Answer: δ = ε/2 satisfies the definition, confirming lim(x→3)(2x+1) = 7.
Prove that lim(x→1) x² = 1.
- We need |x² - 1| < ε, i.e., |x-1||x+1| < ε
- Restrict δ ≤ 1, so |x-1| < 1 means 0 < x < 2, thus |x+1| < 3
- Then |x²-1| = |x-1||x+1| < 3|x-1| < ε when |x-1| < ε/3
- Choose δ = min(1, ε/3)
Answer: δ = min(1, ε/3) satisfies the definition.
Related formulas
Practice this and 135 more formulas in the CalcRef workspace — quizzes, reference tables, a 16-category unit converter, and an expression evaluator.