Infinite Series
Infinite Series
A series that has no last term, such as
.
The sum of an infinite series is defined as the limit of the sequence
of partial sums.
Note: The infinite series above happens to have a sum of π2/6.

See also
Key Formula
n=1∑∞an=N→∞limSN=N→∞limn=1∑Nan
Where:
- an = The nth term of the sequence being summed
- SN = The Nth partial sum, equal to the sum of the first N terms
- N = The number of terms included in the partial sum
- ∑n=1∞ = Summation notation indicating the sum runs over infinitely many terms
Worked Example
Problem: Find the sum of the infinite geometric series: 1 + 1/2 + 1/4 + 1/8 + ...
Step 1: Identify the first term and common ratio. The first term is a = 1, and each term is multiplied by r = 1/2 to get the next term.
a=1,r=21
Step 2: Write out the first few partial sums to see the pattern.
S1=1,S2=1.5,S3=1.75,S4=1.875
Step 3: Since |r| < 1, this geometric series converges. Apply the infinite geometric series formula.
n=0∑∞arn=1−ra
Step 4: Substitute a = 1 and r = 1/2 into the formula.
1−211=211=2
Answer: The infinite series converges to a sum of 2.
Another Example
This example differs from the first by showing a divergent series. It demonstrates that having terms shrink toward zero is not sufficient for convergence — the terms must shrink fast enough.
Problem: Determine whether the infinite series 1 + 1/2 + 1/3 + 1/4 + ... (the harmonic series) converges or diverges.
Step 1: Write the series in summation notation.
n=1∑∞n1=1+21+31+41+⋯
Step 2: Group terms to establish a lower bound. Notice that 1/3 + 1/4 > 1/4 + 1/4 = 1/2, and 1/5 + 1/6 + 1/7 + 1/8 > 4 × (1/8) = 1/2, and so on. Each grouped block sums to more than 1/2.
1+21+>1/2(31+41)+>1/2(51+61+71+81)+⋯
Step 3: Since you keep adding blocks each worth more than 1/2, the partial sums grow without bound.
SN→∞ as N→∞
Answer: The harmonic series diverges — it has no finite sum, even though its individual terms approach 0.
Frequently Asked Questions
What is the difference between a convergent and divergent infinite series?
A convergent infinite series has partial sums that approach a specific finite number as you include more and more terms. A divergent infinite series does not settle on a finite value — the partial sums may grow without bound, oscillate, or otherwise fail to approach a limit. To find a meaningful "sum," the series must converge.
Can an infinite series have a finite sum?
Yes. When the limit of the partial sums exists and equals a finite number, the infinite series is said to converge to that sum. For example, the geometric series 1 + 1/2 + 1/4 + 1/8 + ... converges to 2. However, not every infinite series has a finite sum — the harmonic series 1 + 1/2 + 1/3 + 1/4 + ... diverges to infinity.
If the terms of a series go to zero, does the series always converge?
No. Having terms approach zero is necessary for convergence but not sufficient. The harmonic series is the classic counterexample: each term 1/n approaches 0 as n grows, yet the series diverges. You must apply a convergence test (such as the ratio test, comparison test, or integral test) to determine whether a series actually converges.
Infinite Series vs. Finite Series
| Infinite Series | Finite Series | |
|---|---|---|
| Number of terms | Infinitely many terms; no last term | A fixed, finite number of terms |
| Sum | Defined as the limit of partial sums; may converge or diverge | Always a well-defined finite number (just add the terms) |
| Notation | n=1∑∞an | n=1∑Nan |
| Key question | Does the series converge, and if so, to what value? | What is the value of the sum? |
| Example | 1 + 1/2 + 1/4 + 1/8 + ... = 2 | 1 + 1/2 + 1/4 = 1.75 |
Why It Matters
Infinite series appear throughout calculus and beyond — Taylor series let you approximate functions like sin(x), eˣ, and ln(x) as infinite polynomials. In physics, Fourier series decompose periodic signals into infinite sums of sines and cosines, which is fundamental to signal processing and acoustics. Understanding convergence is also essential in probability, where expected values are often computed as infinite sums.
Common Mistakes
Mistake: Assuming a series converges just because its terms approach zero.
Correction: Terms going to zero is necessary but not sufficient. The harmonic series (1 + 1/2 + 1/3 + ...) has terms going to zero yet diverges. Always apply a convergence test.
Mistake: Confusing a sequence with a series.
Correction: A sequence is an ordered list of numbers (e.g., 1, 1/2, 1/4, 1/8, ...). A series is what you get when you add those numbers together (1 + 1/2 + 1/4 + 1/8 + ...). The sequence of terms can converge to zero while the series itself diverges, or the series can converge to a sum entirely different from any individual term.
Related Terms
- Series — General concept of summing terms
- Sequence of Partial Sums — Defines convergence of an infinite series
- Infinite Geometric Series — Most common type of infinite series
- Limit — Used to define the sum of the series
- Term — Each individual element being summed
- Sum — The result of adding terms together
- Infinite — Describes the unbounded number of terms
- Finite — Contrasts with infinite; finite series end
