Introduction to Infinite Series
An infinite series is a sum of infinitely many terms. Rather than just listing numbers (that's a sequence), you're actually adding them all up. The central question is: does that sum settle on a finite value, or does it blow up?
Concept of Infinite Series Sums
An infinite series takes a sequence and sums its terms:
To make sense of this, we use partial sums. The th partial sum is:
If the sequence of partial sums approaches a finite limit as , the series converges to . If it doesn't approach any finite value, the series diverges.
This distinction matters because convergent series can stand in for exact values and be used in function approximation, integration, and solving differential equations. A divergent series, on the other hand, doesn't produce a usable sum.
Sequences vs. Series
Keep these straight, since mixing them up is a common mistake:
- A sequence is an ordered list of numbers . You care about what happens to the individual terms as .
- A series is the sum of a sequence's terms. You care about what happens to the running total.
A sequence can converge (its terms approach a limit) while the corresponding series diverges. Classic example: converges to 0 as a sequence, but (the harmonic series) diverges.
One quick test follows from this: if , the series must diverge. This is the Divergence Test (also called the th-Term Test). But be careful: if the limit is zero, that alone doesn't guarantee convergence. The harmonic series proves that.

Types of Infinite Series
Geometric Series
A geometric series has a constant ratio between successive terms:
where is the first term and is the common ratio.
Convergence rule:
- If , the series converges to
- If , the series diverges
Where the formula comes from:
-
Write the partial sum:
-
Multiply both sides by :
-
Subtract:
-
Factor:
-
Solve:
-
When , as , so
Example: Express as a fraction.
Write it as . Here and , so the sum is .
Geometric series also show up in modeling exponential decay, computing present value in finance, and finding areas of self-similar geometric figures.

Telescoping Series
A telescoping series is one where most terms cancel when you write out the partial sums, leaving only a few terms at the beginning and end.
How to solve a telescoping series:
- Decompose the general term (usually via partial fractions) into a difference of simpler expressions.
- Write out several terms of the partial sum and observe the cancellation pattern.
- Identify which terms survive after cancellation.
- Take the limit of the remaining terms as .
Example: Find
-
Partial fraction decomposition:
-
Write out the partial sum:
-
Nearly everything cancels. What's left:
-
Take the limit:
The key skill with telescoping series is recognizing that a term can be split into a difference. Partial fraction decomposition is your main tool here, so stay sharp on that technique.
Power Series and Radius of Convergence
A power series is an infinite series where each term involves a power of :
Here is the center of the series and the are the coefficients.
The radius of convergence tells you how far from the center the series converges:
- For , the series converges.
- For , the series diverges.
- At (the endpoints), you have to check each case separately.
You typically find using the Ratio Test or the Root Test applied to the series terms. Power series are the foundation for Taylor and Maclaurin series, which let you represent functions like , , and as infinite polynomials. That representation is what makes many approximation and integration techniques possible.