AP CALCULUS AB • LIMITS AND CONTINUITY

Determining Limits Using Algebraic Properties of Limits

Master the algebraic rules that let you decompose complex limits into simpler, solvable pieces.

Historical Context & Motivation

The concept of a limit sits at the very foundation of calculus, but its rigorous formulation took centuries to develop. Ancient Greek mathematicians, particularly Archimedes, employed a technique called the method of exhaustion to approximate areas and volumes by trapping them between ever-tighter bounds—an idea that foreshadowed modern limit processes. However, the Greeks lacked a formal algebraic language for articulating what it meant for a quantity to approach a value without necessarily reaching it, and so the notion remained intuitive rather than axiomatic for nearly two millennia.

When Newton and Leibniz independently invented calculus in the late seventeenth century, they relied on loosely defined ideas of infinitesimals and fluxions to perform differentiation and integration. Critics—most famously Bishop Berkeley—attacked these foundations as logically incoherent. The resolution ultimately came through the formal definition of the limit, which allowed mathematicians to state precisely the algebraic rules governing how limits interact with arithmetic operations. These algebraic properties of limits are the tools you will master in this lesson: they transform complicated limit expressions into manageable computations.

c. 250 BCE
Archimedes' Method of Exhaustion
Archimedes bounded the area of a circle using inscribed and circumscribed polygons, anticipating the idea of a limit as the number of sides grows without bound.
1684
Leibniz Publishes Calculus
Leibniz introduced the notation dy/dx and integral signs, relying on infinitesimals rather than a rigorous limit concept to justify algebraic manipulation of rates.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy provided the first systematic treatment of limits, defining them in terms of variables approaching values, and proved algebraic limit laws as theorems.
1861
Weierstrass Formalizes the ε–δ Definition
Karl Weierstrass replaced intuitive language with the precise ε–δ definition, giving the algebraic limit properties an unassailable logical foundation that is still used today.

The central question this lesson addresses is straightforward yet powerful: if you already know the limits of individual, simpler functions, how do you combine those results to find the limit of a more complex expression? The algebraic limit properties provide a systematic answer, allowing you to split sums, factor products, and handle quotients in a rigorous and efficient way.

Core Principles & Definitions

Before applying any computational technique, it is essential to understand the foundational principles that govern how limits behave under standard algebraic operations. These properties are not merely convenient shortcuts; they are rigorously proven theorems that follow from the ε–δ definition of a limit. Throughout this section, assume that lim f(x) = L and lim g(x) = M as x → c both exist and are finite, and that k is a real constant.

1

Sum / Difference Rule

The limit of a sum (or difference) equals the sum (or difference) of the limits: lim [f(x) ± g(x)] = L ± M. This lets you break apart additive expressions term by term.
2

Constant Multiple Rule

A constant factor passes through the limit operator: lim [k · f(x)] = k · L. Scalar multipliers do not affect the limiting behavior of the function.
3

Product Rule

The limit of a product is the product of the limits: lim [f(x) · g(x)] = L · M. Both individual limits must exist for this property to apply.
4

Quotient Rule

The limit of a quotient equals the quotient of the limits, provided the denominator's limit is nonzero: lim [f(x)/g(x)] = L/M, M ≠ 0.
5

Power / Root Rule

For any positive integer n, lim [f(x)]ⁿ = Lⁿ. More generally, lim [f(x)]^(r/s) = L^(r/s) whenever L^(r/s) is a real number.
KEY TAKEAWAY
Think of limit laws like the rules for distributing groceries into separate bags. If you know the weight of each bag individually, you can add, subtract, or multiply those weights to find the total—without re-weighing everything together. Similarly, when you know lim f(x) and lim g(x) separately, the algebraic properties let you assemble the limit of any expression built from f and g using basic arithmetic, without re-evaluating the combined expression from scratch. The only caution is division: you cannot divide by a bag that weighs zero.

Two additional building-block results underpin all the properties above. The constant function rule states that lim k = k—the limit of a constant is simply that constant. The identity function rule states that lim x = c as x → c. Together, these two results combine with the properties above to let you evaluate the limit of any polynomial or rational function by direct substitution, a technique explored in the next sections.

Visual Explanation

The diagram below illustrates how the algebraic limit properties work graphically. Consider two functions f(x) and g(x) that approach finite limits L and M as x → c. Their sum h(x) = f(x) + g(x) approaches L + M. Visually, this means the vertical distances from the x-axis to each curve add together, and the resulting curve h(x) converges to the sum of the two individual limits.

As x → c, f(x) approaches L (violet), g(x) approaches M (cyan), and their sum f(x) + g(x) approaches L + M (pink). The dashed amber segment at x = c shows how the two individual limits stack to produce the sum limit.

Notice in the diagram that each function has an open circle at x = c, indicating that the functions need not be defined at that point for the limit to exist. What matters is the behavior of the outputs as the input draws arbitrarily close to c. The sum rule visually confirms that the vertical distances to L and M simply combine, giving a limiting height of L + M for the pink curve. An analogous picture holds for differences, products (where heights multiply), and quotients (where heights divide), subject to the restriction that the denominator's limit is nonzero.

Mathematical Framework

Let us now state the algebraic limit properties in precise mathematical notation. These are the formal tools you will use on the AP Calculus AB exam to justify every step in a limit evaluation. In each rule below, assume lim f(x) = L and lim g(x) = M as x → c, with L and M real numbers.

SUM / DIFFERENCE RULE
lim [f(x) ± g(x)] = lim f(x) ± lim g(x) = L ± M
The limit distributes over addition and subtraction. This extends by induction to any finite sum of functions.
CONSTANT MULTIPLE RULE
lim [k · f(x)] = k · lim f(x) = k · L
Here k is any real constant. Combined with the sum rule, this establishes that the limit operator is linear—one of the most powerful structural facts in analysis.
PRODUCT RULE
lim [f(x) · g(x)] = [lim f(x)] · [lim g(x)] = L · M
Repeated application gives the power rule: lim [f(x)]ⁿ = Lⁿ for any positive integer n.
QUOTIENT RULE
lim [f(x) / g(x)] = lim f(x) / lim g(x) = L / M, provided M ≠ 0
When M = 0 and L ≠ 0, the limit diverges to ±∞ or does not exist. When both L = 0 and M = 0, the expression is an indeterminate form (0/0) requiring further algebraic manipulation.
💡 Direct Substitution Property
Combining the constant rule (lim k = k), the identity rule (lim x = c), and the properties above, you can prove by induction that for any polynomial p(x), lim p(x) = p(c) as x → c. Likewise, for a rational function r(x) = p(x)/q(x) where q(c) ≠ 0, lim r(x) = r(c). This is the direct substitution property, and it is your first line of attack for any limit problem on the AP exam.

Limit Evaluation Strategy & Classification

When faced with a limit problem, your approach should follow a systematic decision process. The flowchart below codifies the strategy that expert calculus students internalize through practice. You begin by attempting direct substitution; if that produces a finite value, you are done—the algebraic limit properties guarantee the result. If substitution yields an indeterminate form 0/0, additional algebraic work is needed (factoring, rationalizing, or expanding), after which you apply the limit properties to the simplified expression. If substitution yields a nonzero number divided by zero, the limit is infinite or does not exist.

The decision flowchart for evaluating limits. Begin at the top with direct substitution. A finite result (green) means you are done. An indeterminate form 0/0 (orange) requires algebraic simplification before re-substituting. A nonzero-over-zero form (red) signals the limit is infinite or does not exist.
Summary of outcomes after direct substitution
Substitution ResultClassificationNext Step
f(c) = finite number LDeterminateDone — lim f(x) = L
f(c) = 0/0Indeterminate formFactor, rationalize, or expand; then re-substitute
f(c) = k/0, k ≠ 0Infinite / DNEAnalyze sign to determine +∞, −∞, or DNE

Worked Example

Let us apply the algebraic limit properties to evaluate a limit that initially appears to require sophisticated techniques but yields cleanly to systematic property application.

Evaluate lim (3x² − 5x + 2) / (x − 1) as x → 1
1
Step 1 — Attempt Direct SubstitutionSubstitute x = 1 into the expression: the numerator becomes 3(1)² − 5(1) + 2 = 3 − 5 + 2 = 0, and the denominator becomes 1 − 1 = 0. We obtain the indeterminate form 0/0, which tells us we cannot yet apply the quotient rule directly.
Result: 0/0 — indeterminate form
2
Step 2 — Factor the NumeratorSince x = 1 is a root of the numerator (we verified this in Step 1), (x − 1) must be a factor. Factoring the quadratic: 3x² − 5x + 2 = (3x − 2)(x − 1). You can confirm by expanding: (3x − 2)(x − 1) = 3x² − 3x − 2x + 2 = 3x² − 5x + 2. ✓
3x² − 5x + 2 = (3x − 2)(x − 1)
3
Step 3 — Simplify by Canceling the Common FactorRewrite the original expression: (3x − 2)(x − 1) / (x − 1). For x ≠ 1, we may cancel the common factor (x − 1) from the numerator and denominator, yielding the simplified expression 3x − 2. This cancellation is valid for limit evaluation because limits depend only on values near x = 1, not at x = 1 itself.
(3x − 2)(x − 1) / (x − 1) = 3x − 2, for x ≠ 1
4
Step 4 — Apply Limit Properties via Direct SubstitutionNow apply the limit properties to the simplified expression. By the constant multiple rule and the difference rule: lim (3x − 2) = 3 · lim x − lim 2 = 3(1) − 2 = 1. Each step is justified: we used the constant multiple rule to pull out 3, the identity rule (lim x = c) to evaluate lim x = 1, and the constant rule (lim k = k) to evaluate lim 2 = 2.
lim (3x² − 5x + 2) / (x − 1) = 1 as x → 1
📝 AP Exam Tip
On free-response questions, always show the substitution that produces 0/0 before you factor and cancel. Graders award points for demonstrating that direct substitution was attempted, identifying the indeterminate form, and then justifying the algebraic simplification. Skipping straight to the answer forfeits process points.

Strengths, Limitations & Common Pitfalls

The algebraic limit properties are remarkably versatile, but they come with important conditions that students frequently overlook. Understanding when these properties apply—and when they fail—is just as important as knowing the properties themselves. The table below contrasts the strengths of these tools against their limitations.

Strengths versus limitations of the algebraic limit properties
StrengthsLimitations / Pitfalls
Allow evaluation of polynomial and rational limits by direct substitution — fast and reliable.Only apply when both individual limits exist and are finite. They do not directly handle limits at infinity.
The quotient rule immediately identifies whether the limit is finite, infinite, or indeterminate.The 0/0 indeterminate form cannot be resolved by the quotient rule alone — algebraic simplification is required first.
The sum and constant multiple rules establish linearity, which extends to compositions with continuous functions.Students often incorrectly apply the product/quotient rules even when one limit is infinite, which is not covered by these properties.
Power and root rules handle exponents and radicals cleanly.The root rule requires that the base limit L be non-negative for even roots; domain restrictions matter.
KEY TAKEAWAY
The algebraic limit properties are like a toolbox of precision wrenches: each one fits a specific type of bolt (operation), and together they handle most standard assemblies. However, they do not include a cutting torch — when you encounter a 0/0 form, you must reshape the expression algebraically before the wrenches can do their job. Recognizing which tool to reach for, and when to stop and simplify first, is the hallmark of a fluent calculus student.

Connection to Continuity & Advanced Techniques

The algebraic limit properties do not exist in isolation; they are deeply connected to the concept of continuity. A function f is continuous at x = c precisely when three conditions hold: f(c) is defined, lim f(x) as x → c exists, and lim f(x) = f(c). When these conditions are met, evaluating the limit reduces to simple function evaluation—this is the direct substitution property in action. Polynomials, rational functions (at points in their domain), trigonometric functions, exponential functions, and logarithmic functions are all continuous on their domains, which is why the algebraic limit properties produce correct results via substitution for these function families.

How this lesson's tools relate to upcoming limit techniques
This Lesson: Algebraic PropertiesComing Next: Advanced Techniques
Sum, difference, product, quotient, and power rules for finite limitsThe Squeeze Theorem for limits that cannot be evaluated algebraically
Direct substitution for polynomials and rational functionsL'Hôpital's Rule for 0/0 and ∞/∞ indeterminate forms (covered later in the course)
Factoring and canceling to resolve 0/0 formsRationalization and conjugate multiplication for radical expressions
Handles limits as x → c (a specific finite value)Limits at infinity (x → ±∞) and asymptotic behavior analysis

Looking ahead, the algebraic limit properties form the backbone of every limit technique you will encounter in AP Calculus AB. Even when you apply the Squeeze Theorem or L'Hôpital's Rule, the final step almost always involves substitution into a simplified expression—an application of the very properties studied here. Furthermore, the definition of the derivative itself, lim [f(x + h) − f(x)] / h as h → 0, begins with an indeterminate 0/0 form that you resolve using algebraic manipulation before applying limit properties. Mastering these rules now builds the fluency you need for differentiation, integration, and the Fundamental Theorem of Calculus.

Practice Problems

1
Suppose lim f(x) = 4 and lim g(x) = −3 as x → 2. Which of the following correctly applies the algebraic limit properties to evaluate lim [2f(x) − g(x)]?
2
Evaluate lim (x³ − 4x + 7) as x → −1.
3
Evaluate lim (x² − 9) / (x² + x − 12) as x → 3.
PROBLEM 4APPLIED
A particle moves along a straight line so that its position at time t seconds is given by s(t) = 2t³ − 5t² + 3t (in meters). Using the algebraic limit properties, find the instantaneous velocity of the particle at t = 2 by evaluating lim [s(t) − s(2)] / (t − 2) as t → 2. Show all steps, including identification of any indeterminate forms and the specific limit properties used.
PROBLEM 5CRITICAL THINKING
Let $f$ and $g$ be functions such that $\lim_{x \to 5} f(x) = 0$ and $\lim_{x \to 5} g(x) = 0$. A student claims that $\lim_{x \to 5} \frac{f(x)}{g(x)}$ must equal 1 because 'zero divided by zero is one.' Explain why this reasoning is incorrect, provide two specific examples where the limit equals different values, and identify which algebraic limit property fails to apply directly in this situation.

Lesson Summary

The algebraic properties of limits allow you to decompose complex limit expressions into simpler components. The sum/difference rule, constant multiple rule, product rule, quotient rule (with M ≠ 0), and power/root rule collectively guarantee that the limit of any arithmetic combination of functions can be computed from the individual limits, provided those limits exist and are finite.

Combined with the constant rule (lim k = k) and the identity rule (lim x = c), these properties yield the direct substitution property for polynomials and rational functions. When direct substitution produces the indeterminate form 0/0, algebraic simplification — factoring, canceling, or rationalizing — is needed before re-applying the limit properties. Mastering this systematic approach builds the foundation for every major topic in calculus, from the definition of the derivative to the evaluation of definite integrals.

Varsity Tutors • AP Calculus AB • Determining Limits Using Algebraic Properties of Limits