Limit Notation
Direct Answer
The limit notation limx → a f(x) = L means that as the variable x gets arbitrarily close to the point a, the value of the function f(x) approaches the number L.
Informal Interpretation
Imagine sliding along the graph of f(x) toward the vertical line x = a. Even if f(a) is undefined or different, the values of f(x) can still settle arbitrarily close to L. The limit captures this “getting closer” behavior without requiring actual equality at x = a.
Formal (ε–δ) Definition
- For every ε > 0,
- There exists a δ > 0,
- Such that whenever 0 < |x − a| < δ,
- It follows that |f(x) − L| < ε.
Variants of Limit Notation
-
One-sided limits
- limx → a⁻ f(x) = L (approach from left)
- limx → a⁺ f(x) = L (approach from right)
-
Limits at infinity
- limx → ∞ f(x) = L
- limx → −∞ f(x) = L
-
Infinite limits
- limx → a f(x) = ∞ means f(x) grows arbitrarily large as x approaches a.
-
Sequence limits
- limn → ∞ aₙ = L applies the same idea to a sequence (aₙ).
Examples
- limx → 2 (3x + 1) = 7
- limx → 0 sin(x)/x = 1
- limx → ∞ 1/x = 0
- limx → 1⁻ ln(x) = 0
Common Notational Conventions
- Omit writing lim when context is clear in proofs (e.g., “As x → 0, sin x ∼ x”).
- Use x → a⁺ or a⁻ for boundary behavior on an interval.
- In multiple variables: lim(x,y) → (a,b) f(x,y) = L.
Next Steps
- Techniques for evaluating limits (algebraic simplification, squeeze theorem, L’Hôpital’s rule).
- How limits define continuity and the derivative.
- Extensions to metric spaces and topology, where lim generalizes via neighborhoods.
- Series and infinite products: ∑n=0∞ aₙ converges if limN → ∞ ∑n=0N aₙ exists.
No comments:
Post a Comment