Functions, Limits, and Continuity
Differential calculus begins with a rigorous understanding of functions and their behavior as inputs approach specific values. This topic covers the essential building blocks: function properties, limits, the Squeeze Theorem, and continuity, which are prerequisites for understanding the derivative.
Basic Function Properties
Before exploring limits, it is crucial to understand the foundational properties of functions, which often simplify calculus operations and graphing. Two of the most important concepts are the domain and range.
Domain and Range
- Domain: The set of all possible input values (usually ) for which the function is defined and produces a valid real number. Common restrictions include avoiding division by zero and preventing even roots of negative numbers.
- Range: The set of all possible output values (usually or ) that the function can produce given its domain.
Special Types of Functions
- Absolute Value Function: . It represents the distance from zero. It is defined piecewise as if , and if . Its graph is V-shaped, with a sharp corner at the origin.
- Piecewise Functions: Functions defined by multiple sub-functions, each applying to a certain interval of the main function's domain. Limits and continuity must be carefully checked at the boundaries where the rules change.
Even, Odd, and Periodic Functions
- Even Functions: A function is even if for all in its domain. Its graph is symmetric with respect to the y-axis. (e.g., ).
- Odd Functions: A function is odd if for all in its domain. Its graph is symmetric with respect to the origin. (e.g., ).
- Periodic Functions: A function is periodic if there exists a positive constant such that for all . The smallest such is the fundamental period.
The Limit Concept
Limit of a Function
The limit of a function as approaches a value , denoted as , means that as gets arbitrarily close to (but not equal to ), the value of gets arbitrarily close to .
Key Properties of Limits
- Independence from Function Value: The value of does not affect . The function doesn't even need to be defined at .
- Left-hand limit: (approaching from values smaller than ).
- Right-hand limit: (approaching from values larger than ).
- Existence: For the general limit to exist, the left-hand and right-hand limits must be equal.
Limit Explorer
-13
x0.5000
f(x)1.5000
Target (L)2
Notice how f(x) gets closer to L as x approaches c, even if f(c) is undefined.
Formal Epsilon-Delta Definition
While the intuitive definition serves for most engineering applications, the formal definition of a limit ensures mathematical rigor. It states that if for every number \epsilon > 0 (no matter how small), there exists a corresponding number \delta > 0 such that if 0 < |x - c| < \delta, then |f(x) - L| < \epsilon.
Epsilon-Delta Visualization
Adjust the output tolerance () to see the required input window (). The function is with a limit of at . Notice that .
Values:
Limit
Input
Required
Loading chart...
Limit Laws
Assuming and exist, the following laws allow us to compute limits algebraically.
Fundamental Limit Laws
- Sum/Difference:
- Product:
- Quotient: (provided )
- Power:
- Root: (if is even, L > 0)
The Squeeze (Sandwich) Theorem
The Squeeze Theorem is a powerful tool for evaluating the limits of functions that are difficult or impossible to evaluate directly, by "squeezing" them between two simpler functions whose limits are known.
Squeeze Theorem
If for all in an open interval containing (except possibly at itself), and if:
Then it must be true that . This theorem is crucial for proving that .
Evaluating Limits
1. Direct Substitution
For continuous functions (polynomials, rational functions where denominator is not 0, trigonometric functions), we can often find the limit by simply plugging in the value.
2. Factoring Method (Indeterminate Forms)
When direct substitution results in , we have an indeterminate form. This suggests a hole in the graph. We often need to factor and cancel common terms.
3. Conjugate Method
When dealing with radicals resulting in , multiplying by the conjugate often helps to rationalize the numerator or denominator.
Continuity
Continuity is a central concept in calculus. Intuitively, a function is continuous if you can draw its graph without lifting your pen.
Continuity at a Point
A function is continuous at a point if three conditions are met:
- Defined: is defined.
- Limit Exists: exists.
- Matches: .
Discontinuity
If any of these three conditions fail, the function is discontinuous at .
Types of Discontinuity
- Removable Discontinuity: The limit exists, but is either undefined or not equal to the limit. (e.g., a hole in the graph).
- Jump Discontinuity: The left-hand and right-hand limits exist but are not equal. (e.g., piecewise functions like step functions).
- Infinite Discontinuity: One or both of the one-sided limits go to infinity. (e.g., vertical asymptotes).
Continuity & Discontinuity Explorer
Analysis at x = 2
The function is continuous at x = 2. The limit as x approaches 2 exists and is equal to the function value f(2) = 4.
Loading chart...
The Intermediate Value Theorem (IVT)
The Intermediate Value Theorem is a fundamental property of continuous functions, guaranteeing that a continuous curve must pass through every intermediate y-value between two endpoints.
Intermediate Value Theorem
If a function is continuous on a closed interval , and is any number strictly between and , then there exists at least one number in the open interval such that .
Application of IVT
A primary application of the IVT is proving the existence of roots (zeros). If is continuous on , and and have opposite signs, the IVT guarantees there is at least one point in where .
Infinite Limits and Limits at Infinity
Types of Limits at Infinity
- Infinite Limits: If increases or decreases without bound as , we say the limit is or . This indicates a vertical asymptote at .
- Limits at Infinity: We analyze the behavior of as or . This relates to horizontal asymptotes.
Asymptotes
Types of Asymptotes
- Vertical Asymptote (VA): Occurs at if or . Typically found where the denominator of a rational function is zero and the numerator is non-zero.
- Horizontal Asymptote (HA): Occurs at if or . Describes the end behavior of the function.
- Oblique (Slant) Asymptote (OA): Occurs when the degree of the numerator is exactly one greater than the degree of the denominator. Found using polynomial long division. The quotient forms the equation of the slant asymptote .
Key Takeaways
- A limit describes the behavior of a function near a point, requiring both one-sided limits to be equal for existence.
- The Squeeze Theorem evaluates difficult limits by sandwiching them between functions with known limits.
- Continuity guarantees that the limit equals the function value. Discontinuities can be removable, jump, or infinite.
- The Intermediate Value Theorem (IVT) ensures that a continuous function assumes every value between its endpoints, useful for proving the existence of roots.
- Limits at infinity and infinite limits define the horizontal and vertical asymptotes of a function, respectively.