What if you could compute limits the same way you compute regular arithmetic? It turns out you can—most of the time.
Consider the limit $\lim_{x \to 3}(x^2 + 5x)$. Rather than doing something complicated, the Limit Laws tell us we can break this into pieces: find the limit of $x^2$, find the limit of $5x$, then add them together. The laws formalize the intuitive idea that "limits respect algebra."
This is why polynomials are so easy to work with: you can just substitute the value directly, because each piece of the limit works out.
| Property | Value |
|---|---|
| Concept | Limits |
| Chapter | 1.6 |
| Difficulty | Beginner |
| Time | ~20 minutes |
If $\lim_{x \to a} f(x) = L$ and $\lim_{x \to a} g(x) = M$, then:
| Law | Statement | In Words |
|---|---|---|
| Sum | $\lim_{x \to a}[f(x) + g(x)] = L + M$ | Limit of sum = sum of limits |
| Difference | $\lim_{x \to a}[f(x) - g(x)] = L - M$ | Limit of difference = difference of limits |
| Constant Multiple | $\lim_{x \to a}[c \cdot f(x)] = c \cdot L$ | Constants factor out |
| Product | $\lim_{x \to a}[f(x) \cdot g(x)] = L \cdot M$ | Limit of product = product of limits |
| Quotient | $\lim_{x \to a}\frac{f(x)}{g(x)} = \frac{L}{M}$ | Limit of quotient = quotient of limits |
Important: The Quotient Law requires $M \neq 0$.
| Law | Statement | Condition |
|---|---|---|
| Power | $\lim_{x \to a}[f(x)]^n = L^n$ | $n$ is any positive integer |
| Root | $\lim_{x \to a}\sqrt[n]{f(x)} = \sqrt[n]{L}$ | If $n$ is even, require $L > 0$ |
| Limit | Value | Why |
|---|---|---|
| $\lim_{x \to a} c$ | $c$ | Constants don't change |
| $\lim_{x \to a} x$ | $a$ | $x$ approaches $a$ |
| $\lim_{x \to a} x^n$ | $a^n$ | Power Law applied |
For polynomials and rational functions (when the denominator is nonzero at $a$):
$$\boxed{\lim_{x \to a} f(x) = f(a)}$$
Why this works: Polynomials are built from sums, products, and powers—all operations where limits "pass through" unchanged.
Can I substitute x = a directly?
│
▼
Is f(a) defined?
/ \
Yes No
│ │
▼ ▼
f(a) is Algebraic work
the limit needed first
Evaluate $\lim_{x \to 2}(3x^2 - 4x + 7)$.
Evaluate $\lim_{x \to 3}\frac{x^2 + 2x - 1}{x + 4}$.
Evaluate $\lim_{x \to 4}\sqrt{2x^2 + x + 3}$.
Given that $\lim_{x \to 2} f(x) = 4$ and $\lim_{x \to 2} g(x) = -3$, evaluate:
$$\lim_{x \to 2}\frac{2f(x) - g(x)}{[f(x)]^2 + 1}$$
Suppose $\lim_{x \to a} f(x) = L$ exists and $\lim_{x \to a} g(x)$ does not exist.
True or False: If $\lim_{x \to 3} f(x) = 0$ and $\lim_{x \to 3} g(x) = 0$, then the Quotient Law tells us $\lim_{x \to 3}\frac{f(x)}{g(x)} = 0$.
Think of limits like a well-behaved calculator:
Just as your calculator can add, subtract, multiply, and divide numbers, limits "respect" these same operations. If $f(x) \to 5$ and $g(x) \to 3$, then $f(x) + g(x) \to 8$ for the same reason that $5 + 3 = 8$.
The only catch: division by zero breaks the calculator—and it breaks the Quotient Law too.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Limit Intuition | Skills Index | Indeterminate Forms |
Last updated: 2026-01-22