Properties of Limits
Limits are the foundation of calculus, allowing you to analyze function behavior near specific points. They help you understand continuity, rates of change, and what happens to function values at tricky spots.
The properties of limits simplify complex calculations by breaking them into manageable parts. These rules cover basic operations, polynomials, powers, roots, and rational functions, plus how to handle indeterminate forms like .

Properties of Limits
Limits of basic algebraic operations
All of these properties assume that and both exist. If either limit doesn't exist, you can't apply these rules directly.
- Sum Rule: The limit of a sum equals the sum of the limits.
- Difference Rule: The limit of a difference equals the difference of the limits.
- Product Rule: The limit of a product equals the product of the limits.
- Constant Multiple Rule: You can pull a constant out of a limit.
where is a constant.
These rules let you break a complicated limit into smaller pieces, evaluate each piece, and then combine the results. For example, to find , you can find and separately, then add them: .

Limits of polynomial functions
Polynomial functions are continuous everywhere, which means the limit as approaches is just the function value at . This gives you the simplest possible method: direct substitution.
To find where is a polynomial, just plug into the polynomial.
Example: For :
No special techniques needed. Direct substitution works every time for polynomials because they have no holes, jumps, or asymptotes.
Limits with powers and roots
- Power Rule: The limit of a power equals the power of the limit.
where is a real number.
- Root Rule: The limit of an th root equals the th root of the limit.
where is a positive integer. For even roots, the limit of the radicand must be non-negative.
- Exponential Function Rule: The limit of an exponential function equals the base raised to the limit of the exponent.
where and .
The pattern across all three rules is the same: evaluate the limit of the "inner" function first, then apply the outer operation (power, root, or exponential) to the result.

Limits of rational functions
Quotient Rule: The limit of a quotient equals the quotient of the limits, provided the denominator's limit isn't zero.
When the denominator's limit isn't zero, just use direct substitution. The interesting cases are when it is zero.
Indeterminate Form
This occurs when both the numerator and denominator approach 0. The limit might still exist, but you need to do more work to find it. The most common strategy is factoring and canceling:
- Factor the numerator and denominator.
- Cancel the common factor that's causing both to equal zero.
- Evaluate the simplified expression using direct substitution.
Example:
Direct substitution gives , so factor instead:
Indeterminate Form
This occurs when both the numerator and denominator grow without bound (typically as ). To resolve it, divide every term in the numerator and denominator by the highest power of present.
Example:
Divide everything by :
The terms with in the denominator go to 0 as , leaving only the leading coefficients.
Continuity and Discontinuities
A function is continuous at if three conditions are all met:
- is defined.
- exists.
- .
If any of these fails, the function has a discontinuity at that point. Discontinuities come in a few types:
- Removable discontinuity: The limit exists, but the function is either undefined or has a different value at that point. On a graph, this looks like a hole. You could "fill it in" by redefining the function at that single point.
- Jump discontinuity: The left-hand and right-hand limits both exist but aren't equal. The graph has a sudden jump.
- Infinite discontinuity: The function approaches or near the point, producing a vertical asymptote.
Why does continuity matter for limits? When a function is continuous at , you can always use direct substitution. Discontinuities are exactly the spots where you'll need the algebraic techniques from the rational functions section above.