Integral sum rule: Split an integral before integrating each part

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

The integral sum rule lets you replace (f(x)+g(x))dx\int (f(x)+g(x))\,dx with f(x)dx+g(x)dx\int f(x)\,dx + \int g(x)\,dx, preserving the antiderivative family term by term. It applies when both integrals exist, so the key move-selection habit is checking that each piece has an antiderivative on the working interval before you split. That condition check is exactly the kind of fluency the Unisium Study System trains.

Unisium hero image titled Integral sum rule showing the principle equation and a conditions card.
The integral sum rule (f(x)+g(x))dx=f(x)dx+g(x)dx\int (f(x)+g(x))\,dx = \int f(x)\,dx + \int g(x)\,dx under condition “both integrals exist”.

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


The Principle

The move: Replace one integral of a sum with a sum of two separate integrals.

The invariant: This does not change the antiderivative result: after splitting, you still get functions whose derivative is the original sum on the same interval.

Pattern: (f(x)+g(x))dxf(x)dx+g(x)dx\int (f(x)+g(x))\,dx \quad\longrightarrow\quad \int f(x)\,dx + \int g(x)\,dx

Legal ✓Illegal ✗
(x2+3x)dxx2dx+3xdx\int (x^2+3x)\,dx \to \int x^2\,dx + \int 3x\,dxOn [1,1][-1,1], (1x+x2)dx↛1xdx+x2dx\int \left(\frac{1}{x}+x^2\right)\,dx \not\to \int \frac{1}{x}\,dx + \int x^2\,dx

In the Illegal column, the pattern looks eligible because the integrand is a visible sum, but the term 1x\frac{1}{x} has no antiderivative on an interval crossing 00. That means the condition fails before the split starts. The point of the contrast is exactly that shape alone is not enough: interval legality decides whether the move exists.


Conditions of Applicability

Condition: both integrals exist

Both f(x)dx\int f(x)\,dx and g(x)dx\int g(x)\,dx must make sense on the same working interval or domain. The rule does not create missing antiderivatives for pieces that are undefined there.

Before applying, check: can you write an antiderivative for each term on the same interval you are using?

If the condition is violated: the split is blocked because at least one piece is not a valid integral on the stated interval.

  • If one term fails to have an antiderivative on the working interval, splitting is not justified even when the combined integrand simplifies to something easy.

See indefinite integral as antiderivative for the object you are preserving when you split, and compare this move with both the forward-looking derivative sum rule and the neighboring integral constant multiple rule.

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


Common Failure Modes

Failure mode: split (f+g)dx\int(f+g)\,dx across a term that has no antiderivative on the working interval → you turn a valid simplification target into two invalid pieces and lose track of where the rule was allowed.

Debug: ask “do both pieces exist as integrals on this interval?” before splitting; if one piece breaks the domain, simplify or restrict the interval first.


Elaborative Encoding

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

Within the Principle

  • The condition says “both integrals exist.” Does that mean each term must have an antiderivative on the same interval, or is it enough that each term is integrable somewhere else?
  • Why does the split preserve the antiderivative family, but still require only one final +C+C after the separate antiderivatives are recombined?

For the Principle

  • When integrating a polynomial like x3+2x+5x^3 + 2x + 5, why does the condition hold automatically for every term, and why is the sum rule a useful first move?
  • If one term is easy to integrate and the other is undefined on the working interval, why is it still wrong to split and integrate the easy piece alone?

Between Principles

  • The integral sum rule and the integral constant multiple rule are usually chained together. Which one changes the number of integrals, and which one changes where a constant sits?

Generate an Example

  • Build an expression where the whole integrand simplifies before you integrate, but splitting first would be invalid on the stated interval. What does that tell you about checking applicability before pattern-matching?

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 integral of a sum with the sum of the separate integrals.
Write the canonical equation: _____(f(x)+g(x))dx=f(x)dx+g(x)dx\int (f(x)+g(x))\,dx = \int f(x)\,dx + \int g(x)\,dx
State the canonical condition: _____both integrals 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 (3x2+4ex)dx\int (3x^2 + 4e^x)\,dx, reach an antiderivative.

StepExpressionOperation
0(3x2+4ex)dx\int (3x^2 + 4e^x)\,dx
13x2dx+4exdx\int 3x^2\,dx + \int 4e^x\,dxIntegral sum rule — both component integrals exist, so split the sum
23x2dx+4exdx3\int x^2\,dx + 4\int e^x\,dxIntegral constant multiple rule on each term
3x3+4ex+Cx^3 + 4e^x + CEvaluate both integrals and write one final constant of integration

Drills

Forward step: Apply the rule

Apply the integral sum rule as the first step, then integrate.

(x3+5)dx\int (x^3 + 5)\,dx

Reveal

x3dx+5dx=x44+5x+C\int x^3\,dx + \int 5\,dx = \frac{x^4}{4} + 5x + C

Both component integrals exist for all real xx.


Apply the integral sum rule, then finish the antiderivative.

(ex+2x)dx\int (e^x + 2x)\,dx

Reveal

exdx+2xdx=ex+x2+C\int e^x\,dx + \int 2x\,dx = e^x + x^2 + C

The split is valid because both integrals exist on all real numbers.


Apply the integral sum rule twice to the three-term sum.

(x2+sinx+4)dx\int (x^2 + \sin x + 4)\,dx

Reveal

First split: (x2+sinx)dx+4dx\int (x^2 + \sin x)\,dx + \int 4\,dx

Second split: x2dx+sinxdx+4dx\int x^2\,dx + \int \sin x\,dx + \int 4\,dx

Evaluate: x33cosx+4x+C\frac{x^3}{3} - \cos x + 4x + C


[Negative] On the interval [2,2][-2,2], should you apply the integral sum rule first to (x1+x2)dx\int (x^{-1} + x^2)\,dx? Give a one-line reason.

Reveal

No. The term x1x^{-1} has no antiderivative on an interval containing 00, so the condition “both integrals exist” fails on [2,2][-2,2]. You must address the interval issue before any split.


Action label: Identify the rule applied

What rule was used between these two states?

(x4+cosx)dxx4dx+cosxdx\int (x^4 + \cos x)\,dx \quad\longrightarrow\quad \int x^4\,dx + \int \cos x\,dx

Reveal

Integral sum rule. One integral of a sum was split into the sum of two separate integrals, and both component integrals exist.


What rule was used between these two states?

(lnx+x2)dxlnxdx+x2dx(x>0)\int (\ln x + x^2)\,dx \quad\longrightarrow\quad \int \ln x\,dx + \int x^2\,dx \qquad (x>0)

Reveal

Integral sum rule. On x>0x>0, both component integrals exist, so the split is valid on that interval.


[Near-miss — negative] Is this split valid on the interval [1,1][-1,1]? Explain.

(1x+x2)dx1xdx+x2dx\int \left(\frac{1}{x}+x^2\right)\,dx \quad\longrightarrow\quad \int \frac{1}{x}\,dx + \int x^2\,dx

Reveal

Invalid. The sum pattern is visible, but the interval matters first. On [1,1][-1,1], the term 1x\frac{1}{x} is undefined at 00 and has no antiderivative on an interval crossing 00, so the condition “both integrals exist” fails. That means the split is blocked before any execution step. This is a near-miss because the algebraic shape looks correct for the rule, but the interval makes the move unavailable.


Transition identification: Locate where the move is eligible

In which transition(s) is the integral sum rule used?

TransitionFromTo
0→1(2x3+6x)dx\int (2x^3 + 6x)\,dx2x3dx+6xdx\int 2x^3\,dx + \int 6x\,dx
1→22x3dx+6xdx\int 2x^3\,dx + \int 6x\,dx2x3dx+6xdx2\int x^3\,dx + 6\int x\,dx
2→32x3dx+6xdx2\int x^3\,dx + 6\int x\,dx2x44+6x222\cdot\frac{x^4}{4} + 6\cdot\frac{x^2}{2}
3→42x44+6x222\cdot\frac{x^4}{4} + 6\cdot\frac{x^2}{2}x42+3x2+C\frac{x^4}{2} + 3x^2 + C
Reveal

Only transition 0→1 uses the integral sum rule. It changes one integral of a sum into two separate integrals.

Transition 1→2 uses the integral constant multiple rule.

Transition 2→3 evaluates the antiderivatives.

Transition 3→4 simplifies coefficients and writes the final combined constant.


Which of these proposed transitions are eligible applications of the integral sum rule on the stated interval?

  1. On (0,)(0,\infty): (x1+x)dxx1dx+xdx\int (x^{-1} + x)\,dx \to \int x^{-1}\,dx + \int x\,dx
  2. On [1,1][-1,1]: (x1+x)dxx1dx+xdx\int (x^{-1} + x)\,dx \to \int x^{-1}\,dx + \int x\,dx
  3. On R\mathbb{R}: (ex+cosx)dxexdx+cosxdx\int (e^x + \cos x)\,dx \to \int e^x\,dx + \int \cos x\,dx
Reveal

Eligible transitions: 1 and 3.

  • 1 is valid because both x1dx\int x^{-1}\,dx and xdx\int x\,dx exist on (0,)(0,\infty).
  • 2 is invalid because x1x^{-1} has no antiderivative on an interval crossing 00.
  • 3 is valid because both component integrals exist on all real numbers.

Goal micro-chain: Reach the target efficiently

Starting from (2x3+6x+ex)dx\int (2x^3 + 6x + e^x)\,dx, reach a finished antiderivative in the minimum number of moves.

Reveal

One efficient chain is:

  1. (2x3+6x+ex)dx2x3dx+6xdx+exdx\int (2x^3 + 6x + e^x)\,dx \to \int 2x^3\,dx + \int 6x\,dx + \int e^x\,dx
  2. 2x3dx+6xdx+exdx\to 2\int x^3\,dx + 6\int x\,dx + \int e^x\,dx
  3. 2x44+6x22+ex+C\to 2\cdot\frac{x^4}{4} + 6\cdot\frac{x^2}{2} + e^x + C
  4. x42+3x2+ex+C\to \frac{x^4}{2} + 3x^2 + e^x + C

The first move is the integral sum rule. The second is the integral constant multiple rule. The last two are antiderivative evaluation and simplification.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Starting from (4x3+2cosx+7)dx\int (4x^3 + 2\cos x + 7)\,dx, find an antiderivative using the integral sum rule.

Full solution
StepExpressionMove
0(4x3+2cosx+7)dx\int (4x^3 + 2\cos x + 7)\,dx
14x3dx+2cosxdx+7dx\int 4x^3\,dx + \int 2\cos x\,dx + \int 7\,dxIntegral sum rule, applied twice
24x3dx+2cosxdx+7dx4\int x^3\,dx + 2\int \cos x\,dx + \int 7\,dxIntegral constant multiple rule
34x44+2sinx+7x+C4\cdot\frac{x^4}{4} + 2\sin x + 7x + CEvaluate the three antiderivatives
4x4+2sinx+7x+Cx^4 + 2\sin x + 7x + CSimplify

PrincipleRelationship
Indefinite integral as antiderivativeGives the object the sum rule preserves: the antiderivative family of the original integrand
Integral constant multiple ruleUsually follows the sum rule: first split the sum, then pull constant factors out of the separate integrals
Derivative sum ruleThe forward differentiation analogue: differentiation distributes over addition the way integration splits across sums

FAQ

What is the integral sum rule?

The integral sum rule states that the integral of a sum can be split into a sum of integrals: (f(x)+g(x))dx=f(x)dx+g(x)dx\int (f(x)+g(x))\,dx = \int f(x)\,dx + \int g(x)\,dx. It is a linearity rule for antiderivatives, and it applies when both component integrals exist on the working interval.

When can I apply the integral sum rule?

Apply it when each term in the sum already has an antiderivative on the same interval or domain. For common classroom examples like polynomials, exponentials, and trig functions, that condition is automatic on their standard domains. For terms like x1x^{-1} or lnx\ln x, the interval matters.

What is the most common near-miss?

Splitting across a term that is undefined on the working interval. For example, on [1,1][-1,1] you should not split (x1+x2)dx\int (x^{-1}+x^2)\,dx because x1x^{-1} has no antiderivative there. The expression may look like a sum-rule problem, but the condition fails before the move starts.

Do I put +C+C on every separate integral?

No. You can write temporary constants while thinking, but after recombining the antiderivative family you keep one final +C+C. Separate additive constants collapse into a single arbitrary constant.

How is the integral sum rule different from the integral constant multiple rule?

The integral sum rule changes one integral into several by splitting across addition: (f+g)dxfdx+gdx\int(f+g)\,dx \to \int f\,dx + \int g\,dx. The integral constant multiple rule does a different job: it moves a constant factor outside one integral, as in 3x2dx3x2dx\int 3x^2\,dx \to 3\int x^2\,dx. In real work, you often use the sum rule first and the constant multiple rule second.

Does the integral sum rule also work for differences?

Yes. A difference is a sum with a negative term: f(x)g(x)=f(x)+(g(x))f(x)-g(x) = f(x)+(-g(x)). So the same condition and the same splitting logic apply.


How This Fits in Unisium

Unisium places the integral sum rule inside the calculus principle map as one of the first linearity moves that turns a large antiderivative task into smaller pieces. The rule matters because it changes one decision point into several local ones: first verify the condition, then split, then pair each term with the right antiderivative rule. That is why this guide emphasizes action labels, forward steps, and eligibility checks rather than one long narrative example.

Explore further:

Ready to build faster integration fluency? 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 →