Fiveable

โˆซCalculus I Unit 2 Review

QR code for Calculus I practice questions

2.3 The Limit Laws

2.3 The Limit Laws

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

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 limโกxโ†’af(x)\lim_{x \to a} f(x) and limโกxโ†’ag(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: limโกxโ†’a[f(x)+g(x)]=limโกxโ†’af(x)+limโกxโ†’ag(x)\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)
  • Difference law: limโกxโ†’a[f(x)โˆ’g(x)]=limโกxโ†’af(x)โˆ’limโกxโ†’ag(x)\lim_{x \to a} [f(x) - g(x)] = \lim_{x \to a} f(x) - \lim_{x \to a} g(x)
  • Product law: limโกxโ†’a[f(x)โ‹…g(x)]=limโกxโ†’af(x)โ‹…limโกxโ†’ag(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: limโกxโ†’af(x)g(x)=limโกxโ†’af(x)limโกxโ†’ag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}, provided limโกxโ†’ag(x)โ‰ 0\lim_{x \to a} g(x) \neq 0
  • Power law: limโกxโ†’a[f(x)]n=[limโกxโ†’af(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: limโกxโ†’af(x)n=limโกxโ†’af(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: limโกxโ†’a[cโ‹…f(x)]=cโ‹…limโกxโ†’af(x)\lim_{x \to a} [c \cdot f(x)] = c \cdot \lim_{x \to a} f(x)

There's also a composition law: if limโกxโ†’ag(x)=L\lim_{x \to a} g(x) = L and ff is continuous at LL, then limโกxโ†’af(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 limโกxโ†’0sinโก(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: limโกxโ†’2(3x2โˆ’4x+1)=3(2)2โˆ’4(2)+1=12โˆ’8+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.

limโกxโ†’1x2โˆ’1xโˆ’1=limโกxโ†’1(xโˆ’1)(x+1)xโˆ’1=limโกxโ†’1(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 (xโˆ’1)(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.

limโกxโ†’0x+1โˆ’1x=limโกxโ†’0(x+1โˆ’1)(x+1+1)x(x+1+1)=limโกxโ†’0xx(x+1+1)=limโกxโ†’01x+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 (Aโˆ’B)(A+B)=A2โˆ’B2(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 limโกxโ†’ag(x)=limโกxโ†’ah(x)=L\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L, then limโกxโ†’af(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 limโกxโ†’0x2sinโกโ€‰โฃ(1x)=0\lim_{x \to 0} x^2 \sin\!\left(\frac{1}{x}\right) = 0.

  1. You know โˆ’1โ‰คsinโกโ€‰โฃ(1x)โ‰ค1-1 \leq \sin\!\left(\frac{1}{x}\right) \leq 1 for all xโ‰ 0x \neq 0.
  2. Multiply through by x2x^2 (which is non-negative): โˆ’x2โ‰คx2sinโกโ€‰โฃ(1x)โ‰คx2-x^2 \leq x^2 \sin\!\left(\frac{1}{x}\right) \leq x^2.
  3. Both limโกxโ†’0(โˆ’x2)=0\lim_{x \to 0}(-x^2) = 0 and limโกxโ†’0x2=0\lim_{x \to 0} x^2 = 0.
  4. By the squeeze theorem, limโกxโ†’0x2sinโกโ€‰โฃ(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: limโกxโ†’0sinโกxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 and limโกxโ†’01โˆ’cosโกxx=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: limโกxโ†’aโˆ’f(x)\lim_{x \to a^-} f(x)
  • From the right: limโกxโ†’a+f(x)\lim_{x \to a^+} f(x)

The two-sided limit limโกxโ†’af(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:

limโกxโ†’0+1x=โˆžandlimโกxโ†’0โˆ’1x=โˆ’โˆž\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 limโกxโ†’01x\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. limโกxโ†’af(x)\lim_{x \to a} f(x) exists.
  3. limโกxโ†’af(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 limโกxโ†’af(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<โˆฃxโˆ’aโˆฃ<ฮด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.

2,589 studying โ†’