AP CALCULUS AB • LIMITS AND CONTINUITY

Determining Limits Using Algebraic Manipulation

Transform indeterminate expressions into evaluable forms through factoring, conjugates, and algebraic identities.

Historical Context & Motivation

The concept of a limit lies at the very foundation of calculus, yet its rigorous formulation took centuries to develop. Ancient Greek mathematicians such as Archimedes used a precursor idea—the method of exhaustion—to approximate areas and volumes by inscribing polygons with ever more sides, effectively pushing a calculation toward a limiting value. When Newton and Leibniz independently invented calculus in the seventeenth century, they relied on intuitive notions of quantities that "approach" a value, but their arguments lacked the algebraic precision that would later be demanded. The need to evaluate expressions that initially yield indeterminate forms such as 0/0 motivated generations of mathematicians to develop algebraic techniques for rewriting functions so that substitution could be performed cleanly.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated areas by computing successive polygonal bounds, an early prototype of the limit process that algebraic manipulation would later formalize.
1684
Leibniz Publishes His Calculus
Leibniz introduced the differential notation and recognized that many derivative computations required canceling common factors before evaluating a ratio—an algebraic manipulation of limits.
1821
Cauchy's Cours d'analyse
Augustin-Louis Cauchy provided the first systematic treatment of limits using algebraic inequalities, paving the way for modern epsilon-delta definitions.
1861
Weierstrass Formalizes the ε-δ Definition
Karl Weierstrass gave limits the rigorous algebraic foundation still used today, turning intuitive reasoning into precise manipulation of inequalities.

Despite this rigorous theoretical framework, the practical problem remains: when direct substitution of x = c into a function produces an indeterminate form like 0/0, how do we actually compute the limit? The answer lies in algebraic manipulation—a toolkit of techniques that transform the expression into an equivalent one where substitution succeeds. This lesson explores the principal strategies for doing so.

Core Principles & Definitions

Before diving into specific manipulation techniques, it is essential to understand the conceptual landscape. The evaluation of a limit lim as x → c of f(x) starts with direct substitution: simply plug in x = c. If the result is a finite number, the work is done. Problems arise when substitution yields an indeterminate form (most commonly 0/0 in this course). An indeterminate form signals that the numerator and denominator share a common factor that vanishes at x = c, and the true behavior of the function near c is hidden until that factor is removed. All of the algebraic techniques in this lesson serve a single purpose: rewrite f(x) as an equivalent expression g(x) that agrees with f everywhere except possibly at x = c and for which direct substitution yields a determinate value.

1

Direct Substitution Property

If f is a polynomial, rational (with nonzero denominator), or built from standard functions that are continuous at x = c, then lim as x → c of f(x) = f(c). Always try substitution first.
2

Indeterminate Form 0/0

When substitution gives 0/0, the limit may still exist. The expression must be transformed—via factoring, conjugates, or common denominators—so the shared zero factor cancels.
3

Equivalent Function Principle

If f(x) = g(x) for all x ≠ c in some open interval containing c, then lim as x → c of f(x) = lim as x → c of g(x). Canceling a common factor does not change the limit.
4

Limit Laws

Limits respect addition, subtraction, multiplication, division (nonzero denominator), and scalar multiplication. These laws justify every algebraic step you apply when simplifying.
KEY TAKEAWAY
Think of an indeterminate form as a locked door: the limit exists behind it, but you need to pick the right algebraic key—factoring, conjugate multiplication, or simplification—to open the door and see the answer. Every technique in this lesson is simply a different key on your ring.

Visual Explanation: Holes and Removable Discontinuities

When direct substitution yields 0/0, the graph of the function typically contains a removable discontinuity—a single missing point, or "hole," in an otherwise continuous curve. The following diagram illustrates this with the function f(x) = (x² − 4)/(x − 2). Factoring the numerator reveals f(x) = (x − 2)(x + 2)/(x − 2), which simplifies to g(x) = x + 2 for all x ≠ 2. The graph of g is the solid line y = x + 2; the graph of f is identical except for a hollow circle at the point (2, 4), indicating the hole. Crucially, the limit as x → 2 equals 4 even though f(2) is undefined.

The solid cyan line represents g(x) = x + 2. The hollow pink circle at (2, 4) marks the removable discontinuity of f(x) = (x² − 4)/(x − 2). Even though f(2) is undefined, the limit as x → 2 equals 4.

The diagram makes a critical point: algebraic manipulation does not change the function's limiting behavior—it only removes the algebraic obstruction that prevents direct evaluation. After canceling the (x − 2) factor, the simplified expression g(x) = x + 2 is continuous at x = 2, and substituting gives g(2) = 4 directly. This visual intuition reinforces the Equivalent Function Principle: two functions that agree everywhere except at a single point share the same limit at that point.

Mathematical Framework: Key Techniques

When direct substitution produces the indeterminate form 0/0, choose from the following algebraic strategies. Each technique eliminates the common zero factor shared by numerator and denominator, yielding a simplified expression to which substitution applies.

Technique 1 — Factoring and Canceling

FACTORING PATTERN
lim (x → c) [P(x)/Q(x)] = lim (x → c) [(x − c) · R(x) / (x − c) · S(x)] = lim (x → c) [R(x)/S(x)]
Here P(x) and Q(x) are polynomials that both vanish at x = c. Factor out (x − c) from each, cancel the common factor, and substitute x = c into R(x)/S(x).

Technique 2 — Multiplying by the Conjugate

CONJUGATE MULTIPLICATION
lim (x → c) [f(x) · (√a + √b) / (√a + √b)] where (√a − √b)(√a + √b) = a − b
When the expression contains square roots, multiply numerator and denominator by the conjugate of the radical expression. The difference-of-squares identity converts the radical into a polynomial form, often revealing a cancelable factor.

Technique 3 — Combining Fractions (Common Denominators)

COMPLEX FRACTION SIMPLIFICATION
lim (x → c) [(1/f(x) − 1/g(x)) / (x − c)] → combine → lim (x → c) [(g(x) − f(x)) / (f(x) · g(x) · (x − c))]
When a limit expression contains a difference of fractions, combine them over a common denominator. The resulting single fraction often reveals a factor of (x − c) in the numerator that cancels with the denominator.

Technique 4 — Using Standard Trigonometric Limits

FUNDAMENTAL TRIGONOMETRIC LIMITS
lim (x → 0) [sin(x)/x] = 1 and lim (x → 0) [(1 − cos(x))/x] = 0
These two results—established geometrically via the Squeeze Theorem—serve as building blocks. Many trigonometric limit problems reduce to one of these forms after algebraic rearrangement such as dividing numerator and denominator by x or applying identities like sin²(x) = 1 − cos²(x).
💡 Strategy Selection
Always attempt direct substitution first. If you obtain 0/0, examine the expression: polynomials suggest factoring, radicals suggest conjugate multiplication, compound fractions suggest combining over a common denominator, and trigonometric expressions suggest the standard trig limits or identities. If substitution yields a nonzero number over 0, the limit is infinite (or does not exist as a finite value).

Detailed Technique Breakdown

The diagram below provides a decision-tree flowchart for selecting the appropriate algebraic technique when evaluating a limit. Begin at the top with direct substitution and follow the branches based on the form of the expression you encounter.

Decision flowchart for selecting the algebraic manipulation technique. Start with direct substitution; if the result is 0/0, identify the expression type and apply the appropriate strategy. All paths converge on a final substitution into the simplified form.
Summary of algebraic manipulation techniques for evaluating limits
TechniqueWhen to UseExample Pattern
FactoringNumerator and denominator are both polynomials that equal 0 at x = c(x² − 9)/(x − 3) → (x−3)(x+3)/(x−3) → x + 3
ConjugateExpression contains a square root, and substitution gives 0/0(√(x+1) − 2)/(x − 3) → multiply by (√(x+1) + 2)/(√(x+1) + 2)
Common DenominatorLimit involves a difference of fractions (complex fraction)(1/x − 1/3)/(x − 3) → combine numerator → (3 − x)/(3x) ÷ (x − 3)
Trig IdentitiesTrigonometric functions produce 0/0; use sin(x)/x → 1 and identitiessin(3x)/(5x) → (3/5) · sin(3x)/(3x) → 3/5

Worked Examples

Example 1: Factoring a Polynomial Ratio
1
Step 1 — State the ProblemEvaluate lim (x → 3) of (x² − 5x + 6)/(x² − 9).
2
Step 2 — Attempt Direct SubstitutionSubstituting x = 3: numerator = 9 − 15 + 6 = 0; denominator = 9 − 9 = 0. We obtain the indeterminate form 0/0, so algebraic manipulation is required.
3
Step 3 — Factor Numerator and DenominatorFactor x² − 5x + 6 = (x − 2)(x − 3). Factor x² − 9 = (x − 3)(x + 3). Both contain the common factor (x − 3), which corresponds to the zero at x = 3.
(x − 2)(x − 3) / [(x − 3)(x + 3)]
4
Step 4 — Cancel the Common FactorFor x ≠ 3, cancel (x − 3) from numerator and denominator to obtain the simplified expression (x − 2)/(x + 3).
(x − 2)/(x + 3)
5
Step 5 — Substitute into the Simplified ExpressionNow substitute x = 3: (3 − 2)/(3 + 3) = 1/6. The limit exists and equals 1/6.
lim (x → 3) of (x² − 5x + 6)/(x² − 9) = 1/6
Example 2: Conjugate Multiplication
1
Step 1 — State the ProblemEvaluate lim (x → 0) of (√(x + 4) − 2)/x.
2
Step 2 — Attempt Direct SubstitutionSubstituting x = 0: numerator = √4 − 2 = 0; denominator = 0. Indeterminate form 0/0. The expression involves a square root, suggesting conjugate multiplication.
3
Step 3 — Multiply by the ConjugateMultiply numerator and denominator by (√(x + 4) + 2). The numerator becomes (√(x + 4) − 2)(√(x + 4) + 2) = (x + 4) − 4 = x, using the difference of squares identity.
x / [x · (√(x + 4) + 2)]
4
Step 4 — Cancel and SubstituteCancel the common factor x (valid for x ≠ 0), yielding 1/(√(x + 4) + 2). Now substitute x = 0: 1/(√4 + 2) = 1/(2 + 2) = 1/4.
lim (x → 0) of (√(x + 4) − 2)/x = 1/4

Strengths, Limitations & Comparisons

Algebraic manipulation is the workhorse method for evaluating limits in AP Calculus AB, but it is important to understand its scope relative to other approaches. The table below compares the main limit-evaluation strategies you will encounter throughout the course.

Comparison of limit-evaluation methods in AP Calculus AB
MethodStrengthsLimitations
Direct SubstitutionFastest method; works for all continuous functions at the point in questionFails when the function is discontinuous or produces an indeterminate form at x = c
Algebraic ManipulationHandles most 0/0 indeterminate forms on the AB exam; yields exact answers; no calculator neededRequires recognizing the correct technique; does not apply to all indeterminate forms (e.g., ∞/∞ without further tools)
Squeeze TheoremWorks when algebraic simplification is not possible; essential for proving standard trig limitsRequires bounding functions, which can be difficult to identify; usually limited to specific function types
Numerical / GraphicalProvides intuition; useful for checking algebraic work; helpful when a formula is complexDoes not prove a limit exists; can be misleading near oscillatory behavior; insufficient for AP free-response justification
KEY TAKEAWAY
Algebraic manipulation is the default tool for limit evaluation on the AP exam, much like how an engineer reaches for a standard wrench before resorting to specialized equipment. Learn to recognize which algebraic technique applies and you will resolve the vast majority of indeterminate limits quickly and exactly, without a calculator.

Connection to Advanced Theory

The algebraic manipulation techniques covered in this lesson provide the foundation for more advanced limit-evaluation methods encountered in AP Calculus BC and beyond. Understanding why these techniques work, not just how, prepares you for the deeper theoretical tools that follow.

How AB algebraic techniques connect to BC and college-level extensions
AP Calculus AB (This Course)AP Calculus BC & Beyond
Factor and cancel common (x − c) terms to resolve 0/0L'Hôpital's Rule: differentiate numerator and denominator separately to resolve 0/0 or ∞/∞
Conjugate multiplication for radical expressionsTaylor/Maclaurin series expansions replace radicals with polynomial approximations near a point
Standard trig limits: sin(x)/x → 1Series expansion of sin(x) = x − x³/3! + x⁵/5! − … reveals the limit algebraically from the leading term
Limits at finite points (x → c)Limits at infinity, improper integrals, and convergence tests for infinite series

It is worth noting that L'Hôpital's Rule, while powerful, relies on the concept of the derivative—which itself is defined as a limit. The algebraic techniques you are learning now are logically prior to differentiation. In fact, when you compute the derivative of f(x) = x² using the limit definition, you will need to factor and cancel the Δx from numerator and denominator, applying exactly the factoring technique from this lesson. Mastery of algebraic manipulation thus provides the scaffolding for everything that follows in calculus.

Practice Problems

1
When you substitute x = 5 into the expression (x² − 25)/(x − 5) and obtain 0/0, what does this indeterminate form tell you about the limit?
2
Evaluate lim (x → −2) of (x² + 5x + 6)/(x + 2).
3
Evaluate lim (x → 9) of (√x − 3)/(x − 9).
PROBLEM 4APPLIED
A particle moves along the x-axis so that its position at time t seconds is given by s(t) = t² + 3t. Using the limit definition of the derivative, find the instantaneous velocity at t = 2. Show all algebraic manipulation steps.
PROBLEM 5CRITICAL THINKING
Evaluate \lim_{x \to 0} \frac{\frac{1}{3 + x} - \frac{1}{3}}{x}. Clearly identify each algebraic manipulation technique used and justify each step.

Lesson Summary

When direct substitution produces the indeterminate form 0/0, the limit usually exists but is hidden by a common factor that vanishes at the point of interest. The principal algebraic techniques for resolving this form are factoring and canceling (for polynomial quotients), conjugate multiplication (for expressions involving square roots), combining over a common denominator (for compound fractions), and standard trigonometric limit identities. Each technique transforms the expression into an equivalent function where substitution succeeds.

The Equivalent Function Principle guarantees that canceling the common zero factor does not alter the limit. These same algebraic skills are used directly in the limit definition of the derivative, making mastery of algebraic manipulation essential not only for evaluating limits on the AP exam but for understanding the conceptual underpinning of all of differential calculus.

Varsity Tutors • AP Calculus AB • Determining Limits Using Algebraic Manipulation