Limit sum rule: Split a sum to evaluate limits separately

By Vegard Gjerde Based on Masterful Learning 8 min read
limit-sum-rule calculus math learning-strategies

The limit sum rule lets you replace limxa(f(x)+g(x))\lim_{x \to a} (f(x)+g(x)) with limxaf(x)+limxag(x)\lim_{x \to a} f(x) + \lim_{x \to a} g(x), preserving the limiting value — provided both limits exist. Checking that condition before splitting is the core move-selection skill, and building it automatically is exactly what the Unisium Study System drills.

Unisium hero image titled Limit sum rule showing the principle equation and a conditions card.
The limit sum rule limxa(f(x)+g(x))=limxaf(x)+limxag(x)\lim_{x \to a} (f(x)+g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x) under condition “both limits exist”.

On this page: The Principle | Conditions | Failure Modes | EE Questions | Retrieval Practice | Practice Ground | Solve a Problem | FAQ


The Principle

The move: Replace limxa(f(x)+g(x))\lim_{x \to a} (f(x)+g(x)) with limxaf(x)+limxag(x)\lim_{x \to a} f(x) + \lim_{x \to a} g(x).

The invariant: This preserves the limiting value: when both component limits exist, the limit of the sum equals the sum of the separate limits.

Pattern: limxa(f(x)+g(x))limxaf(x)+limxag(x)\lim_{x \to a} (f(x)+g(x)) \quad\longrightarrow\quad \lim_{x \to a} f(x) + \lim_{x \to a} g(x)

Legal ✓Illegal ✗
limx2(x2+3x)limx2x2+limx23x\lim_{x \to 2}(x^2+3x) \to \lim_{x \to 2}x^2 + \lim_{x \to 2}3xlimx0(x1x1)↛limx0x1+limx0(x1)\lim_{x \to 0}(x^{-1}-x^{-1}) \not\to \lim_{x \to 0}x^{-1} + \lim_{x \to 0}(-x^{-1})

In the Illegal column: the sum x1x1=0x^{-1} - x^{-1} = 0 has limit 00, but each component limit diverges at x=0x=0 — the condition fails, so the rule cannot be applied regardless of the sum’s behavior.


Conditions of Applicability

Condition: both limits exist

Both limxaf(x)\lim_{x \to a} f(x) and limxag(x)\lim_{x \to a} g(x) must exist — you must be able to evaluate each component limit independently.

Before applying, check: confirm that each component limit exists before splitting.

  • When either component limit does not exist, the rule cannot be applied — even when the combined expression f(x)+g(x)f(x)+g(x) has a limit at aa.
  • When both component limits exist, the split is valid and the resulting expression preserves the same limiting value.

Want the complete framework behind this guide? Read Masterful Learning.


Common Failure Modes

Failure mode: splitting limxa(f(x)+g(x))\lim_{x \to a}(f(x)+g(x)) when limxaf(x)\lim_{x \to a} f(x) does not exist → the resulting expression is undefined, masking the fact that the original sum may have a perfectly finite limit.

Debug: before splitting, ask “does each term have a limit independently?” Polynomial terms always do; expressions with vertical asymptotes or oscillation at x=ax = a may not.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • The condition says “both limits exist” — does it require the two limits to be equal to each other, or just each exist independently?
  • The rule works in both directions: splitting one limit into two, or combining two limits into one. When evaluating a limit algebraically, which direction is usually more useful, and why?

For the Principle

  • When evaluating limxap(x)\lim_{x \to a} p(x) for a polynomial pp, how many times would you apply the limit sum rule — and why does the condition always hold for polynomials?
  • If limxaf(x)=5\lim_{x \to a} f(x) = 5 but limxag(x)\lim_{x \to a} g(x) does not exist, can you evaluate limxa(f(x)+g(x))\lim_{x \to a}(f(x)+g(x)) using this rule? What does your answer say about the relationship between the rule and the existence of the sum’s limit?

Between Principles

  • The limit sum rule and the limit product rule share the same structure: “split when both limits exist.” What extra condition does the limit quotient rule require beyond “both limits exist,” and why?

Generate an Example

  • Construct a pair of functions f(x)f(x) and g(x)g(x) where limx0(f(x)+g(x))\lim_{x \to 0}(f(x)+g(x)) exists but neither limx0f(x)\lim_{x \to 0} f(x) nor limx0g(x)\lim_{x \to 0} g(x) exists individually. What does this example tell you about the converse of the limit sum rule?

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the move in one sentence: _____Replace the limit of a sum with the sum of the separate limits.
Write the canonical equation: _____limxa(f(x)+g(x))=limxaf(x)+limxag(x)\lim_{x \to a} (f(x)+g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)
State the canonical condition: _____both limits exist

Practice Ground

Use these exercises to build move-selection fluency. (See Self-Explanation for how to use worked examples effectively.)

Procedure Walkthrough

Starting from limx2(x3+5x)\lim_{x \to 2}(x^3 + 5x), reach the numerical value using the limit sum rule.

StepExpressionOperation
0limx2(x3+5x)\lim_{x \to 2}(x^3 + 5x)
1limx2x3+limx25x\lim_{x \to 2} x^3 + \lim_{x \to 2} 5xLimit sum rule — both component limits exist (polynomial terms); condition satisfied
28+108 + 10Evaluate each: limx2x3=23=8\lim_{x \to 2} x^3 = 2^3 = 8; limx25x=52=10\lim_{x \to 2} 5x = 5 \cdot 2 = 10
31818Arithmetic

Drills

Action label: Identify the rule applied

What rule was used between these two states?

limx3(x2+4)limx3x2+limx34\lim_{x \to 3}(x^2 + 4) \quad\longrightarrow\quad \lim_{x \to 3} x^2 + \lim_{x \to 3} 4

Reveal

Limit sum rule — the single limit of a sum was split into the sum of two separate limits. Both limx3x2=9\lim_{x \to 3} x^2 = 9 and limx34=4\lim_{x \to 3} 4 = 4 exist, so the condition holds.


What rule was used between these two states?

limxπ(sinx+x2)limxπsinx+limxπx2\lim_{x \to \pi}(\sin x + x^2) \quad\longrightarrow\quad \lim_{x \to \pi} \sin x + \lim_{x \to \pi} x^2

Reveal

Limit sum rule. Both limxπsinx=0\lim_{x \to \pi} \sin x = 0 and limxπx2=π2\lim_{x \to \pi} x^2 = \pi^2 exist, so the split is valid.


[Near-miss — negative] Is this application of the limit sum rule valid? Explain.

limx0 ⁣(1x+(1x))limx01x+limx0 ⁣(1x)\lim_{x \to 0}\!\left(\frac{1}{x} + \left(-\frac{1}{x}\right)\right) \quad\longrightarrow\quad \lim_{x \to 0}\frac{1}{x} + \lim_{x \to 0}\!\left(-\frac{1}{x}\right)

Reveal

Invalid. The expression 1x1x=0\frac{1}{x} - \frac{1}{x} = 0 has limit 00 at x0x \to 0, but limx01x\lim_{x \to 0}\frac{1}{x} does not exist (it diverges). The condition “both limits exist” fails. Splitting here produces undefined expressions — this is the canonical near-miss for the limit sum rule: the sum is well-behaved, but neither component is.


[Negative] A student writes the following step. Identify the error.

limx1 ⁣(1x1+(2x))limx11x1+limx1(2x)\lim_{x \to 1}\!\left(\frac{1}{x-1} + (2-x)\right) \quad\to\quad \lim_{x \to 1}\frac{1}{x-1} + \lim_{x \to 1}(2-x)

Reveal

Invalid. limx11x1\lim_{x \to 1}\frac{1}{x-1} does not exist — the function has a vertical asymptote at x=1x = 1. The condition “both limits exist” fails, so the split cannot be applied even though limx1(2x)=1\lim_{x \to 1}(2-x) = 1 exists. The student should check each component before splitting.


Which of these limit sum rule applications is valid? State yes or no for each, and give a one-line reason.

(a) limx1(x2+lnx)limx1x2+limx1lnx\lim_{x \to 1}(x^2 + \ln x) \to \lim_{x \to 1} x^2 + \lim_{x \to 1} \ln x

(b) limx0(tanx+x1)limx0tanx+limx0x1\lim_{x \to 0}(\tan x + x^{-1}) \to \lim_{x \to 0} \tan x + \lim_{x \to 0} x^{-1}

Reveal

(a) Validlimx1x2=1\lim_{x \to 1} x^2 = 1 and limx1lnx=0\lim_{x \to 1} \ln x = 0 both exist.

(b) Invalidlimx0x1\lim_{x \to 0} x^{-1} does not exist (vertical asymptote). Even though limx0tanx=0\lim_{x \to 0} \tan x = 0 exists, the condition requires both limits to exist.


Forward step: Apply the rule

Apply the limit sum rule as the first step, then evaluate.

limx2(x3+5)\lim_{x \to 2}(x^3 + 5)

Reveal

limx2x3+limx25=8+5=13\lim_{x \to 2} x^3 + \lim_{x \to 2} 5 = 8 + 5 = 13

Both limits exist (polynomial and constant), so the rule applies.


Apply the limit sum rule, then evaluate.

limx0(x2+cosx)\lim_{x \to 0}(x^2 + \cos x)

Reveal

limx0x2+limx0cosx=0+1=1\lim_{x \to 0} x^2 + \lim_{x \to 0} \cos x = 0 + 1 = 1

Both limits exist: 00 and 11 respectively.


Apply the limit sum rule twice to evaluate the three-term sum.

limx2(x2+3x+1)\lim_{x \to -2}(x^2 + 3x + 1)

Reveal

First split: limx2(x2+3x)+limx21\lim_{x \to -2}(x^2+3x) + \lim_{x \to -2} 1

Second split: limx2x2+limx23x+limx21\lim_{x \to -2} x^2 + \lim_{x \to -2} 3x + \lim_{x \to -2} 1

Evaluate: 4+(6)+1=14 + (-6) + 1 = -1

Each component limit exists (polynomial terms), so each application is valid.


Apply the limit sum rule, then evaluate.

limx4(x+x2)\lim_{x \to 4}(\sqrt{x} + x^2)

Reveal

limx4x+limx4x2=2+16=18\lim_{x \to 4}\sqrt{x} + \lim_{x \to 4} x^2 = 2 + 16 = 18

Both limits exist: limx4x=4=2\lim_{x \to 4}\sqrt{x} = \sqrt{4} = 2 and limx4x2=16\lim_{x \to 4} x^2 = 16.


Transition identification: Locate the rule in a chain

The following evaluation has four transitions. Which transition(s) use the limit sum rule?

TransitionFromTo
0→1limx2(3x2+x)\lim_{x \to 2}(3x^2+x)limx2(3x2)+limx2(x)\lim_{x \to 2}(3x^2) + \lim_{x \to 2}(x)
1→2limx2(3x2)+limx2(x)\lim_{x \to 2}(3x^2) + \lim_{x \to 2}(x)3limx2x2+limx2(x)3\lim_{x \to 2} x^2 + \lim_{x \to 2}(x)
2→33limx2x2+limx2(x)3\lim_{x \to 2} x^2 + \lim_{x \to 2}(x)34+23 \cdot 4 + 2
3→434+23 \cdot 4 + 21414
Reveal

Transition 0→1 uses the limit sum rule — a single limit of a sum is split into the sum of two separate limits.

Transition 1→2 uses the limit constant multiple rule — pulling the factor 33 out of limx2(3x2)\lim_{x \to 2}(3x^2).

Transition 2→3 evaluates both remaining limits: limx2x2=4\lim_{x \to 2}x^2 = 4 (identity/power rule) and limx2(x)=2\lim_{x \to 2}(x) = 2 (identity rule).

Transition 3→4 is arithmetic: 34+2=143 \cdot 4 + 2 = 14.


Which limit rule justifies the first transition below?

limxπ(sinx+cosx)limxπsinx+limxπcosx0+(1)=1\lim_{x \to \pi}(\sin x + \cos x) \quad\longrightarrow\quad \lim_{x \to \pi}\sin x + \lim_{x \to \pi}\cos x \quad\longrightarrow\quad 0 + (-1) = -1

Reveal

The limit sum rule — it allows replacing limxπ(sinx+cosx)\lim_{x \to \pi}(\sin x + \cos x) with the sum of two separate limits. Condition satisfied: limxπsinx=0\lim_{x \to \pi}\sin x = 0 and limxπcosx=1\lim_{x \to \pi}\cos x = -1 both exist.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Starting from limx3(x2+2x+4)\lim_{x \to 3}(x^2 + 2x + 4), evaluate using the limit sum rule.

Full solution
StepExpressionMove
0limx3(x2+2x+4)\lim_{x \to 3}(x^2 + 2x + 4)
1limx3(x2+2x)+limx34\lim_{x \to 3}(x^2 + 2x) + \lim_{x \to 3} 4Limit sum rule (polynomial terms — both limits exist)
2limx3x2+limx32x+limx34\lim_{x \to 3} x^2 + \lim_{x \to 3} 2x + \lim_{x \to 3} 4Limit sum rule again
39+6+49 + 6 + 4Identity, constant multiple, and constant rules
41919Arithmetic

FAQ

What is the limit sum rule?

The limit sum rule states that the limit of a sum equals the sum of the limits: limxa(f(x)+g(x))=limxaf(x)+limxag(x)\lim_{x \to a} (f(x)+g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x). It applies whenever both limits exist.

When can I apply the limit sum rule?

Apply it when you have a limit of a sum (or difference) and can confirm both component limits exist. The key question for each term is whether its limit exists at aa — not which family the function belongs to. Functions that are continuous at aa automatically satisfy the condition there; always check points with asymptotes, domain breaks, or oscillatory behavior regardless of function type.

What goes wrong if one limit does not exist?

The rule cannot be applied. Splitting produces an undefined expression even when the original sum has a finite limit. The cleanest example: x1x1=0x^{-1} - x^{-1} = 0 for all x0x \neq 0, so limx0(x1x1)=0\lim_{x \to 0}(x^{-1} - x^{-1}) = 0 — but limx0x1\lim_{x \to 0} x^{-1} does not exist, so the condition fails. A well-behaved sum does not justify splitting when one component limit is undefined.

Does the limit sum rule work for differences too?

Yes. A difference f(x)g(x)f(x)-g(x) is the sum f(x)+(g(x))f(x)+(-g(x)), so limxa(f(x)g(x))=limxaf(x)limxag(x)\lim_{x \to a} (f(x)-g(x)) = \lim_{x \to a} f(x) - \lim_{x \to a} g(x) follows with the same condition: both limits must exist.

Why is the limit sum rule easy to apply to polynomial limits?

Polynomial functions are continuous everywhere, so their limits at any finite aa equal their function values there. Every individual term of a polynomial satisfies the condition independently, so the rule can be applied term by term without a condition check.


How This Fits in Unisium

Within the calculus subdomain, the limit sum rule is the first real decomposition move after the base cases from the limit statement, limit of a constant, and limit of the identity. Practicing this rule in Unisium means drilling the condition check first: before splitting, confirm each component limit exists. The primary drill formats — action label (name the rule between two states) and forward step (apply the rule to the next state) — mirror the two ways the rule appears on exams.

Explore further:

  • Calculus Subdomain Map — Return to the calculus hub to see how the algebraic limit rules stack on top of each other
  • Limit statement — The prerequisite claim every algebraic limit chain starts from
  • Limit of a Constant — One base case the sum rule repeatedly exposes on constant terms
  • Limit of the Identity — The other base case the sum rule repeatedly exposes on bare-variable terms
  • Limit Constant Multiple Rule — Common companion when one term in the sum carries a scalar factor
  • Limit Product Rule — Another decomposition rule in the same family once multiplication replaces addition
  • Principle Structures — See where the limit sum rule sits in the calculus principle hierarchy
  • Elaborative Encoding — Build deep understanding of why the condition matters, not just what the rule says
  • Retrieval Practice — Make the condition and pattern automatically accessible under time pressure
  • Self-Explanation — Narrate the condition check aloud while working through each limit evaluation

Ready to master the limit sum rule? Start practicing with Unisium or explore the full learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →