Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Rules of Limits






Breaking Limits Into Pieces


Computing limits directly from definitions—chasing epsilons and deltas—is rigorous but impractical for everyday calculation. The power of limit rules lies in decomposition: break a complicated expression into simpler parts, find the limit of each part, then reassemble.

These rules reflect the algebraic structure of limits. The limit of a sum is the sum of the limits. The limit of a product is the product of the limits. Such properties hold because limits preserve algebraic operations, provided the component limits exist.

That final condition is crucial. Every rule listed here requires the individual limits to exist before the rule applies. When a limit yields an indeterminate form, the rules do not directly help—algebraic manipulation must come first.

Key Terms

Limitthe object these rules operate on
Indeterminate Formsignals that limit rules cannot be applied directly
Continuitycontinuous functions allow limits to pass through compositions

See All Calculus Definitions


Limit of a Constant


For any constant cc:

limxac=c\lim_{x \to a} c = c


A constant function f(x)=cf(x) = c outputs the same value regardless of input. As xx approaches aa, the output remains cc. The limit is simply cc.

This rule seems trivial but serves as a foundation. Combined with other rules, it handles constant terms in any expression.

Limit of the Identity Function


For the identity function f(x)=xf(x) = x:

limxax=a\lim_{x \to a} x = a


As xx approaches aa, the value of xx approaches aa. This tautology provides the base case for handling any polynomial: every polynomial is built from constants and powers of xx, and this rule handles the linear term.

Sum and Difference Rules


If limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M, then:

limxa[f(x)+g(x)]=L+M\lim_{x \to a} [f(x) + g(x)] = L + M


limxa[f(x)g(x)]=LM\lim_{x \to a} [f(x) - g(x)] = L - M


The limit of a sum is the sum of the limits. The limit of a difference is the difference of the limits.

Both component limits must exist. If either fails to exist, these rules do not apply. The indeterminate form \infty - \infty illustrates what can go wrong: two quantities both growing without bound may have a difference that converges, diverges, or oscillates.

Constant Multiple Rule


If limxaf(x)=L\lim_{x \to a} f(x) = L and cc is a constant:

limxa[cf(x)]=cL\lim_{x \to a} [c \cdot f(x)] = c \cdot L


Constants factor out of limits. This is a special case of the product rule where one factor is constant, but it appears frequently enough to state separately.

Scaling a function by a constant scales its limit by the same constant.

Product Rule


If limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M, then:

limxa[f(x)g(x)]=LM\lim_{x \to a} [f(x) \cdot g(x)] = L \cdot M


The limit of a product is the product of the limits. This extends to any finite number of factors: if each factor has a limit, the product's limit equals the product of those limits.

The indeterminate form 00 \cdot \infty shows the rule's limitation. When one factor approaches 00 while the other grows without bound, the product's behavior depends on the relative rates—it might approach 00, \infty, or any finite value.

Quotient Rule


If limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M with M0M \neq 0, then:

limxaf(x)g(x)=LM\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M}


The limit of a quotient is the quotient of the limits, provided the denominator's limit is nonzero.

When M=0M = 0, the rule fails. If L0L \neq 0 and M=0M = 0, the limit is typically infinite (analyze the sign to determine ++\infty or -\infty). If both L=0L = 0 and M=0M = 0, you have the indeterminate form 0/00/0, requiring further techniques.

Power Rule


If limxaf(x)=L\lim_{x \to a} f(x) = L and nn is a positive integer:

limxa[f(x)]n=Ln\lim_{x \to a} [f(x)]^n = L^n


Repeated application of the product rule yields this result. The limit of a power is the power of the limit.

For rational exponents:

limxa[f(x)]m/n=Lm/n\lim_{x \to a} [f(x)]^{m/n} = L^{m/n}


provided L>0L > 0 (or L0L \geq 0 when nn is odd). Root functions require care with domain restrictions.

Root Rule


If limxaf(x)=L\lim_{x \to a} f(x) = L and the nn-th root exists:

limxaf(x)n=Ln\lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{L}


For odd nn, this holds for all real LL. For even nn, the rule requires L0L \geq 0 and f(x)0f(x) \geq 0 near aa.

This is the power rule with exponent 1/n1/n. The limit of a root is the root of the limit, provided the root is defined.

Absolute Value Rule


If limxaf(x)=L\lim_{x \to a} f(x) = L, then:

\lim_{x \to a} |f(x)| = |L|}


The limit of an absolute value is the absolute value of the limit.

The converse does not hold: \lim_{x \to a} |f(x)}| may exist even when limxaf(x)\lim_{x \to a} f(x) does not. For example, |(-1)^n|} equals 11 for all nn, but (1)n(-1)^n has no limit as nn \to \infty.

Limits of Polynomials


For any polynomial p(x)=anxn+an1xn1++a1x+a0p(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0:

limxap(x)=p(a)\lim_{x \to a} p(x) = p(a)


Direct substitution always works for polynomials. This follows from applying the sum, constant multiple, and power rules to each term.

Polynomials are continuous everywhere, so the limit at any point equals the function value at that point.

Limits of Rational Functions


For a rational function r(x)=p(x)q(x)r(x) = \dfrac{p(x)}{q(x)} where pp and qq are polynomials:

limxar(x)=p(a)q(a)provided q(a)0\lim_{x \to a} r(x) = \frac{p(a)}{q(a)} \quad \text{provided } q(a) \neq 0


When the denominator is nonzero at aa, substitute directly. When q(a)=0q(a) = 0, the quotient rule fails and other techniques are needed.

If q(a)=0q(a) = 0 but p(a)0p(a) \neq 0, the limit is infinite. If both p(a)=0p(a) = 0 and q(a)=0q(a) = 0, factor and cancel the common root before substituting.
Function class at x = a limx → a Status
Polynomial p(x) p(a) direct substitution always works (continuous everywhere)
Rational p(x)/q(x),  q(a) ≠ 0 p(a) / q(a) direct substitution works
Rational p(x)/q(x),  q(a) = 0,  p(a) ≠ 0 ±∞ limit is infinite; analyze sign near a to determine + or −
Rational p(x)/q(x),  p(a) = q(a) = 0 0 / 0 indeterminate factor and cancel the common root, then re-evaluate — see evaluating limits

Composition Rule


If limxag(x)=L\lim_{x \to a} g(x) = L and ff is continuous at LL, then:

limxaf(g(x))=f(L)\lim_{x \to a} f(g(x)) = f(L)


The limit passes through continuous functions. You first find the limit of the inner function, then apply the outer function to that limit.

Continuity of ff at LL is essential. Without it, the behavior of ff near LL might not match f(L)f(L), and the rule fails.

The Squeeze Theorem


Suppose g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) for all xx near aa (except possibly at aa itself). If:

limxag(x)=Landlimxah(x)=L\lim_{x \to a} g(x) = L \quad \text{and} \quad \lim_{x \to a} h(x) = L


then:

limxaf(x)=L\lim_{x \to a} f(x) = L


The function ff is trapped between two functions that converge to the same limit. It has nowhere to go but LL.

This theorem proves the special limit limx0sinxx=1\lim_{x \to 0} \dfrac{\sin x}{x} = 1 through a geometric argument that bounds sinxx\dfrac{\sin x}{x} between cosx\cos x and 11 near zero.

When Rules Fail


    Every rule requires component limits to exist. When they don't, the rule cannot be applied directly.

    Indeterminate forms signal this breakdown:

  • 00\dfrac{0}{0} — quotient rule fails
  • \dfrac{\infty}{\infty} — quotient rule fails
  • 00 \cdot \infty — product rule fails
  • \infty - \infty — difference rule fails
  • 000^0, 11^\infty, 0\infty^0 — power rule fails

  • These forms require transformation before rules apply. Factor and cancel, rationalize, rewrite in equivalent forms—the goal is to eliminate the indeterminate form so that limit rules can finish the computation.

    The evaluating limits page covers techniques for resolving these cases.
Indeterminate form Arising from Rule that fails
0 / 0 f → 0 divided by g → 0 quotient rule (denominator limit is 0)
∞ / ∞ f → ∞ divided by g → ∞ quotient rule (neither side is finite)
0 · ∞ f → 0 multiplied by g → ∞ product rule (one factor not finite)
∞ − ∞ f → ∞ minus g → ∞ difference rule (both quantities not finite)
00 f → 0 raised to g → 0 power rule (subtle interaction between base and exponent)
1 f → 1 raised to g → ∞ power rule (the limit of 1 + 1/x to the x is e, not 1)
0 f → ∞ raised to g → 0 power rule (subtle interaction between base and exponent)

Summary: Master Reference of Limit Rules


The rules above split into three families: the basic facts (constant, identity), the algebraic combination rules (sum/difference, constant multiple, product, quotient, power, root, absolute value), and the advanced rules (composition, Squeeze Theorem). The table below collects all eleven in one place with each rule's precise conditions, since the conditions — not the formulas — are what distinguish correct application from a misuse that produces a wrong answer.
Rule Statement Conditions
Constant limx → a c = c always — no conditions
Identity limx → a x = a always — no conditions
Sum / Difference lim (f ± g) = L ± M both component limits exist
Constant multiple lim (c · f) = c · L the limit of f exists; c any real constant
Product lim (f · g) = L · M both component limits exist
Quotient lim (f / g) = L / M both component limits exist AND M ≠ 0
Power lim fn = Ln n positive integer; rational n requires L > 0 (or L ≥ 0 when denominator is odd)
Root lim  n√f = n√L odd n: all L; even n: L ≥ 0 and f ≥ 0 near a
Absolute value lim |f| = |L| the limit of f exists (converse does not hold)
Composition lim f(g(x)) = f(L) lim g(x) = L AND f is continuous at L
Squeeze Theorem lim f = L g(x) ≤ f(x) ≤ h(x) near a, with lim g = lim h = L