Limit
The fundamental concept underlying all of calculus, describing the value a function approaches as the input approaches some value.
Definition
In mathematics, a limit is the value that a function (or sequence) approaches as the input (or index) approaches some value. Limits are essential to calculus and mathematical analysis, and are used to define continuity, derivatives, and integrals.
The concept of a limit is one of the most fundamental ideas in calculus, serving as the foundation for both differential and integral calculus.
Formal Definition (Epsilon-Delta)
We say that the limit of f(x) as x approaches a is L, written as:
If for every ε > 0, there exists a δ > 0 such that:
This rigorous definition, developed by Karl Weierstrass, provides the precise meaning of a limit.
Types of Limits
1. Two-Sided Limit
The standard limit where x approaches a from both sides:
2. One-Sided Limits
Left-hand limit: x approaches a from the left (x < a)
Right-hand limit: x approaches a from the right (x > a)
3. Limits at Infinity
Describing behavior as x grows without bound:
4. Infinite Limits
When the function grows without bound:
Limit Laws
If limx→a f(x) = L and limx→a g(x) = M exist, then:
Sum Rule
Difference Rule
Product Rule
Quotient Rule
Power Rule
Constant Rule
Important Limits
Fundamental Trigonometric Limit
Exponential Limit
Alternative Form
Natural Logarithm Limit
Exponential Growth
Methods for Evaluating Limits
1. Direct Substitution
If f is continuous at a, simply substitute x = a.
2. Factoring
Factor and cancel common terms to remove indeterminate forms.
3. Rationalization
Multiply by the conjugate to eliminate radicals.
4. L'Hôpital's Rule
For indeterminate forms 0/0 or ∞/∞:
5. Squeeze Theorem
If g(x) ≤ f(x) ≤ h(x) and lim g(x) = lim h(x) = L, then lim f(x) = L.
Indeterminate Forms
These forms require special techniques to evaluate:
- 0/0 - Use factoring, L'Hôpital's rule, or algebraic manipulation
- ∞/∞ - Apply L'Hôpital's rule or compare growth rates
- 0 · ∞ - Rewrite as a fraction
- ∞ - ∞ - Combine terms or factor
- 1∞ - Often related to the definition of e
- 00 and ∞0 - Use logarithms
Examples
Example 1: Find limx→2 (x² - 4) / (x - 2)
Solution: Direct substitution gives 0/0. Factor the numerator: (x-2)(x+2)/(x-2) = x+2. Therefore, the limit equals 2+2 = 4.
Example 2: Find limx→0 sin(3x) / x
Solution: Rewrite as 3 · sin(3x)/(3x). Using the fundamental limit, this equals 3 · 1 = 3.
Example 3: Find limx→∞ (3x² + 2x - 1) / (2x² - x + 5)
Solution: Divide numerator and denominator by x²: (3 + 2/x - 1/x²) / (2 - 1/x + 5/x²). As x→∞, terms with x in denominator approach 0. Limit = 3/2.
Applications
- Continuity: A function is continuous at a point if the limit equals the function value
- Derivatives: Defined as the limit of the difference quotient
- Integrals: Defined as the limit of Riemann sums
- Asymptotic Analysis: Describing function behavior near singularities
- Series Convergence: Using limits to test for convergence
- Physics: Instantaneous velocity, acceleration, and rates of change