Series
The
sum of the terms of a sequence. For example,
the series for the sequence 1, 3, 5, 7, 9, . . . , 131, 133 is
the sum 1 + 3 +
5 + 7 + 9 + . . . + 131 + 133.
See
also
Arithmetic
series, geometric
series, convergent
series, divergent series, convergence
tests, power
series, positive
series,
series
rules
Worked Example
Problem: Find the value of the series 2 + 4 + 6 + 8 + 10.
Step 1: Identify the sequence whose terms are being summed. The sequence is 2, 4, 6, 8, 10 — the first five positive even numbers.
ak=2kfor k=1,2,3,4,5 Step 2: Write the series using summation notation.
k=1∑52k=2+4+6+8+10 Step 3: Add the terms together to find the sum.
2+4+6+8+10=30 Answer: The value of the series is 30.
Another Example
Problem: Write the first four partial sums of the series 1 + 1/2 + 1/4 + 1/8 + ⋯ and observe a pattern.
Step 1: The first partial sum uses only the first term.
Step 2: The second partial sum adds the first two terms.
S2=1+21=23 Step 3: The third partial sum adds the first three terms.
S3=1+21+41=47 Step 4: The fourth partial sum adds the first four terms.
S4=1+21+41+81=815 Step 5: The partial sums are getting closer and closer to 2. This is an infinite geometric series with first term 1 and common ratio 1/2, and it converges to 2.
k=0∑∞(21)k=1−211=2 Answer: The partial sums approach 2, so the infinite series converges to 2.
Frequently Asked Questions
What is the difference between a series and a sequence?
A sequence is an ordered list of numbers (e.g., 1, 2, 3, 4, 5), while a series is the sum of those numbers (e.g., 1 + 2 + 3 + 4 + 5 = 15). Think of a sequence as the individual terms and a series as what happens when you add them up.
Can a series have infinitely many terms?
Yes. An infinite series adds up infinitely many terms. If the partial sums approach a finite number, the series is called convergent and that number is its sum. If the partial sums grow without bound or fail to settle on a single value, the series is called divergent.
Series vs. Sequence
A sequence is an ordered list of numbers: 3, 6, 9, 12, …. A series is the sum formed by adding those numbers: 3 + 6 + 9 + 12 + …. Every series is built from an underlying sequence, but a sequence by itself does not involve addition. You can think of a sequence as the ingredients and a series as the recipe that combines them.
Why It Matters
Series appear throughout science, engineering, and finance whenever you need to accumulate quantities — from calculating loan payments to approximating functions with Taylor series. Many functions that cannot be computed exactly, like ex or sinx, are defined and evaluated using infinite series. Understanding series also builds the foundation for integral calculus, where continuous sums replace discrete ones. Common Mistakes
Mistake: Using "series" and "sequence" interchangeably.
Correction: A sequence is a list of terms; a series is the sum of those terms. Writing '1, 2, 3, 4' is a sequence, while '1 + 2 + 3 + 4' is a series.
Mistake: Assuming that because the terms of a series approach zero, the series must converge.
Correction: Terms approaching zero is necessary but not sufficient for convergence. The classic counterexample is the harmonic series 1 + 1/2 + 1/3 + 1/4 + ⋯, whose terms go to zero yet the series diverges to infinity.