Skip to main content
United StatesCalculusSyllabus dot point

How do the limit laws let you break a complicated limit into simple pieces you can evaluate?

Topic 1.5 Determining Limits Using Algebraic Properties of Limits: apply the limit laws (sum, difference, product, quotient, constant multiple, power) and direct substitution to evaluate limits.

A focused answer to AP Calculus AB Topic 1.5, covering the limit laws (sum, product, quotient, power) and direct substitution for evaluating limits of continuous functions, with worked examples.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The limit laws
  3. Direct substitution
  4. Reading the result of substitution
  5. Using the laws with unknown limits
  6. Why substitution can fail

What this topic is asking

The College Board (Topic 1.5) wants you to evaluate limits using the limit laws and direct substitution. When a function is built from sums, products, quotients and powers of pieces whose limits you know, the limit of the whole is built the same way from the limits of the pieces. For most "nice" (continuous) functions, this just means substituting the value of aa.

The limit laws

These let you decompose a complicated limit into simple ones. The basic building blocks are lim⁑xβ†’ac=c\lim_{x \to a} c = c (a constant) and lim⁑xβ†’ax=a\lim_{x \to a} x = a (the identity).

Direct substitution

So lim⁑xβ†’2(x2+3xβˆ’1)=22+3(2)βˆ’1=9\lim_{x \to 2} (x^2 + 3x - 1) = 2^2 + 3(2) - 1 = 9 just by plugging in, because polynomials are continuous everywhere.

Reading the result of substitution

After substituting, you see one of three things:

  • A real number: that is the limit. Done.
  • nonzero0\frac{\text{nonzero}}{0}: the limit is infinite (does not exist as a finite value); check signs for ±∞\pm\infty.
  • 00\frac{0}{0}: an indeterminate form. The limit may still exist, but you must simplify first (factor, rationalize, or use another method) - this is Topic 1.6.

Using the laws with unknown limits

The limit laws are not only for plugging in numbers; they are also how you combine limits you are told but cannot compute, which is a frequent exam format. If a problem states lim⁑xβ†’af(x)=4\lim_{x \to a} f(x) = 4 and lim⁑xβ†’ag(x)=βˆ’2\lim_{x \to a} g(x) = -2 without giving formulas, you still find lim⁑xβ†’a[f(x)+3g(x)]\lim_{x \to a}[f(x) + 3g(x)], lim⁑xβ†’a[f(x)g(x)]\lim_{x \to a}[f(x)g(x)], or lim⁑xβ†’af(x)\lim_{x \to a}\sqrt{f(x)} purely by applying the corresponding law to the given values. Here the laws are doing real work, because no substitution is possible. The one law to apply with care is the quotient law: before writing lim⁑flim⁑g\frac{\lim f}{\lim g} you must confirm lim⁑gβ‰ 0\lim g \neq 0, since a zero denominator-limit means the quotient law does not apply and the limit needs separate analysis. This "given the parts, build the whole" skill is exactly what the abstract limit-law questions test.

Why substitution can fail

Direct substitution works precisely when the function is continuous at aa. If aa is not in the domain (for instance it makes a denominator zero), substitution will not give a clean number, and the algebraic-manipulation methods of the next topic take over. The discipline is always the same: substitute first, then read what kind of result you got. Because the standard families - polynomials, rationals on their domains, roots, trig, exponential and logarithmic functions - are continuous wherever they are defined, substitution succeeds for the large majority of limits you meet, and only the special 00\frac{0}{0} and k0\frac{k}{0} cases need extra work. Knowing that substitution is the default, not a lucky shortcut, keeps your method orderly.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2022 (style)1 marksSection I (multiple choice, no calculator). Given lim⁑xβ†’3f(x)=5\lim_{x \to 3} f(x) = 5 and lim⁑xβ†’3g(x)=2\lim_{x \to 3} g(x) = 2, find lim⁑xβ†’3[f(x)βˆ’3g(x)]\lim_{x \to 3} \left[ f(x) - 3g(x) \right]. (A) βˆ’1-1 (B) 11 (C) βˆ’11-11 (D) 1111
Show worked answer β†’

The correct answer is (A), βˆ’1-1.

Apply the difference and constant-multiple laws: lim⁑xβ†’3[f(x)βˆ’3g(x)]=lim⁑xβ†’3f(x)βˆ’3lim⁑xβ†’3g(x)=5βˆ’3(2)=5βˆ’6=βˆ’1\lim_{x \to 3} [f(x) - 3g(x)] = \lim_{x \to 3} f(x) - 3\lim_{x \to 3} g(x) = 5 - 3(2) = 5 - 6 = -1. The limit of a sum or difference is the sum or difference of the limits, and a constant factor pulls outside the limit.

AP 2023 (style)3 marksSection II (free response, no calculator). Let lim⁑xβ†’af(x)=4\lim_{x \to a} f(x) = 4 and lim⁑xβ†’ag(x)=βˆ’2\lim_{x \to a} g(x) = -2. Evaluate each, naming the limit law used: (a) lim⁑xβ†’a[f(x)g(x)]\lim_{x \to a} [f(x)g(x)]. (b) lim⁑xβ†’af(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)}. (c) lim⁑xβ†’a[f(x)]2\lim_{x \to a} [f(x)]^2.
Show worked answer β†’

A 3-point question on applying the limit laws.

(a) (1 point) Product law: lim⁑[f(x)g(x)]=(lim⁑f)(lim⁑g)=(4)(βˆ’2)=βˆ’8\lim [f(x)g(x)] = (\lim f)(\lim g) = (4)(-2) = -8.
(b) (1 point) Quotient law (valid since lim⁑g=βˆ’2β‰ 0\lim g = -2 \neq 0): lim⁑f(x)g(x)=lim⁑flim⁑g=4βˆ’2=βˆ’2\lim \frac{f(x)}{g(x)} = \frac{\lim f}{\lim g} = \frac{4}{-2} = -2.
(c) (1 point) Power law: lim⁑[f(x)]2=(lim⁑f)2=42=16\lim [f(x)]^2 = (\lim f)^2 = 4^2 = 16. Markers want the correct value and the named law for each.

Related dot points

Sources & how we know this