Once you understand the basic idea of a limit, the next step is learning how to compute limits efficiently. Limit laws are a set of rules that let you break complicated limits into simpler ones — just like arithmetic rules for numbers, but for limits.

📌 Assumption
For all the laws below, we assume that $\displaystyle \lim_{x \to a} f(x)$ and $\displaystyle \lim_{x \to a} g(x)$ both exist (are finite numbers).

📋 The Limit Laws (Reference Table)

Sum Law
$\displaystyle \lim_{x \to a} [f(x) + g(x)] = L + M$
Difference Law
$\displaystyle \lim_{x \to a} [f(x) - g(x)] = L - M$
Constant Multiple Law
$\displaystyle \lim_{x \to a} [c \cdot f(x)] = c \cdot L$
Product Law
$\displaystyle \lim_{x \to a} [f(x) \cdot g(x)] = L \cdot M$
Quotient Law
$\displaystyle \lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M},\; M \neq 0$
Power Law
$\displaystyle \lim_{x \to a} [f(x)]^n = L^n$ (for integer $n$)
Root Law
$\displaystyle \lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{L}$ (for even $n$, $L \ge 0$)
Direct Substitution
If $f$ is a polynomial or rational function and $a$ is in the domain, then $\displaystyle \lim_{x \to a} f(x) = f(a)$
💡 Why These Matter
Instead of computing limits from scratch every time, you can use these laws to build up the limit of a complex expression from the limits of its simpler parts.

🔧 How to Use Limit Laws (Step by Step)

When you see a complicated limit, follow this strategy:

  1. Try direct substitution first — if you get a finite number, you're done.
  2. If you get $\frac{0}{0}$, try factoring, simplifying, or rationalizing.
  3. Break the expression into pieces using the sum, product, and quotient laws.
  4. Apply the constant multiple law to pull constants outside the limit.
  5. Use the power/root laws to handle exponents and roots.
Example 1Sum and Constant Multiple Laws

Find $\displaystyle \lim_{x \to 2} (3x^2 - 4x + 1)$.

Example 2Product and Power Laws

Find $\displaystyle \lim_{x \to 1} (x^2 \cdot \sqrt{x})$.

Example 3Quotient Law

Find $\displaystyle \lim_{x \to 3} \frac{x^2 - 9}{x - 3}$.

Example 4Rationalizing (Advanced)

Find $\displaystyle \lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4}$.

⚠️ Important: When Limit Laws Don't Apply
If any individual limit involved does not exist, you cannot apply these laws directly. For example, if $\lim f(x)$ does not exist, you cannot use the sum law to break it apart.
🔍 Key Takeaways
← Back to Module Page