2.5 The Precise Definition of a Limit

4 min readjune 24, 2024

Limits are the foundation of calculus, describing how functions behave as they approach specific points. The epsilon-delta definition provides a precise way to understand this concept, using small intervals to capture the 's behavior near a given value.

This rigorous approach allows mathematicians to prove important properties of limits and develop key calculus concepts. By understanding the epsilon-delta definition, you'll gain a deeper insight into the fundamental ideas that drive calculus and mathematical analysis.

The Precise Definition of a Limit

Epsilon-delta definition of limits

Top images from around the web for Epsilon-delta definition of limits
Top images from around the web for Epsilon-delta definition of limits
  • Rigorous mathematical definition describing behavior of a function near a particular point
  • For function f(x)f(x) and LL, limit of f(x)f(x) as xx approaches aa is LL if for every positive number ϵ\epsilon there exists a positive number δ\delta such that whenever distance between xx and aa is less than δ\delta, distance between f(x)f(x) and LL is less than ϵ\epsilon
  • Symbolically: limxaf(x)=L    ϵ>0,δ>0\lim_{x \to a} f(x) = L \iff \forall \epsilon > 0, \exists \delta > 0 such that 0<xa<δ    f(x)L<ϵ0 < |x - a| < \delta \implies |f(x) - L| < \epsilon
  • Provides solid foundation for concept of limits in calculus
  • Allows for precise statements about behavior of functions near a point crucial for developing concepts of , derivatives, and integrals
  • Eliminates ambiguity and allows for rigorous proofs of limit properties and theorems
  • Uses absolute value to measure distances between points

Application of epsilon-delta approach

  • To determine a function limit using epsilon-delta approach:
  1. Choose an arbitrary positive value for ϵ\epsilon
  2. Find a suitable value for δ\delta in terms of ϵ\epsilon such that whenever 0<xa<δ0 < |x - a| < \delta, it follows that f(x)L<ϵ|f(x) - L| < \epsilon
  3. Prove that the chosen δ\delta satisfies the condition for all xx within the delta-neighborhood of aa, except possibly at aa itself
  • Example: Prove limx2(3x1)=5\lim_{x \to 2} (3x - 1) = 5
    • Let ϵ>0\epsilon > 0 be given
    • f(x)L=(3x1)5=3x6=3x2|f(x) - L| = |(3x - 1) - 5| = |3x - 6| = 3|x - 2|
    • Choose δ=ϵ3\delta = \frac{\epsilon}{3}, so if 0<x2<δ0 < |x - 2| < \delta, then f(x)L=3x2<3ϵ3=ϵ|f(x) - L| = 3|x - 2| < 3 \cdot \frac{\epsilon}{3} = \epsilon
    • Thus, for every ϵ>0\epsilon > 0, there exists a δ=ϵ3>0\delta = \frac{\epsilon}{3} > 0 such that 0<x2<δ    (3x1)5<ϵ0 < |x - 2| < \delta \implies |(3x - 1) - 5| < \epsilon, proving the limit

One-sided vs infinite limits

  • One-sided limits approach a point from either left or right side
    • Left-hand limit: limxaf(x)=L    ϵ>0,δ>0\lim_{x \to a^-} f(x) = L \iff \forall \epsilon > 0, \exists \delta > 0 such that aδ<x<a    f(x)L<ϵa - \delta < x < a \implies |f(x) - L| < \epsilon
    • Right-hand limit: limxa+f(x)=L    ϵ>0,δ>0\lim_{x \to a^+} f(x) = L \iff \forall \epsilon > 0, \exists \delta > 0 such that a<x<a+δ    f(x)L<ϵa < x < a + \delta \implies |f(x) - L| < \epsilon
    • For a limit to exist, both left-hand and right-hand limits must exist and be equal
  • Infinite limits occur when function values become arbitrarily large or small as xx approaches a certain point
    • Limit approaching positive infinity: limxaf(x)=    M>0,δ>0\lim_{x \to a} f(x) = \infty \iff \forall M > 0, \exists \delta > 0 such that 0<xa<δ    f(x)>M0 < |x - a| < \delta \implies f(x) > M
    • Limit approaching negative infinity: limxaf(x)=    M<0,δ>0\lim_{x \to a} f(x) = -\infty \iff \forall M < 0, \exists \delta > 0 such that 0<xa<δ    f(x)<M0 < |x - a| < \delta \implies f(x) < M
  • Both one-sided and infinite limits can be defined using epsilon-delta definition with slight modifications to inequalities and interpretation of limit value

Epsilon-delta support for limit laws

  • Epsilon-delta definition of limits provides rigorous foundation for limit laws used to evaluate limits of combinations of functions
  • Examples of limit laws supported by epsilon-delta definition:
    • Sum rule: limxa[f(x)+g(x)]=limxaf(x)+limxag(x)\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)
      • Proof: Let limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M. For every ϵ>0\epsilon > 0, there exist δ1,δ2>0\delta_1, \delta_2 > 0 such that f(x)L<ϵ2|f(x) - L| < \frac{\epsilon}{2} when 0<xa<δ10 < |x - a| < \delta_1 and g(x)M<ϵ2|g(x) - M| < \frac{\epsilon}{2} when 0<xa<δ20 < |x - a| < \delta_2. Choose δ=min(δ1,δ2)\delta = \min(\delta_1, \delta_2), then [f(x)+g(x)](L+M)f(x)L+g(x)M<ϵ2+ϵ2=ϵ|[f(x) + g(x)] - (L + M)| \leq |f(x) - L| + |g(x) - M| < \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon when 0<xa<δ0 < |x - a| < \delta
    • Constant multiple rule: limxa[cf(x)]=climxaf(x)\lim_{x \to a} [c \cdot f(x)] = c \cdot \lim_{x \to a} f(x), where cc is a constant
      • Proof: Let limxaf(x)=L\lim_{x \to a} f(x) = L. For every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that f(x)L<ϵc|f(x) - L| < \frac{\epsilon}{|c|} when 0<xa<δ0 < |x - a| < \delta. Then, cf(x)cL=cf(x)L<cϵc=ϵ|c \cdot f(x) - c \cdot L| = |c| \cdot |f(x) - L| < |c| \cdot \frac{\epsilon}{|c|} = \epsilon when 0<xa<δ0 < |x - a| < \delta
  • Proofs demonstrate how epsilon-delta definition supports limit laws, ensuring their validity and consistency within framework of calculus

Mathematical Foundations

  • Functions: Mappings between sets of numbers, typically from real numbers to real numbers in calculus
  • Real numbers: The set of all rational and irrational numbers, represented by points on a number line
  • Inequalities: Mathematical statements expressing the relative size or order of two values, crucial in defining neighborhoods and intervals in limit definitions

Key Terms to Review (11)

Absolute value function: An absolute value function is a function that contains an algebraic expression within absolute value symbols. The output of the absolute value function is always non-negative.
Conditional statement: A conditional statement is a logical proposition that asserts the truth of one statement based on the truth of another. It typically takes the form 'if P, then Q,' where P is a hypothesis and Q is a conclusion.
Constant multiple law for limits: The Constant Multiple Law for limits states that the limit of a constant multiplied by a function is equal to the constant multiplied by the limit of the function. Mathematically, if $\lim_{{x \to c}} f(x) = L$, then $\lim_{{x \to c}} [k \cdot f(x)] = k \cdot L$ where $k$ is a constant.
Continuity: Continuity is a fundamental concept in calculus that describes the smoothness and uninterrupted nature of a function. It is a crucial property that allows for the application of calculus techniques and the study of limits, derivatives, and integrals.
Continuity over an interval: Continuity over an interval means that a function is continuous at every point within a given interval. This implies that the function has no breaks, jumps, or holes in that interval.
Epsilon-delta definition of the limit: The epsilon-delta definition of a limit formalizes the idea of a function approaching a value as the input approaches some point. It uses two values, $\epsilon$ and $\delta$, to define this behavior precisely.
Existential quantifier: An existential quantifier is a symbol used in mathematical logic to express that there exists at least one element in a domain which satisfies a given property. It is denoted by the symbol $\exists$.
Function: A function is a mathematical relationship between two or more variables, where one variable (the dependent variable) depends on the value of the other variable(s) (the independent variable(s)). Functions are central to the study of calculus, as they provide the foundation for understanding concepts like limits, derivatives, and integrals.
Limit: In mathematics, the limit of a function is a fundamental concept that describes the behavior of a function as its input approaches a particular value. It is a crucial notion that underpins the foundations of calculus and serves as a building block for understanding more advanced topics in the field.
Triangle inequality: The triangle inequality states that for any real numbers $a$ and $b$, the absolute value of their sum is less than or equal to the sum of their absolute values: $|a + b| \leq |a| + |b|$. This principle is fundamental in analysis, particularly in proving properties of limits.
Universal quantifier: A universal quantifier is a symbol used in logic and mathematics to indicate that a statement applies to all elements within a particular set. It is typically denoted by the symbol $\forall$.
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary