CALCULUS 1 • LIMITS & CONTINUITY

Limits via Algebraic Properties — Determining Limits Using Algebraic Properties of Limits

Learn how simple rules let you break apart complex limits into manageable pieces.

Historical Context & Motivation

Long before calculus had a formal foundation, mathematicians struggled with a fundamental question: how do you find the value a function approaches when plugging in the number directly doesn't work? Ancient Greek thinkers like Archimedes used a technique called the method of exhaustion to approximate areas of circles by inscribing polygons with more and more sides. This was an early, intuitive form of taking a limit — getting closer and closer to a target value without necessarily reaching it.

Centuries later, Isaac Newton and Gottfried Wilhelm Leibniz independently invented calculus in the late 1600s, relying heavily on the idea of limits. However, their work lacked the precise rules we use today. It took another 150 years before mathematicians like Augustin-Louis Cauchy and Karl Weierstrass developed the rigorous algebraic properties of limits — a toolkit of rules that lets you evaluate limits by breaking complicated expressions into simpler parts. These properties transformed limits from a vague intuition into a precise, step-by-step process.

~250 BCE
Archimedes & Exhaustion
Archimedes approximated areas and volumes using inscribed shapes, foreshadowing the concept of a limit by approaching a value through successive approximations.
1687
Newton's Principia
Isaac Newton published his laws of motion and calculus, using "ultimate ratios" — an informal version of limits — to describe instantaneous rates of change.
1821
Cauchy Formalizes Limits
Augustin-Louis Cauchy published a rigorous definition of limits and established the algebraic properties (sum, product, quotient rules) that are still taught today.
1861
Weierstrass & the ε-δ Definition
Karl Weierstrass gave limits their modern epsilon-delta definition, placing the algebraic limit properties on a fully rigorous mathematical foundation.

The core question these mathematicians answered is the one you'll explore in this lesson: if you know the limits of individual pieces, how do you combine them to find the limit of the whole expression? The algebraic properties of limits give you exactly this power.

Core Principles & Definitions

Before diving into the rules, let's be clear about what a limit actually means. When we write lim as x → c of f(x) = L, we mean that as x gets closer and closer to c (from both sides), the output f(x) gets closer and closer to L. The algebraic properties of limits tell us that we can work with limits almost the same way we work with regular algebra — we can add them, subtract them, multiply them, and more.

1

Constant Rule

The limit of a constant is just that constant. If f(x) = 7, then lim as x → c of 7 = 7. Constants don't change, so their limit is themselves.
2

Sum & Difference Rule

The limit of a sum (or difference) equals the sum (or difference) of the individual limits. You can split an expression apart and handle each piece separately.
3

Product Rule

The limit of a product equals the product of the individual limits. If you know the limits of two factors, multiply them to get the limit of the whole product.
4

Quotient Rule

The limit of a quotient equals the quotient of the individual limits — as long as the denominator's limit is not zero. Division by zero means this rule cannot apply.
5

Power & Root Rule

The limit of a function raised to a power equals the limit of the function raised to that power. Similarly, you can bring roots inside the limit.
KEY TAKEAWAY
Think of the algebraic limit properties like a toolkit for disassembling a machine. If someone gives you a complicated gadget and asks "how heavy is this?", you don't need a giant scale — you can take it apart, weigh each piece separately, and then add up the weights. The limit properties let you do the same thing with functions: break the expression into smaller parts, find each limit, and then recombine.

Visual Explanation

The diagram below illustrates how the Sum Rule works visually. Two functions, f(x) and g(x), each approach their own limit as x → 3. When we add the functions together, the resulting curve f(x) + g(x) approaches the sum of those two individual limits. This visual confirms that you can evaluate each function's limit independently and then combine the results.

As x approaches 3, the cyan curve f(x) approaches 2 and the violet curve g(x) approaches 5. The dashed green curve f(x) + g(x) approaches 2 + 5 = 7, confirming the Sum Rule for limits.

Notice how the green dashed curve (the sum) always sits at the combined height of the cyan and violet curves. As all three curves approach the vertical dashed line at x = 3, the green curve's y-value equals the sum of the other two y-values. This isn't a coincidence — it's a guaranteed consequence of the algebraic properties of limits. The same logic extends to products, quotients, and powers.

Mathematical Framework

Let's state the properties precisely. In each rule below, assume that lim as x → c of f(x) = L and lim as x → c of g(x) = M, where L and M are real numbers. The variable k represents any constant.

CONSTANT MULTIPLE RULE
lim (x→c) [k · f(x)] = k · L
A constant factor can be pulled out of the limit. If k = 5 and L = 3, then the limit of 5·f(x) is simply 5 × 3 = 15.
SUM AND DIFFERENCE RULE
lim (x→c) [f(x) ± g(x)] = L ± M
The limit of a sum equals the sum of the limits. The same holds for differences. This lets you split apart addition or subtraction inside a limit.
PRODUCT RULE
lim (x→c) [f(x) · g(x)] = L · M
The limit of a product is the product of the limits. Multiply the individual limits to find the limit of the entire product.
QUOTIENT RULE
lim (x→c) [f(x) / g(x)] = L / M, provided M ≠ 0
The limit of a quotient is the quotient of the limits, but only when the denominator's limit is not zero. If M = 0, this rule does not apply, and you'll need other techniques.
POWER RULE
lim (x→c) [f(x)]ⁿ = Lⁿ, where n is a positive integer
You can bring the exponent outside the limit. This also works for roots: lim (x→c) ⁿ√f(x) = ⁿ√L, provided L ≥ 0 when n is even.
💡 Two Foundation Rules
All the properties above build on two simple starting points: lim (x→c) k = k (a constant stays constant) and lim (x→c) x = c (the identity function approaches c). Combined with the rules above, these two facts let you evaluate the limit of any polynomial or rational function by direct substitution.

Detailed Breakdown & Classification

Now let's see how these properties work together in a systematic way. The diagram below shows a decision flowchart for evaluating limits using algebraic properties. When you encounter a limit, you first try direct substitution. If that produces a real number, you're done. If it produces an indeterminate form like 0/0, you'll need algebraic simplification first, then re-apply the properties.

This flowchart shows the strategy for evaluating limits: break apart using algebraic properties, try direct substitution, and simplify if needed.
Summary of all algebraic limit properties
PropertySymbolic FormIn Words
Constantlim (x→c) k = kA constant doesn't change, so its limit is itself.
Identitylim (x→c) x = cAs x approaches c, x itself approaches c.
Constant Multiplelim [k·f(x)] = k·LPull the constant out front, then find the limit.
Sum / Differencelim [f(x) ± g(x)] = L ± MSplit the limit across addition or subtraction.
Productlim [f(x)·g(x)] = L·MMultiply the individual limits.
Quotientlim [f(x)/g(x)] = L/M, M≠0Divide the limits, but the bottom can't be zero.
Powerlim [f(x)]ⁿ = LⁿRaise the limit to the power.

Worked Example

Let's walk through a complete example to see all the properties in action. We'll evaluate lim (x→2) [3x² + 5x − 4] step by step.

Evaluating lim (x→2) [3x² + 5x − 4]
1
Step 1 — Apply the Sum/Difference RuleThe expression 3x² + 5x − 4 is a sum and difference of three terms. By the Sum and Difference Rule, we can split the limit into three separate limits: lim (x→2) [3x² + 5x − 4] = lim (x→2) 3x² + lim (x→2) 5x − lim (x→2) 4
2
Step 2 — Apply the Constant Multiple RuleEach of the first two terms has a constant coefficient. Pull those constants out: = 3 · lim (x→2) x² + 5 · lim (x→2) x − lim (x→2) 4
3
Step 3 — Apply the Power Rule and Identity RuleFor x², use the Power Rule: lim (x→2) x² = [lim (x→2) x]² = 2² = 4. For x, use the Identity Rule: lim (x→2) x = 2. For the constant 4, use the Constant Rule: lim (x→2) 4 = 4. = 3 · (4) + 5 · (2) − 4
4
Step 4 — Compute the ArithmeticNow simply calculate: 3 × 4 = 12, and 5 × 2 = 10. = 12 + 10 − 4
= 18
The Shortcut: Direct Substitution
You may have noticed that the final answer, 18, is exactly what you get by plugging x = 2 directly into 3x² + 5x − 4: 3(2)² + 5(2) − 4 = 12 + 10 − 4 = 18. This isn't a coincidence! For polynomials and rational functions (where the denominator isn't zero), the algebraic properties guarantee that direct substitution always works. The step-by-step approach justifies why direct substitution is valid.

Let's also see a slightly trickier example involving a quotient. Evaluate lim (x→3) [(x² − 9) / (x + 3)].

Evaluating lim (x→3) [(x² − 9) / (x + 3)]
1
Step 1 — Try Direct SubstitutionSubstitute x = 3 into the denominator: 3 + 3 = 6. Since 6 ≠ 0, the Quotient Rule applies directly. (If the denominator were 0, we'd need to simplify first.)
2
Step 2 — Apply the Quotient Rulelim (x→3) [(x² − 9) / (x + 3)] = [lim (x→3) (x² − 9)] / [lim (x→3) (x + 3)]
3
Step 3 — Evaluate Numerator and DenominatorNumerator: lim (x→3) (x² − 9) = 3² − 9 = 9 − 9 = 0. Denominator: lim (x→3) (x + 3) = 3 + 3 = 6. = 0 / 6
= 0

Strengths & Limitations

The algebraic limit properties are incredibly powerful, but they don't solve every problem. Understanding when they work — and when they don't — is essential for knowing which tool to reach for.

When algebraic limit properties work vs. when you need other techniques
StrengthsLimitations
Work instantly for any polynomial — just plug in the value of x.Fail when direct substitution gives 0/0 (an indeterminate form).
Apply to rational functions as long as the denominator isn't zero at the target point.Don't directly handle piecewise functions or functions with jumps (discontinuities).
Let you break complicated expressions into simpler pieces, reducing errors.Require that both individual limits exist and are finite numbers.
Provide a rigorous justification for the shortcut of direct substitution.More advanced techniques (factoring, L'Hôpital's Rule) are needed for indeterminate forms.
⚠️ WHEN THE RULES BREAK DOWN
Imagine you're following a recipe that says "divide the batter into equal portions." That instruction works great when you have a definite number of portions — but it breaks down if you try to divide by zero portions. Similarly, the Quotient Rule works perfectly when the denominator's limit is nonzero, but when it equals zero, you need to do extra algebraic work (like factoring) before applying the properties.

Connection to Advanced Theory

The algebraic properties of limits are your first step into a much larger world. As you progress through calculus, you'll encounter limits that require more sophisticated techniques. The table below previews how the basic properties connect to what's coming next.

How algebraic limit properties connect to future calculus topics
ConceptWhat You Know NowWhat Comes Next
Evaluating LimitsUse algebraic properties and direct substitution for polynomials and simple rational functions.Factoring, rationalizing, and the Squeeze Theorem handle indeterminate forms like 0/0.
ContinuityDirect substitution works because polynomials are continuous everywhere.A function is continuous at c precisely when lim (x→c) f(x) = f(c). The properties you learned today prove this for polynomials.
DerivativesYou can evaluate specific limit expressions by breaking them apart.The derivative is defined as a limit: f'(x) = lim (h→0) [f(x+h) − f(x)] / h. You'll use today's properties to compute derivatives from the definition.
Limits at InfinityYou evaluate limits as x approaches a specific number c.The same algebraic properties extend to limits as x → ∞, which describe long-run behavior and horizontal asymptotes.

The key idea to carry forward is that the algebraic limit properties form the foundation for nearly everything in calculus. Derivatives, integrals, and series all rely on limits, and the ability to manipulate limits algebraically is what makes those advanced topics computable. Master these properties now, and you'll have a head start on every topic to come.

Practice Problems

PROBLEM 1CONCEPTUAL
Suppose lim (x→4) f(x) = 7 and lim (x→4) g(x) = −3. Without performing any calculation, explain which limit property you would use to find lim (x→4) [f(x) + g(x)], and state the result.
PROBLEM 2BASIC CALCULATION
Evaluate lim (x→5) [2x² − 3x + 1] using the algebraic properties of limits.
PROBLEM 3INTERMEDIATE
Evaluate lim (x→−1) [(x³ + 2x) / (x² + 5)]. Be sure to verify that the Quotient Rule applies before using it.
PROBLEM 4APPLIED
A ball is thrown upward and its height in feet after t seconds is given by h(t) = −16t² + 48t + 5. Use the algebraic properties of limits to find lim (t→1.5) h(t), and interpret what this value represents physically.
PROBLEM 5CRITICAL THINKING
Consider lim (x→2) [(x² − 4) / (x − 2)]. Explain why the Quotient Rule does NOT directly apply here. Then find the limit by first simplifying the expression algebraically, and explain why the algebraic properties can be applied after simplification.

Lesson Summary

The algebraic properties of limits provide a systematic toolkit for evaluating limits by breaking complex expressions into simpler parts. The Sum and Difference Rule lets you split limits across addition and subtraction. The Constant Multiple Rule lets you pull constants out. The Product Rule and Quotient Rule handle multiplication and division (with the quotient requiring a nonzero denominator). The Power Rule extends limits to exponents and roots.

Together with the two foundation facts — lim of a constant equals the constant and lim of x equals c — these properties prove that direct substitution works for all polynomials and rational functions (where the denominator is nonzero). When substitution gives the indeterminate form 0/0, algebraic simplification (such as factoring) is needed before the properties can be reapplied. These rules form the essential foundation for continuity, derivatives, and everything else in calculus.

Varsity Tutors • Calculus 1 • Limits via Algebraic Properties