Infinite Series

The sum of infinite terms that follow a rule.

When we have an infinite sequence of values:

12 , 14 , 18 , 116 , ...

which follow a rule (in this case each term is half the previous one),

and we add them all up:

12 + 14 + 18 + 116 + ... = S

we get an infinite series.

"Series" sounds like it is the list of numbers, but it is actually when we add them together.

(Note: The dots "..." mean "continuing on indefinitely")

First Example

You might think it is impossible to work out the answer, but sometimes it can be done!

Using the example from above:

12 + 14 + 18 + 116 + ... = 1

And here is why:

Sum of 1/2^n as boxes
(We also show a proof using Algebra below)

Notation

We often use Sigma Notation for infinite series. Our example from above looks like:

Sum of 1/2^n

Sigma This symbol (called Sigma) means "sum up"

Try putting 1/2^n into the Sigma Calculator.

Another Example

14 + 116 + 164 + 1256 + ... = 13

Each term is a quarter of the previous one, and the sum equals 1/3:

Sum 1/4^n as boxes
Of the 3 spaces (1, 2 and 3) only number 2 gets filled up, hence 1/3.

(By the way, this one was worked out by Archimedes over 2200 years ago.)

Converge

Let's add the terms one at a time, in order. When the "sum so far" approaches a finite value, the series is said to be "convergent":

Our first example:

12 + 14 + 18 + 116 + ...

Adds up like this:

Term   Sum so far
1/2   0.5
1/4   0.75
1/8   0.875
1/16   0.9375
1/32   0.96875
...   ...

The sums are heading towards a value (1 in this case), so this series is convergent.

The "sum so far" is called a partial sum .

So, more formally, we say it is a convergent series when:

"the sequence of partial sums has a finite limit."

Diverge

If the sums do not converge, the series is said to diverge.

It can go to +infinity, −infinity or just go up and down without settling on any value.

Example:
1 + 2 + 3 + 4 + ...

Adds up like this:

Term   Sum so far
1   1
2   3
3   6
4   10
5   15
...   ...

The sums are just getting larger and larger, not heading to any finite value.

It does not converge, so it is divergent, and heads to infinity.

Example: 1 − 1 + 1 − 1 + 1 ...

It goes up and down without settling towards some value, so it is divergent.

More Examples

Arithmetic Series

When the difference between each term and the next is a constant, it is called an arithmetic series.

Sigma n=0 to infinity of (10+2n) = 10+12+14+...

(The difference between each term is 2.)

 

Geometric Series

When the ratio between each term and the next is a constant, it is called a geometric series.

Our first example from above is a geometric series:

Sum of 1/2^n

(The ratio between each term is ½)

And, as promised, we can show you why that series equals 1 using Algebra:

First, we will call the whole sum "S":   S = 1/2 + 1/4 + 1/8 + 1/16 + ...
Next, divide S by 2:S/2 = 1/4 + 1/8 + 1/16 + 1/32 + ...

Now subtract S/2 from S

All the terms from 1/4 onwards cancel out.

And we get:S − S/2 = 1/2
Simplify: S/2 = 1/2
And so:S = 1

 

Harmonic Series

This is the Harmonic Series:

Sigma n=1 to infinity of (1/n) = 1 + 1/2 + 1/3 + 1/4 + ...

It is divergent.

How do we know? Let's compare it to another series:

1 + 12 + 13+14 + 15+16+17+18 + 19+...
down
down
down
down
down
1 + 12 + 14+14 + 18+18+18+18 + 116+...

In each case, the top values are equal or greater than the bottom ones.

Now, let's add up the bottom groups:

1 + 12 + 14+14 + 18+18+18+18 + 116+...

down
down
down
down
down

1 + 12 + 12 + 12 + 12 + ... = ∞

That series is divergent.

So the harmonic series must also be divergent.

Here is another way:

We can sketch the area of each term and compare it to the area under the 1/x curve:

harmonic series graph
1/x vs harmonic series area

Calculus tells us the area under 1/x (from 1 onwards) approaches infinity, and the harmonic series is greater than that, so it must be divergent.

 

Alternating Series

An Alternating Series has terms that alternate between positive and negative.

It may or may not converge.

Example: 1214 + 18116 + ... = 13

This illustration may convince you that the terms converge on 13:

harmonic series graph

Maybe you can try to prove it yourself? Try pairing up each plus and minus pair, then look up above for a series that matches.

Another example of an Alternating Series (based on the Harmonic Series above):

Sigma n=1 to infinity of (-1)^(n+1) /n = 1 - 1/2 + 1/3 - 1/4 + ... = ln(2)

This one converges on the natural logarithm of 2

Advanced Explanation:

To show WHY, first we start with a square of area 1, and then pair up the minus and plus fractions to show how they cut the area down to the area under the curve y=1/x between 1 and 2:

alternating harmonic proof

Can you see what remains is the area of 1/x from 1 to 2?

Using integral calculus (trust me) that area is ln(2):

2
1
1/x dx = ln(2) − ln(1) = ln(2)

 

You can investigate this further!

Order!

The order of the terms can be very important! We can sometimes get weird results when we change their order.

For example in an alternating series, what if we made all positive terms come first? So be careful!

More

There are other types of Infinite Series, and it is interesting (and often challenging!) to work out if they are convergent or not, and what they may converge to.