Study Guide

Determining limits using algebraic properties of limits

AP Calculus ABΒ· AP Calculus AB CED β€” Limits and ContinuityΒ· 14 min read

1. Basic Algebraic Limit Lawsβ˜…β˜…β˜†β˜†β˜†β± 3 min

The basic algebraic limit laws (or limit properties) are fundamental rules that let you combine known limits of individual functions to evaluate the limit of a more complex expression. All laws below require that both and exist as finite real numbers.

  • Constant multiple: for any constant

  • Sum/difference:

  • Product:

  • Quotient: for

  • Power/root: for any positive integer , and (with if is even)

πŸ“ Worked Example

Given that and , find .

  1. 1

    Apply the sum/difference law to split the expression into three separate limits, since both original limits are finite:

    limxβ†’25f(x)+lim⁑xβ†’2(g(x))2βˆ’lim⁑xβ†’22f(x)+10lim_{x \to 2} 5f(x) + \lim_{x \to 2} (g(x))^2 - \lim_{x \to 2} \sqrt{2 f(x) + 10}
  2. 2

    Apply the constant multiple rule to the first term:

    5β‹…lim⁑xβ†’2f(x)=5(βˆ’3)=βˆ’155 \cdot \lim_{x \to 2} f(x) = 5(-3) = -15
  3. 3

    Apply the power rule to the second term:

    (lim⁑xβ†’2g(x))2=42=16\left(\lim_{x \to 2} g(x)\right)^2 = 4^2 = 16
  4. 4

    Simplify the radical term using the sum, constant multiple and root rules:

    lim⁑xβ†’2(2f(x)+10)=2(βˆ’3)+10=4=2\sqrt{\lim_{x \to 2} (2f(x) + 10)} = \sqrt{2(-3) + 10} = \sqrt{4} = 2
  5. 5

    Combine the results to get the final limit:

    βˆ’15+16βˆ’2=βˆ’1-15 + 16 - 2 = -1

Exam tip:

Always confirm that both original limits exist as finite values before applying the limit laws; you cannot apply the quotient law or difference law to infinite limits without adjusting for indeterminate forms first.

2. Direct Substitution for Continuous Functionsβ˜…β˜…β˜†β˜†β˜†β± 2 min

All basic continuous functions (polynomials, rational functions, roots, exponentials, trigonometric functions) are continuous at every point in their domains. By definition of continuity at , , so you can substitute directly into the function to get the exact limit. This method is the fastest way to evaluate limits when valid, but fails if is undefined.

πŸ“ Worked Example

Evaluate .

  1. 1

    Check if the function is defined and continuous at : this rational function only has discontinuities where the denominator is zero. Calculate denominator at :

    (βˆ’1)2βˆ’3=1βˆ’3=βˆ’2β‰ 0(-1)^2 - 3 = 1 - 3 = -2 \neq 0
  2. 2

    Since is in the domain, direct substitution is valid. Substitute into the numerator:

    (βˆ’1)3βˆ’2(βˆ’1)+5=βˆ’1+2+5=6(-1)^3 - 2(-1) + 5 = -1 + 2 + 5 = 6
  3. 3

    Apply the quotient rule to get the final limit:

    6βˆ’2=βˆ’3\frac{6}{-2} = -3

Exam tip:

Always check the denominator before using direct substitution for rational functions; if the denominator is zero and the numerator is non-zero, the limit does not exist as a finite value, so do not try to cancel anything.

3. Factoring to Resolve 0/0 Indeterminate Formsβ˜…β˜…β˜…β˜†β˜†β± 4 min

The most common indeterminate form on the AP exam is , which occurs when direct substitution gives zero in both numerator and denominator of a rational function. This means is a common factor of both numerator and denominator, where is the point you are approaching. Because when taking , we only care about values near (not at ), , so canceling the common factor is algebraically valid. After canceling, use direct substitution on the simplified expression.

πŸ“ Worked Example

Evaluate .

  1. 1

    Test direct substitution at :

    32βˆ’5(3)+6=0,32βˆ’9=03^2 - 5(3) + 6 = 0, \quad 3^2 - 9 = 0
  2. 2

    We have a indeterminate form, so we factor both numerator and denominator:

    x2βˆ’5x+6=(xβˆ’2)(xβˆ’3),x2βˆ’9=(xβˆ’3)(x+3)x^2 - 5x + 6 = (x-2)(x-3), \quad x^2 - 9 = (x-3)(x+3)
  3. 3

    Cancel the common factor (valid since when taking the limit):

    lim⁑xβ†’3(xβˆ’2)(xβˆ’3)(xβˆ’3)(x+3)=lim⁑xβ†’3xβˆ’2x+3\lim_{x \to 3} \frac{(x-2)(x-3)}{(x-3)(x+3)} = \lim_{x \to 3} \frac{x-2}{x+3}
  4. 4

    Use direct substitution on the simplified function:

    3βˆ’23+3=16\frac{3-2}{3+3} = \frac{1}{6}

Exam tip:

When you get 0/0 after direct substitution, do not conclude the limit is 0 or does not exist; always check for common factors first. Most AP MCQ 0/0 problems have a finite limit from factoring.

4. Rationalizing to Resolve Indeterminate Formsβ˜…β˜…β˜…β˜†β˜†β± 4 min

When you get a indeterminate form with square roots, factoring is not immediately possible. Instead, use rationalizing, which relies on the difference of squares identity: . Multiply both numerator and denominator by the conjugate of the radical expression (flip the sign on the radical term) to eliminate the radical, reveal a common factor to cancel, then use direct substitution.

πŸ“ Worked Example

Evaluate .

  1. 1

    Test direct substitution at :

    0+4βˆ’2=0,denominator =0\sqrt{0+4} - 2 = 0, \quad \text{denominator } = 0
  2. 2

    We have a indeterminate form that requires rationalizing. Multiply numerator and denominator by the conjugate of the numerator, :

    lim⁑xβ†’0(x+4βˆ’2)(x+4+2)x(x+4+2)\lim_{x \to 0} \frac{(\sqrt{x + 4} - 2)(\sqrt{x + 4} + 2)}{x(\sqrt{x + 4} + 2)}
  3. 3

    Simplify the numerator using difference of squares:

    (x+4)2βˆ’(2)2=(x+4)βˆ’4=x(\sqrt{x+4})^2 - (2)^2 = (x+4) - 4 = x
  4. 4

    This simplifies the expression, then cancel the common factor (valid since when taking the limit):

    lim⁑xβ†’0xx(x+4+2)=lim⁑xβ†’01x+4+2\lim_{x \to 0} \frac{x}{x(\sqrt{x + 4} + 2)} = \lim_{x \to 0} \frac{1}{\sqrt{x + 4} + 2}
  5. 5

    Use direct substitution to get the final result:

    14+2=14\frac{1}{\sqrt{4} + 2} = \frac{1}{4}
βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is equal to ?

    • -5

    • -\frac{5}{2}

    • \frac{1}{3}

    • The limit does not exist

Exam tip:

Always multiply both numerator and denominator by the conjugate to keep the value of the expression the same; forgetting to multiply the denominator is a common mistake that leads to wrong answers.

5. Common Pitfalls

Wrong move:

After getting , substitute before canceling, get and conclude the limit does not exist.

Why:

Confuses the value of the function at with the limit as approaches ; assumes undefined means the limit is undefined.

Correct move:

Always cancel common factors first, since for the limit never actually equals , so is non-zero and can be canceled.

Wrong move:

Applying the quotient limit law to by plugging in 2, getting and writing the limit as .

Why:

Confuses with , which is an undefined infinite limit.

Correct move:

When direct substitution gives non-zero numerator over zero denominator, recognize the limit is infinite (does not exist as a finite real number), do not invert the fraction.

Wrong move:

When rationalizing, only multiply the numerator by the conjugate, leaving the original denominator unchanged.

Why:

Forgets that you must multiply by to keep the expression value the same, leading to an incorrect result.

Correct move:

Always multiply both numerator and denominator by the conjugate to retain the original value of the expression.

Wrong move:

Applying the difference limit law to to get .

Why:

The difference law only applies when both limits are finite; infinity is not a finite number, so you cannot subtract infinities directly.

Correct move:

Factor or rewrite the expression to resolve the indeterminate form before applying any limit laws.

Wrong move:

When evaluating where is discontinuous at , plug in to get the limit.

Why:

Assumes all functions are continuous everywhere, but may not equal the limit of as approaches for discontinuous functions.

Correct move:

If you are not given that and are continuous at , use the given limits of and when applying product law, not the function values at .

6. Quick Reference Cheatsheet

Category

Formula

Notes

Constant Multiple Rule

Applies if exists

Sum/Difference Rule

Only applies if both limits are finite

Product Rule

Only applies if both limits are finite

Quotient Rule

Only applies if both limits finite,

Power/Root Rule

,

Root rule requires if even

Direct Substitution

Only applies if continuous at , defined

Factoring for 0/0

Cancel common factor, evaluate simplified limit

Valid because when taking

Rationalizing for 0/0

Multiply numerator/denominator by conjugate of radical

Eliminates radical to reveal common factor for canceling

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Evaluate limit of rational function

  • 2022 Β· FRQ

    Limit step for continuity check

What's Next

Mastering algebraic limit properties is a foundational prerequisite for all upcoming topics in AP Calculus AB. This skill is required to analyze continuity, apply the Intermediate Value Theorem, compute derivatives using the limit definition, and evaluate integrals, since all derivatives and integrals are defined as limits. After mastering this sub-topic, you will next move to evaluating limits at infinity to find horizontal asymptotes, followed by formal analysis of continuity at a point and over intervals. Without solid proficiency in algebraic limit evaluation, you will struggle with almost all non-trivial problems on the AP exam, as it is a required intermediate step for most FRQ and many MCQ questions.