Home page for accesible maths 2 Series

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

2.1 Series versus sequence

Given a sequence (an)n∈ℕ in ℝ, we can write

a1+a2+…+an=∑i=1nai,

for every fixed n∈ℕ: we take the sum of the first n terms of the sequence by induction. But can we also study expressions of the form

a1+a2+a3+…,

where the implication is that the addition goes on forever? What does this mean? Summing up all terms of the sequence? Nobody (and no computer) can actually perform infinitely many additions. In the same way as a∞ does not exist as a term of the sequence (an)n∈ℕ, we cannot sum up infinitely many terms. Consider an example:

12+14+18+116+⋯.

Here the “running total” is successively 12, 34, 78, 1516, …, and these numbers tend to 1 according to MATH113. What mathematical concept does this remind you of?

Sums have always finitely many summands, so we need to properly define what we mean by these “infinite sums” in general. How to do this? And how to compute it afterwards? Given a1, a2, a3, …in ℝ, let

An:=a1+a2+⋯+an=∑i=1nai,

be the so-called n-th partial sum. If the sequence (An)n∈ℕ tends to a limit as n→∞, we could say

a1+a2+a3+⋯:=limn→∞⁡An.

We formalise this in the following definition:

Definition 2.1.1.

Given a sequence (an)n∈ℕ in ℝ, the corresponding series is the formal expression ∑i=1∞an=a1+a2+a3+….

  • •

    The series is said to be convergent if the sequence of partial sums (∑i=1nai)n∈ℕ converges, and in this case we call this limit the sum of the series and write

    ∑i=1∞ai=limn→∞⁡∑i=1nai∈ℝ,

    so we can identify the series with a real number;

  • •

    otherwise, the series ∑i=1∞ai is divergent and remains a formal expression with no associated real number.

Comment: Be careful: like a sequence, a series may converge or diverge, but so far we have no connection between the convergence/divergence of a sequence and the convergence/divergence of the corresponding series!

We can relate these terms as follows:

original sequence (an)n∈ℕ

↕

sequence of partial sums (An)n∈ℕ=(∑i=1nai)n∈ℕ

↕

series ∑i=1∞ai

You can move forward and backward between them.

Example 2.1.2.
  • •

    Given a sequence like (12n)n∈ℕ, the corresponding sequence of partial sums is determined by

    An=12+…+12n=1-12n+11-12-1,n∈ℕ.

    The last equality is proved by induction, MATH101. We know from MATH113 that An→11-12-1=1 as n→∞, so the corresponding series ∑i=1∞12i converges and ∑i=1∞12i=1.

  • •

    Given a series like ∑i=1∞1i, the corresponding original sequence is (1n)n∈ℕ, and the sequence of partial sums (1+12+…+1n)n∈ℕ.

  • •

    Given a sequence of partial sums (An)n∈ℕ=(1n)n∈ℕ, the corresponding original sequence must have been (an)n∈ℕ, where a1=1 and an=1n-1n-1, for all n≥2. This is so because An+1=An+an+1, so an+1=An+1-An=1n+1-1n. Since the sequence of partial sums

    (An)n∈ℕ=(∑i=1nai)n∈ℕ=(1n)n∈ℕ

    converges to 0, the corresponding series ∑i=1∞ai converges and ∑i=1∞ai=0. Notice that we have not said anything about the series ∑n=1∞1n and in fact it will be shown in Proposition 2.2.4 that the latter one diverges.

  • •

    Some more examples:

Now some elementary facts that follow at once from the corresponding statements about limits:

Proposition 2.1.3.

Suppose we have two convergent series ∑n=1∞an and ∑n=1∞bn. Then:

  • (i)

    ∑n=1∞c⁢an=c⁢∑n=1∞an for every constant c∈ℝ;

  • (i⁢i)

    ∑n=1∞(an+bn)=∑n=1∞an+∑n=1∞bn;

  • (i⁢i⁢i)

    if an⩽bn for all n∈ℕ then ∑n=1∞an⩽∑n=1∞bn.

Proof.

Exercise X. ∎

Proposition 2.1.4.

If a series is convergent/divergent then so is any other series formed from it by altering only finitely many summands.

Proof.

Exercise A2.1. ∎

Proposition 2.1.5 (Basic non-convergence test).

Let (an)n∈N be a sequence. Then

if an↛0 as n→∞ then the series ∑n=1∞an is divergent.

Comment: This is useful in order to tell with certainty if a series diverges – but it does not always detect divergence.

Proof.

We prove the contrapositive: if ∑n=1∞an converges then an→0 as n→∞. In fact, notice that, if the series converges then by definition the sequence of partial sums (An)n∈ℕ converges, say to some number A, so

an=An-An-1→A-A=0,n→∞,

proving our claim. ∎

Example 2.1.6.

Let an=n-12⁢n+1. Then ∑n=1∞an is divergent, because

an=1-1/n2+1/n→12≠0  as n→∞.
Example 2.1.7.

Consider the series ∑n=1∞cos⁡n. The summands somehow cancel with each other so the series should converge, right? However, we see that cos⁡n↛0 as n→∞. More precisely, for every N∈ℕ, you can find n>N such that cos⁡n>12. Thus the basic non-convergence test shows that ∑n=1∞cos⁡n diverges.

What about ∑n=1∞cos⁡(n⁢π) instead? Well, we know that cos⁡(n⁢π)=(-1)n. However, (-1)n↛0 as n→0, so ∑n=1∞cos⁡(n⁢π)=∑n=1∞(-1)n diverges, too.

Exercise A3.2.

Write an essay on the relation between sequences and series. Use your own words, examples and illustrations. Be mathematically correct and precise. 200-300 words, excluding mathematical symbols or pictures.