Series Rules
Key Formula
n=1∑∞(can)=cn=1∑∞ann=1∑∞(an±bn)=n=1∑∞an±n=1∑∞bn
Where:
- an = The nth term of a convergent series
- bn = The nth term of another convergent series
- c = A constant (any real number)
- n = The index of summation
Worked Example
Problem: Given that the convergent series ∑(n=1 to ∞) aₙ = 5 and ∑(n=1 to ∞) bₙ = 3, find ∑(n=1 to ∞)(4aₙ − 2bₙ).
Step 1: Apply the sum/difference rule to split the series into two separate series.
n=1∑∞(4an−2bn)=n=1∑∞4an−n=1∑∞2bn
Step 2: Apply the constant multiple rule to pull each constant factor outside its series.
=4n=1∑∞an−2n=1∑∞bn
Step 3: Substitute the known sums.
=4(5)−2(3)=20−6=14
Answer: The series ∑(n=1 to ∞)(4aₙ − 2bₙ) = 14.
Another Example
This example applies the same rules to concrete geometric series rather than abstract sums, showing how the rules connect to actual evaluation.
Problem: Evaluate ∑(n=1 to ∞) [3 · (1/2)ⁿ + 5 · (1/4)ⁿ] by applying series rules to known geometric series.
Step 1: Split into two series using the sum rule.
n=1∑∞[3(21)n+5(41)n]=n=1∑∞3(21)n+n=1∑∞5(41)n
Step 2: Factor out the constants from each series.
=3n=1∑∞(21)n+5n=1∑∞(41)n
Step 3: Each is a geometric series with first term r and ratio r, so the sum formula gives a/(1−r). For r = 1/2 the sum is (1/2)/(1−1/2) = 1. For r = 1/4 the sum is (1/4)/(1−1/4) = 1/3.
n=1∑∞(21)n=1,n=1∑∞(41)n=31
Step 4: Substitute back and compute.
=3(1)+5(31)=3+35=314
Answer: The series equals 14/3.
Frequently Asked Questions
Do series rules work for divergent series?
No. The constant-multiple and sum/difference rules require both series to be convergent. If either series diverges, you cannot apply these rules, and the combined series may also diverge. For example, the harmonic series ∑1/n diverges, so you cannot pull out a constant and claim 2∑1/n converges.
Can you multiply two convergent series term by term?
Not simply. The product rule for series is more involved: ∑aₙ · ∑bₙ does not equal ∑(aₙbₙ). To multiply two series you need the Cauchy product, which combines terms differently. The basic series rules only cover scalar multiplication and term-by-term addition or subtraction.
Does changing the starting index of a series affect its convergence?
No. Adding or removing a finite number of terms at the beginning changes the sum's value but does not change whether the series converges or diverges. This is sometimes called the index-shift rule and is a useful companion to the main algebraic rules.
Series Rules (for series) vs. Limit Laws (for sequences)
| Series Rules (for series) | Limit Laws (for sequences) | |
|---|---|---|
| What they apply to | Infinite sums ∑aₙ | Limits of sequences lim aₙ |
| Constant multiple | ∑(caₙ) = c·∑aₙ | lim(caₙ) = c·lim aₙ |
| Sum/Difference | ∑(aₙ ± bₙ) = ∑aₙ ± ∑bₙ | lim(aₙ ± bₙ) = lim aₙ ± lim bₙ |
| Product | No simple term-by-term product rule; requires Cauchy product | lim(aₙ · bₙ) = lim aₙ · lim bₙ |
| Convergence requirement | Both series must converge | Both sequence limits must exist (be finite) |
Why It Matters
Series rules appear throughout calculus, especially when you work with power series, Taylor series, and Fourier series. They let you break a complicated series into simpler, recognizable parts you already know how to evaluate. In courses like Calculus II and beyond, these properties are used constantly to test convergence and compute exact sums.
Common Mistakes
Mistake: Applying the sum rule when one or both series diverge.
Correction: Both individual series must converge before you can add or subtract them. If ∑aₙ diverges, writing ∑(aₙ + bₙ) = ∑aₙ + ∑bₙ is invalid even if ∑bₙ converges.
Mistake: Assuming ∑(aₙ · bₙ) = (∑aₙ)(∑bₙ).
Correction: There is no term-by-term product rule analogous to the sum rule. Multiplying two series requires the Cauchy product, which sums convolution-style terms cₙ = Σ(k=0 to n) aₖbₙ₋ₖ.
Related Terms
- Convergent Series — Series rules apply only to convergent series
- Geometric Series — Common series type often simplified with these rules
- Arithmetic Series — Finite series with its own summation formula
- Sequence — Ordered list whose terms form a series when summed
- Algebra — Foundation for algebraic manipulation of series
- Sigma Notation — Notation used to express series compactly
- Power Series — Series of variable terms where these rules apply

