Skip to main content
The new Teacher Workspace is here. Your first 3 assignments are free. Try it →

2.3 The Limit Laws

Updated March 2026Fiveable Content Team
Fiveable

Calculus I Unit 2 Review

QR code for Calculus I practice questions

2.3 The Limit Laws

Limit laws let you break a complex limit into simpler pieces that you can evaluate individually. Once you know these rules, you can handle most limit problems in Calculus I by combining a few basic moves: direct substitution, algebraic simplification, and (when those fail) special techniques like the squeeze theorem.

Limit Laws and Techniques

Fundamental limit laws

The core idea is this: if limxaf(x)\lim_{x \to a} f(x) and limxag(x)\lim_{x \to a} g(x) both exist, you can split up a complicated limit into parts. Each law below requires that the individual limits exist.

  • Sum law: limxa[f(x)+g(x)]=limxaf(x)+limxag(x)\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)
  • Difference law: limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x) - g(x)] = \lim_{x \to a} f(x) - \lim_{x \to a} g(x)
  • Product law: limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)
  • Quotient law: limxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}, provided limxag(x)0\lim_{x \to a} g(x) \neq 0
  • Power law: limxa[f(x)]n=[limxaf(x)]n\lim_{x \to a} [f(x)]^n = \left[\lim_{x \to a} f(x)\right]^n for any positive integer nn
  • Root law: limxaf(x)n=limxaf(x)n\lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{\lim_{x \to a} f(x)} for any positive integer nn (and if nn is even, the limit inside must be positive)
  • Constant multiple rule: limxa[cf(x)]=climxaf(x)\lim_{x \to a} [c \cdot f(x)] = c \cdot \lim_{x \to a} f(x)

There's also a composition law: 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). This comes up whenever you have a function nested inside another, like limx0sin(x2)\lim_{x \to 0} \sin(x^2).

Limits of polynomial functions

Polynomials are continuous everywhere, so you can always evaluate their limits by direct substitution: just plug in the value of aa.

For example: limx2(3x24x+1)=3(2)24(2)+1=128+1=5\lim_{x \to 2} (3x^2 - 4x + 1) = 3(2)^2 - 4(2) + 1 = 12 - 8 + 1 = 5

Rational functions (a polynomial divided by a polynomial) also allow direct substitution, as long as the denominator isn't zero at that point. When you plug in and get 00\frac{0}{0}, that's an indeterminate form, which signals that you need algebraic work before you can find the limit.

Fundamental limit laws, How Do You Evaluate The Limit Of A Difference Quotient? – Math FAQ

Simplifying complex limit expressions

When direct substitution gives you 00\frac{0}{0}, try these techniques:

Factoring and canceling: Factor the numerator and denominator, then cancel the common factor that's causing the zero.

limx1x21x1=limx1(x1)(x+1)x1=limx1(x+1)=2\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = \lim_{x \to 1} \frac{(x-1)(x+1)}{x-1} = \lim_{x \to 1}(x+1) = 2

You can cancel (x1)(x-1) because limits care about what happens near x=1x = 1, not at x=1x = 1.

Multiplying by the conjugate: When square roots are involved, multiply the numerator and denominator by the conjugate to eliminate the radical.

limx0x+11x=limx0(x+11)(x+1+1)x(x+1+1)=limx0xx(x+1+1)=limx01x+1+1=12\lim_{x \to 0} \frac{\sqrt{x+1} - 1}{x} = \lim_{x \to 0} \frac{(\sqrt{x+1}-1)(\sqrt{x+1}+1)}{x(\sqrt{x+1}+1)} = \lim_{x \to 0} \frac{x}{x(\sqrt{x+1}+1)} = \lim_{x \to 0} \frac{1}{\sqrt{x+1}+1} = \frac{1}{2}

The conjugate trick works because (AB)(A+B)=A2B2(A - B)(A + B) = A^2 - B^2, which removes the square root from the numerator.

Application of the squeeze theorem

The squeeze theorem (also called the sandwich theorem) is your go-to when algebraic simplification won't work, especially with oscillating functions like sine and cosine.

The setup: if g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) for all xx near aa (except possibly at aa itself), and limxag(x)=limxah(x)=L\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L, then limxaf(x)=L\lim_{x \to a} f(x) = L.

You're "squeezing" f(x)f(x) between two functions that both converge to the same value, so f(x)f(x) has no choice but to converge there too.

Classic example: Show that limx0x2sin ⁣(1x)=0\lim_{x \to 0} x^2 \sin\!\left(\frac{1}{x}\right) = 0.

  1. You know 1sin ⁣(1x)1-1 \leq \sin\!\left(\frac{1}{x}\right) \leq 1 for all x0x \neq 0.
  2. Multiply through by x2x^2 (which is non-negative): x2x2sin ⁣(1x)x2-x^2 \leq x^2 \sin\!\left(\frac{1}{x}\right) \leq x^2.
  3. Both limx0(x2)=0\lim_{x \to 0}(-x^2) = 0 and limx0x2=0\lim_{x \to 0} x^2 = 0.
  4. By the squeeze theorem, limx0x2sin ⁣(1x)=0\lim_{x \to 0} x^2 \sin\!\left(\frac{1}{x}\right) = 0.
Fundamental limit laws, How Do You Compute the Limit of a Difference Quotient? – Math FAQ

Specific limit strategies by function type

  • Polynomial functions: Direct substitution always works.
  • Rational functions: Try direct substitution first. If you get 00\frac{0}{0}, factor and cancel, or multiply by a conjugate.
  • Trigonometric functions: Use the squeeze theorem or key identities. Two limits you should memorize: limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 and limx01cosxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0.
  • Exponential and logarithmic functions: These are continuous on their domains, so direct substitution typically works. Use properties of exponents and logarithms to simplify first when needed.

Function behavior near points

One-sided limits describe what happens as xx approaches aa from just one direction:

  • From the left: limxaf(x)\lim_{x \to a^-} f(x)
  • From the right: limxa+f(x)\lim_{x \to a^+} f(x)

The two-sided limit limxaf(x)\lim_{x \to a} f(x) exists only if both one-sided limits exist and are equal. If they disagree, the two-sided limit does not exist, which indicates some kind of discontinuity at x=ax = a.

Infinite limits occur when function values grow without bound. For example:

limx0+1x=andlimx01x=\lim_{x \to 0^+} \frac{1}{x} = \infty \quad \text{and} \quad \lim_{x \to 0^-} \frac{1}{x} = -\infty

Since the one-sided limits aren't equal (and aren't even finite), the two-sided limit limx01x\lim_{x \to 0} \frac{1}{x} does not exist. The graph has a vertical asymptote at x=0x = 0.

Continuity and limit definitions

A function ff is continuous at x=ax = a if three things hold:

  1. f(a)f(a) is defined.
  2. limxaf(x)\lim_{x \to a} f(x) exists.
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

This is exactly why direct substitution works for polynomials and other continuous functions: condition 3 says the limit equals the function value.

The epsilon-delta definition gives a rigorous way to prove a limit statement. It says limxaf(x)=L\lim_{x \to a} f(x) = L if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that whenever 0<xa<δ0 < |x - a| < \delta, we have f(x)L<ϵ|f(x) - L| < \epsilon. You may or may not need to write epsilon-delta proofs in Calc I, but understanding the idea (making f(x)f(x) as close to LL as you want by keeping xx close enough to aa) helps the concept of a limit make sense.

The Intermediate Value Theorem (IVT) states that if ff is continuous on [a,b][a, b] and NN is any value between f(a)f(a) and f(b)f(b), then there exists some cc in (a,b)(a, b) with f(c)=Nf(c) = N. This is often used to show that an equation has a solution: if f(a)f(a) is negative and f(b)f(b) is positive (or vice versa), then ff must cross zero somewhere between aa and bb.