Study Guide

Determining limits using algebraic manipulation

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

1. Factoring for Indeterminate 0/0 Formsβ˜…β˜…β˜†β˜†β˜†β± 3 min

The most common indeterminate form you will encounter on the AP exam is , which occurs when direct substitution gives both the numerator and denominator equal to 0 at the limit point . By the Factor Theorem, is a common factor of both the numerator and denominator. We can factor out this common term and cancel it, which is valid because when taking the limit as , is never actually equal to , so is never zero, and cancellation is allowed.

πŸ“˜ Definition

Indeterminate 0/0 Form

A result of direct substitution where both numerator and denominator of a rational function approach 0. This form does not give a valid limit value and requires algebraic manipulation to resolve.

πŸ“ Worked Example

Evaluate

  1. 1

    Step 1: Test direct substitution to confirm indeterminate form. For :

  2. 2
    9βˆ’15+6=0(numerator),9βˆ’9=0(denominator)9 - 15 + 6 = 0 \quad (\text{numerator}), \quad 9 - 9 = 0 \quad (\text{denominator})
  3. 3

    We have a 0/0 indeterminate form, so factoring applies.

  4. 4

    Step 2: Fully factor numerator and denominator:

  5. 5
    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)
  6. 6

    Step 3: Cancel the common term, valid because as :

  7. 7
    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}
  8. 8

    Step 4: Evaluate by direct substitution:

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

Exam tip:

Always check for an indeterminate form first before canceling terms. If you get a non-zero number over 0 after substitution, the limit is infinite (or does not exist), do not try to factor and cancel.

2. Rationalization for Radical Indeterminate Formsβ˜…β˜…β˜…β˜†β˜†β± 3 min

When an indeterminate 0/0 form comes from a radical expression in the numerator or denominator, factoring will not work directly, so we use rationalization. The conjugate of an expression is : flipping the sign between the radical and the constant term. When we multiply by the conjugate, we get a difference of squares that eliminates the radical, leaving a common factor we can cancel to resolve the indeterminate form. This method is extremely common for derivatives calculated via the limit definition.

πŸ“ Worked Example

Evaluate

  1. 1

    Step 1: Test direct substitution to confirm indeterminate form:

  2. 2
    9+0βˆ’3=0(numerator),h=0(denominator)\sqrt{9+0} - 3 = 0 \quad (\text{numerator}), \quad h = 0 \quad (\text{denominator})
  3. 3

    We have 0/0, so rationalization is required.

  4. 4

    Step 2: Multiply numerator and denominator by the conjugate of the numerator :

  5. 5
    lim⁑hβ†’0(9+hβˆ’3)(9+h+3)h(9+h+3)\lim_{h \to 0} \frac{(\sqrt{9 + h} - 3)(\sqrt{9 + h} + 3)}{h(\sqrt{9 + h} + 3)}
  6. 6

    Step 3: Simplify the numerator using the difference of squares identity:

  7. 7
    (9+h)2βˆ’32=(9+h)βˆ’9=h(\sqrt{9+h})^2 - 3^2 = (9 + h) - 9 = h
  8. 8

    The expression simplifies to:

  9. 9
    lim⁑hβ†’0hh(9+h+3)\lim_{h \to 0} \frac{h}{h(\sqrt{9 + h} + 3)}
  10. 10

    Step 4: Cancel the common term, valid because as :

  11. 11
    lim⁑hβ†’019+h+3\lim_{h \to 0} \frac{1}{\sqrt{9 + h} + 3}
  12. 12

    Step 5: Substitute to get the final result:

  13. 13
    13+3=16\frac{1}{3 + 3} = \frac{1}{6}

Exam tip:

Rationalize whichever side of the fraction the radical causing the indeterminate form is on. If the radical is in the numerator (common for derivative definition problems), rationalize the numerator, not the denominator.

3. Limits at Infinity: Dividing by the Highest Power of xβ˜…β˜…β˜…β˜†β˜†β± 3 min

For limits as (limits at infinity), we often get an indeterminate form for rational functions (polynomial divided by polynomial). The core intuition here is that for very large , the highest power of in the expression dominates all lower-degree terms, which become negligible as . To simplify, divide every term in the numerator and denominator by the highest power of present in the denominator, then use the limit law for any .

πŸ“ Worked Example

Evaluate

  1. 1

    Step 1: Confirm the indeterminate form: as , both numerator and denominator approach , giving .

  2. 2

    Step 2: The highest power of in the denominator is , so divide every term by :

  3. 3
    lim⁑xβ†’βˆž2x2x2βˆ’5xx2+1x25x2x2+3xx2βˆ’2x2=lim⁑xβ†’βˆž2βˆ’5x+1x25+3xβˆ’2x2\lim_{x \to \infty} \frac{\frac{2x^2}{x^2} - \frac{5x}{x^2} + \frac{1}{x^2}}{\frac{5x^2}{x^2} + \frac{3x}{x^2} - \frac{2}{x^2}} = \lim_{x \to \infty} \frac{2 - \frac{5}{x} + \frac{1}{x^2}}{5 + \frac{3}{x} - \frac{2}{x^2}}
  4. 4

    Step 3: Apply the limit law: all terms with approach 0 as , so we are left with:

  5. 5
    25\frac{2}{5}

Exam tip:

When working with and pulling out of even roots, remember that for negative . A common mistake is forgetting the negative sign here.

4. Simplifying Complex Fractionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Complex fractions are fractions where the numerator, denominator, or both contain smaller nested fractions. These often produce 0/0 indeterminate forms when we try direct substitution, so we need to clear the nested fractions first before factoring and canceling. Identify the least common denominator (LCD) of all the small nested fractions, then multiply the entire numerator and entire denominator of the big fraction by this LCD to eliminate all nested denominators.

πŸ“ Worked Example

Evaluate

  1. 1

    Step 1: Test direct substitution at :

  2. 2
    11βˆ’1=0(numerator),2βˆ’2=0(denominator)\frac{1}{1} - 1 = 0 \quad (\text{numerator}), \quad 2 - 2 = 0 \quad (\text{denominator})
  3. 3

    We have 0/0 indeterminate form, so we need to clear the nested fraction.

  4. 4

    Step 2: The LCD of the nested fractions is . Multiply numerator and denominator by the LCD:

  5. 5
    lim⁑xβ†’2(xβˆ’1)(1xβˆ’1βˆ’1)(xβˆ’1)(xβˆ’2)=lim⁑xβ†’21βˆ’(xβˆ’1)(xβˆ’1)(xβˆ’2)\lim_{x \to 2} \frac{(x-1)\left(\frac{1}{x-1} - 1\right)}{(x-1)(x - 2)} = \lim_{x \to 2} \frac{1 - (x - 1)}{(x-1)(x - 2)}
  6. 6

    Step 3: Simplify the numerator:

  7. 7
    1βˆ’x+1=2βˆ’x=βˆ’(xβˆ’2),β†’lim⁑xβ†’2βˆ’(xβˆ’2)(xβˆ’1)(xβˆ’2)1 - x + 1 = 2 - x = -(x - 2), \quad \to \quad \lim_{x \to 2} \frac{-(x - 2)}{(x-1)(x - 2)}
  8. 8

    Step 4: Cancel the common term (valid because as ), then substitute:

  9. 9
    lim⁑xβ†’2βˆ’1xβˆ’1=βˆ’12βˆ’1=βˆ’1\lim_{x \to 2} \frac{-1}{x-1} = \frac{-1}{2-1} = -1

Exam tip:

Always distribute the negative sign when simplifying numerators after clearing fractionsβ€”sign errors are the most common mistake here.

5. AP-Style Concept Checkβ˜…β˜…β˜…β˜…β˜†β± 2 min

βœ“ Quick check

Test your understanding with this multiple choice question:

  1. Evaluate

    • The limit does not exist

    Reveal answer
    1 β€”

    Correct. Factoring gives , substituting gives .

6. Common Pitfalls

Wrong move:

Canceling individual terms/coefficients instead of entire common factors, e.g., canceling the 2 in to get 0.

Why:

Students confuse simplifying coefficients with canceling common polynomial factors, incorrectly removing terms that are not common to the entire numerator and denominator.

Correct move:

Fully factor both numerator and denominator first, then only cancel entire common polynomial factors, never individual terms or coefficients.

Wrong move:

Substituting before canceling the common factor, leading to getting 0/0 again.

Why:

Students rush after factoring and forget to remove the common indeterminate factor from the expression before substitution.

Correct move:

After factoring, explicitly cancel the common factor from both numerator and denominator before substituting .

Wrong move:

Forgetting the negative sign for problems with radicals, e.g., claiming instead of -1.

Why:

Students forget that , which equals for all negative .

Correct move:

Whenever you pull a power of out of a square root for , add a negative sign to the result.

Wrong move:

Rationalizing the wrong side of the fraction, e.g., rationalizing the denominator for , leaving the 0/0 form intact.

Why:

Students memorize 'rationalize the denominator' from earlier algebra and apply it incorrectly.

Correct move:

Always rationalize the side of the fraction that contains the radical causing the 0/0 indeterminate form.

Wrong move:

Dividing by the highest power of in the numerator instead of the denominator, leading to incorrect leading coefficient ratios.

Why:

Students mix up which highest power to use when degrees of numerator and denominator differ.

Correct move:

Always divide every term by the highest power of present in the denominator, regardless of the highest power in the numerator.

7. Quick Reference Cheatsheet

Category

Rule/Formula

Notes

Factoring 0/0 Indeterminate Form

Valid because means ; applies when substitution gives 0/0

Rationalization

Multiply by conjugate:

Use when 0/0 comes from a radical; rationalize the side with the radical

Simplifying Complex Fractions

Multiply numerator/denominator by LCD of nested fractions

Clear nested fractions before factoring and canceling

Limit of at Infinity

for

Holds for all positive ; used for rational function limits at infinity

Equal Degree Rational Function

If limit = 0; if limit is

Negative x Radical Rule

for

Critical for problems; don't forget the negative sign

Indeterminate vs Non-Indeterminate

are indeterminate; () is not

Only indeterminate forms need algebraic manipulation; means infinite limit (DNE)

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

    Indeterminate 0/0 limit evaluation

  • 2022 Β· FRQ

    Limit step for continuity question

What's Next

This topic is the foundational analytic skill for all of calculus, because it lets you evaluate limits exactly, which is required to prove continuity, compute derivatives via the limit definition, and simplify expressions for integration. Immediately after this topic in Unit 1, you will move on to finding limits using the Squeeze Theorem, and then classifying discontinuities and applying the Intermediate Value Theorem (IVT). Without mastering the algebraic manipulation techniques here, you will not be able to evaluate the limits needed to confirm continuity or compute derivatives from the limit definition, which are common, high-weight topics on the AP exam. Beyond Unit 1, this skill is used constantly in integration by partial fractions, improper integrals, and many other topics across the course.