Series

If we add the terms of an infinite sequanece {an}, we get an expression of the form

a1 + a2 + ... + an

which is called an infinite series (or just series), and is denoted by the formal expression

n = 0 a n   3.1.1

We consider the partial sums

s0 = a0
s0 = a0 + a1
s0 = a0 + a1 + a2
sn = a0 + a1 + ... + an

and, in general,

s n = a 1 + + a n = i = 0 n a i

These partial sums form a new sequence {sn}. If limn ⟶ ∞ sn = s exists (as a finite number), then we call it the sum of the infinite series Σ an.

Definition 3.1.1 With respect to series 3.1.1 considering the limit limn ⟶ ∞ sn, we can have the following situations:

  1. If the limit exists and is finite, we say that the series converges; The value s of the limit is called sum of the series, and we write:

    n = 0 a n = lim n i = 0 n a i = lim n s n = s
  2. If the limit is ±∞ we say the series diverges;

  3. If the limit does not exist, we say the series is indeterminate.  □

The basic necessary and sufficient condition for convergence, due to Cauchy, is a simple reformulation in terms of series of Cauchy's criterion' for convergence of a sequence, which we introduced for sequences. We simply have to refer to the sequence of partial sums {sn} of an infinite series Σ an, giving the following criterion for series.

Theorem 3.1.2 (Cauchy’s convergence criterion for series). Let Σ an be an infinite series with a sequence of partial sums {sn}. The series converges if and only if its sequence {sn} is a Cauchy sequence.

Proof. Suppose the Cauchy criterion holds. Then for every ε > 0, there is an integer N ∈ ℕ such that

n > m N | s n s m | = | k = 0 n a k k = 0 m a k | = | a m + 1 + + a n | < ε

Thus the sequence {sn} is Cauchy in the sense discussed for sequences. We conclude that the sequence {sn} converges; by definition, therefore, the series converges.
Conversely, if the series converges then, by definition 3.1.1, the sequence {sn} of partial sums converges. In particular, the sequence {sn} must be Cauchy. Thus, for any ε > 0, there is a number N > 0 such that

nm < N  ⟶  |snsm| < ε

This just says that

| k = m + 1 n a k | < ε   3.1.2

and this last inequality is the Cauchy criterion for series.  □

From the theorem a simple necessary condition for convergence follows. This condition does not guarantee the convergence of the series, but if not satisfied it excludes it.

Corollary 3.1.3. (The zero test) If the series Σ an is convergent, then limn ⟶ ∞ an = 0

Proof. Since we are assuming that the series converges, it must satisfy Cauchy criterion. Let ε > 0. Then there is an integer N ≥ 1 such that if nm > N, then 3.1.2 holds; If we take n = m and m > N, 3.1.2 becomes

|am| < ε

which proves the claim. □

Cauchy criterion can be states succinctly as: an infinite series converges if and only if it is Cauchy sequence.

Example 3.1.4. The harmonic series is defined by

n = 1 1 n = 1 + 1 2 + 1 3 +

Using Cauchy's criterion one deduces that the harnomic series diverges. Indeed, the sequence {sn} if its partial sums verifies

S 2 n S n = 1 n + 1 + 1 n + 2 + + 1 2 n > n 2 n = 1 2

thus the Cauchy criterion fails for any ε < 1/2; the harmonic series diverges.  ■

The divergence of the harmonic series was first established by the Italian mathematician Mengoli in 1650.

Example 3.1.3 (Mengoli's series)

n = 1 1 n ( n + 1 )

Observe that 1/n(n +1) = 1/n − 1/(n+1), we are able to give a simpole expression of the sequnce sn

s n = k = 1 n 1 k ( k + 1 ) = ( 1 1 2 ) + ( 1 2 1 3 ) + + ( 1 n 1 n + 1 ) = 1 1 n + 1

By noting that equal terms of opposite sign can be coupled and vanish. Thus sn ⟶ 1, hence the series converges and has sum equal to 1.  ■

Example 3.1.2. (Geometric progression and series). A sequence is called a geometric progression if each term in the sequence (after the first) is a constant multiple of the previous term.

a, aq, aq2, aq3, ... , aqn

where a is said first term, and q said common ratio

Thus, if the terms are {ai} for i = 0, 1, 2, 3..., then ai+1 = qai for some constant, . For example

Progression Common ratio
1,3,9,27,81, ... 3
16/27, −8/9, 4/3, −2, ... −3/2
x, x2, x3, x4 ... x

The nth term of a geometric sequence whose first term is a and common ratio is a non-zero number q is

an = aqn−1

A geometric series is any series that can be put into the form

n = 0 a q n = a + a q + a q 2 + + a q n +

with q ∈ ℝ. The partial sums of a geometric series with q = 1, then sn = a + a + ... + a = a(n + 1); as n ⟶ ∞ the series diverges in this case.

If instead q ≠ 1, we have

sn = a + aq + aq2 + ... + aqn + ...

and

qsn = qa + aq2 + aq3 + ... + aqn+1 + ...

Subtracting these equations, we get

snqsn = aaqn+1

Thus

s n = k = 0 n a q k = a + a q + a q 2 + + a q n = a 1 q n + 1 1 q

see the exercise on mathematical induction for a rigorous proof of the previous relation.

Considering the limit for n ⟶ ∞ of sn, we have

n = 0 a q n = lim n s n = { a 1 q if | q | < 1 + if q 1 it doesn't exist if q 1

Definition 3.1.3. A decimal expansion of a real number a > 0 is a series of the form

a := lim n k = 0 n a k 10 k = k = 0 a k 10 k = a 0 . a 1 a 2 a 3

where a0 is called the integral part of a, and r = 0.a1a2a3... is called its fractional part. The integers 0 ≤ ak ≤ 9 are called the decimal digits of a.  □

Notice that since the digits ak ∈ {0,1,...,9}, we have

k = 0 a k 10 k a 0 + 9 k = 0 1 10 k = a 0 + 1   3.1.3

Thus we have a geometric series with a = 1 and q = 1/10 that we know to converge. Therefore, each real number a > 0 has a well defined decimal expansion of the form 3.1.3. Clearly, the same argument applies if a < 0.

As it sufficies to work with the fractional part of a > 0, we can assume that a ∈ [0, 1). We say that a = 0.a1a2a3... is a finite decimal (or a terminating decimal) if, for some n, ak = 0, for k > n ≥ 1; and we say that a is an infinite deciaml with repeating decimals if, except for finitely many initial digits, a block of digits keepts repeating infinitely many times. That is,

a = 0.a1a2 ⋅⋅⋅ b1b2bm ⋅⋅⋅ b1b2bm ⋅⋅⋅ b1b2bm ⋅⋅⋅

In this case, we write a = 0.a1a2 ⋅⋅⋅ b1b2bm, and call it a periodic decimal. A terminating decimal can be viewed trivially as an infinite (non-terminating) decimal by attaching an infinite string of 0's at the tail.

The convergence of a goemtric series can be used to express the fact that the periodic decimal 0.9̄ and the number 1 are taken to be the same.

0. 9 ¯ = k = 1 9 10 k = 9 k = 1 1 10 k = 9 1 / 10 1 1 / 10 = 1

The decimal expansion 0.5 and 0.49̄ represents the same rational number 1/2. Also

1/3 = 0.3̄33333...   multiplied by 3  ⟶   1 = 0.99999....

Example 3.1.3 Write the number 5.312 = 5.3121212 ... as a ratio of integers.

Solution.

5.3121212... = 5.3 + 12/103 + 12/105 + 12/107 + ..

After the first term we have a geometric series with a = 12/103 and q = 1/102. Therefore using the formula for the sum of a convergent geometric series

5.312 = 5.3 + 12/103/(1 − 1/102) = 5.3 + 12/1000/99/100 = 53/10 + 12/990 = 5259/9900.  ■

«The Syllable Index Elementary Convergence Tests »