Mathwords logoReference LibraryMathwords

Limit Laws

Limit laws are a set of rules that let you break complicated limits into simpler pieces. Instead of evaluating one difficult limit, you can split it into separate limits of sums, differences, products, quotients, and powers, then combine the results.

Limit laws are algebraic properties of limits that hold whenever the individual limits exist and are finite. If limxcf(x)=L\lim_{x \to c} f(x) = L and limxcg(x)=M\lim_{x \to c} g(x) = M, where LL and MM are real numbers, then the limit of a sum, difference, product, quotient, or power of ff and gg can be expressed in terms of LL and MM. These laws formalize why you can often evaluate a limit by substituting the value directly into the expression.

Key Formula

Sum:limxc[f(x)+g(x)]=L+MDifference:limxc[f(x)g(x)]=LMProduct:limxc[f(x)g(x)]=LMQuotient:limxcf(x)g(x)=LM,M0Power:limxc[f(x)]n=LnConstant Multiple:limxc[kf(x)]=kL\begin{aligned} &\textbf{Sum:} \quad \lim_{x \to c}[f(x)+g(x)] = L + M \\ &\textbf{Difference:} \quad \lim_{x \to c}[f(x)-g(x)] = L - M \\ &\textbf{Product:} \quad \lim_{x \to c}[f(x) \cdot g(x)] = L \cdot M \\ &\textbf{Quotient:} \quad \lim_{x \to c}\frac{f(x)}{g(x)} = \frac{L}{M}, \quad M \neq 0 \\ &\textbf{Power:} \quad \lim_{x \to c}[f(x)]^n = L^n \\ &\textbf{Constant Multiple:} \quad \lim_{x \to c}[k \cdot f(x)] = k \cdot L \end{aligned}
Where:
  • LL = the limit of f(x) as x approaches c
  • MM = the limit of g(x) as x approaches c
  • cc = the value x is approaching
  • kk = a constant
  • nn = a positive integer

Worked Example

Problem: Find limx2(3x2+5x4)\lim_{x \to 2}\left(3x^2 + 5x - 4\right).
Step 1: Apply the sum/difference law to split the limit into three separate limits.
limx2(3x2)+limx2(5x)limx2(4)\lim_{x \to 2}(3x^2) + \lim_{x \to 2}(5x) - \lim_{x \to 2}(4)
Step 2: Apply the constant multiple law to pull the constants out of each limit.
3limx2(x2)+5limx2(x)43 \cdot \lim_{x \to 2}(x^2) + 5 \cdot \lim_{x \to 2}(x) - 4
Step 3: Apply the power law to the first term and evaluate each limit by substitution.
3(2)2+5(2)43 \cdot (2)^2 + 5 \cdot (2) - 4
Step 4: Simplify the arithmetic.
3(4)+104=12+104=183(4) + 10 - 4 = 12 + 10 - 4 = 18
Answer: limx2(3x2+5x4)=18\lim_{x \to 2}\left(3x^2 + 5x - 4\right) = 18

Why It Matters

Limit laws are the foundation for nearly everything in calculus. They justify the direct substitution method you use most often to evaluate limits, and they underpin the proofs of derivative rules like the product rule and quotient rule. Without these laws, you would need to go back to the formal epsilon-delta definition every time you wanted to find a limit.

Common Mistakes

Mistake: Using the quotient law when the denominator's limit is zero.
Correction: The quotient law requires M0M \neq 0. If limxcg(x)=0\lim_{x \to c} g(x) = 0, you must use a different technique — such as factoring, rationalizing, or L'Hôpital's Rule — before evaluating the limit.
Mistake: Applying limit laws when one of the individual limits does not exist.
Correction: All the standard limit laws require that limxcf(x)\lim_{x \to c} f(x) and limxcg(x)\lim_{x \to c} g(x) each exist as finite numbers. If either limit is infinite or does not exist, you cannot split the expression using these rules directly.

Related Terms

  • LimitThe core concept these laws apply to
  • One-Sided LimitLimit laws also hold for one-sided limits