Definition of limits
Limits describe how a function behaves as its input gets closer and closer to a specific value. They're the core idea underlying all of calculus: derivatives, integrals, and continuity all depend on limits.
Intuitive understanding
A limit asks: what value does approach as gets closer to some target? The function doesn't need to actually equal that value at the target point. It might not even be defined there. What matters is the trend.
- Graphically, you're looking at the y-value the curve settles toward as x moves toward a particular spot.
- This is especially useful near points where the function has holes, jumps, or vertical asymptotes.
For example, is undefined at , but as approaches 1, the function approaches 2. So .
Formal epsilon-delta definition
The formal definition makes the intuitive idea precise using two quantities: (epsilon) and (delta).
means: for every , there exists a such that whenever , we have .
In plain terms: no matter how tight a tolerance () you set around the output , you can always find a small enough window () around the input that keeps all outputs within that tolerance. This definition provides the rigorous foundation for proving limit properties and theorems.
One-sided vs two-sided limits
Sometimes a function behaves differently depending on which direction you approach from.
- Left-hand limit : only considers values of less than (approaching from the left).
- Right-hand limit : only considers values of greater than (approaching from the right).
- Two-sided limit exists only when both one-sided limits exist and are equal.
One-sided limits are particularly useful at endpoints of a function's domain and at jump discontinuities, where the left and right behaviors differ.
Evaluating limits
Several techniques exist for computing limits. The right method depends on the form of the function and what happens when you try the simplest approach first.
Direct substitution method
Always try this first. If the function is continuous at the point you care about, just plug in the value.
For example: .
This works for polynomials, most rational functions (where the denominator isn't zero), and standard transcendental functions like and . When substitution gives you a well-defined number, you're done. When it produces something like , you need a different technique.
Factoring techniques
When direct substitution yields , the numerator and denominator likely share a common factor. Factor both, cancel the shared term, then try substitution again.
Example:
-
Direct substitution gives .
-
Factor the numerator: .
-
Cancel: (for ).
-
Substitute: .
This process also reveals removable discontinuities: the original function has a hole at , but the limit still equals 4.
Rationalization strategy
When the expression involves square roots (or other radicals), multiply the numerator and denominator by the conjugate to eliminate the radical.
Example:
-
Direct substitution gives .
-
Multiply by the conjugate: .
-
The numerator becomes .
-
Simplify: .
-
Substitute : .
L'Hôpital's rule
This is a powerful tool for indeterminate forms or . If and are both 0 or both , then:
provided the right-hand limit exists. You can apply the rule repeatedly if the result is still indeterminate. Just make sure you verify the indeterminate form each time before reapplying.
Types of limits
Finite limits
A finite limit means the function approaches a specific real number. Written as , where is finite. This is the most common type and often indicates the function is well-behaved near that point, even if it's not defined exactly at .
Infinite limits
An infinite limit means the function's output grows without bound as approaches some value. For instance, .
- means the function increases without bound.
- means it decreases without bound.
Infinite limits signal vertical asymptotes on the graph. Technically, when we say a limit "equals infinity," the limit doesn't exist as a real number; the notation describes the specific way it fails to exist.
Limits at infinity
These describe what happens to as itself grows very large (positive or negative).
- : the function flattens toward zero.
- : compare leading terms to find horizontal asymptotes.
Limits at infinity reveal horizontal asymptotes and the long-term behavior of a function. For rational functions, compare the degrees of the numerator and denominator: same degree gives the ratio of leading coefficients, higher degree on top means the limit is infinite, and higher degree on the bottom means the limit is zero.

Limit properties
These properties let you break complicated limits into simpler pieces, provided each individual limit exists.
Sum and difference rules
You can evaluate the limit of a sum (or difference) by taking the limits separately and combining. This works as long as both individual limits exist and are finite.
Product and quotient rules
- Product:
- Quotient: , provided
When the denominator's limit is zero, the quotient rule doesn't apply directly, and you'll need techniques like factoring, rationalization, or L'Hôpital's rule.
Composition of functions
For a composite function : if and is continuous at , then:
The continuity requirement on the outer function is essential here. This property also provides the conceptual basis for the chain rule in differentiation.
Continuity and limits
Continuity ties together the limit of a function and its actual value. A continuous function is one where limits behave exactly as you'd hope.
Definition of continuity
A function is continuous at a point if all three conditions hold:
- is defined.
- exists.
- .
If any condition fails, the function is discontinuous at . For continuous functions, evaluating a limit is the same as plugging in the value, which is why direct substitution works on them.
Continuity underpins major theorems like the Intermediate Value Theorem and the Extreme Value Theorem.
Types of discontinuities
- Jump discontinuity: Both one-sided limits exist but aren't equal. The graph has a visible "jump" (e.g., piecewise functions like the floor function).
- Removable discontinuity: The limit exists, but either is undefined or . The graph has a "hole" that could be filled by redefining the function at that point.
- Infinite discontinuity: The function approaches near the point, creating a vertical asymptote (e.g., at ).
- Oscillating discontinuity: The function oscillates infinitely without settling on a value (e.g., as ).
Intermediate value theorem
If is continuous on the closed interval , and is any value between and , then there exists at least one in such that .
Intuitively, a continuous function can't skip over values. If and , then somewhere between 1 and 5, the function must equal zero (and every other value between and ). This theorem is the basis for root-finding methods like the bisection algorithm.
Applications of limits
Rates of change
The derivative, which measures instantaneous rate of change, is defined as a limit:
This takes the average rate of change over a shrinking interval and finds what it approaches as the interval width goes to zero. Applications include velocity in physics (derivative of position), marginal cost in economics (derivative of total cost), and optimization across engineering and finance.
Tangent lines
The slope of the tangent line to at the point is exactly , which comes from the same limit definition above. The tangent line equation is:
Tangent lines give the best linear approximation of a function near a point. This idea is used in linear approximation, Newton's method for root-finding, and computer graphics for rendering smooth curves.
Area under curves
Limits also define the definite integral. You approximate the area under from to using rectangles (a Riemann sum), then take the limit as :
As the rectangles get thinner, the approximation gets better, and the limit gives the exact area. This connects to calculating work done by a variable force, probabilities for continuous distributions, and accumulated quantities in general.

Common limit forms
Indeterminate forms
When direct substitution produces an expression whose value can't be determined without further work, you have an indeterminate form. The seven standard indeterminate forms are:
These are "indeterminate" because expressions with these forms can converge to different values depending on the specific functions involved. Each requires algebraic manipulation, L'Hôpital's rule, or logarithmic techniques to resolve.
Trigonometric limits
Several standard trig limits appear frequently and are worth memorizing:
The first one, , is foundational. It's typically proved using the Squeeze Theorem and a geometric argument with the unit circle. Many other trig limits can be derived from it.
Exponential and logarithmic limits
Two key limits define the behavior of exponential and logarithmic functions:
- (this is one definition of Euler's number )
These show up in compound interest (as compounding frequency approaches infinity, you get continuous compounding), population growth models, and anywhere exponential or logarithmic behavior needs precise analysis.
Sequences and series limits
Limits extend naturally from functions to sequences (ordered lists of numbers) and series (sums of infinitely many terms).
Convergence vs divergence
- A sequence or series converges if it approaches a finite limit.
- It diverges if it doesn't: it might grow without bound, oscillate, or simply fail to settle on any value.
Determining convergence is one of the central questions in analysis. For series, a necessary (but not sufficient) condition for convergence is that the individual terms approach zero.
Limit of a sequence
The limit of a sequence is the value the terms approach as :
Formally, this means for every , there exists an such that for all . Evaluation techniques mirror those for function limits: direct computation, algebraic simplification, and the Squeeze Theorem all apply.
Limit of a series
A series is the sum of a sequence's terms. Its value is defined as the limit of the partial sums:
If this limit exists and is finite, the series converges. Various convergence tests help determine this: the ratio test, root test, comparison test, and integral test are among the most common. Series limits are central to Taylor series, Fourier series, and many areas of applied mathematics.
Multivariable limits
When functions depend on more than one variable, limits become more subtle because there are infinitely many paths along which you can approach a point.
Limits in two variables
For , we write . This means gets arbitrarily close to as approaches along every possible path.
The key challenge: in one variable, there are only two directions (left and right). In two variables, you can approach along straight lines, curves, spirals, or any other path. If any two paths give different limiting values, the limit does not exist.
Directional limits
A directional limit examines the function along one specific path. Using a parameter :
This checks the limit along a straight line at angle . To show a multivariable limit doesn't exist, it's enough to find two paths that yield different values. But showing all directional limits agree is not sufficient to prove the overall limit exists, since curved paths might give a different result.
Partial derivatives and limits
Partial derivatives are defined using single-variable limits while holding the other variables constant:
This measures the rate of change of with respect to alone. If all partial derivatives exist and are continuous in a neighborhood of a point, the function is differentiable there. Partial derivatives are essential in optimization, physics (thermodynamics, fluid dynamics), and any modeling that involves multiple changing quantities.