Calculus II
Contents
Series
Integrals
Definite integrals
Some primitives
Numerical methods
Exercices
© The scientific sentence. 2010
|
|
Calculus II: Geometric series
1. Geometric series
A geometric series is a series in which each term
is equal to the product of its previous term by a fixed
common ratio.
That is a series of the form:
Σ an = | a1 + a2 + ... + an + ... |
n → ∞ | |
where:
a2 = r a1
a3 = r a2 = r2 a1
a4 = r a2 = r3 a1
... = ...
an = r an-1 = rn a1
The sum of the first n terms is:
sn = a1 + a2 + ... + an
= a1[1 + r + r2 + ...
+ rn - 1] =
a1 Σ rk - 1
from k = 1 to n
with an index shift the geometric series becomes:
sn =
a1 Σ rk
from k = 0 to n - 1
sn = Σ ak = | a1 + a2 + ... + an |
k: 1 → n | |
= a1 Σ rk - 1 = | a1 Σ rk |
k: 1 → n | k: 0 → n - 1 |
To determine whether a series is geometric, we evaluate
the ratio an+1/an. If this ratio is constant,
the series is geometric.
2. Examples
2.1. Example 1
The sequence {an} = {1, 2, 4, 8, ..., 2n - 1, ... }
is geometric. Indeed:
an+1/an = 2n/(2n - 1) = 2. This
ratio is constant.
The series {sn} = {1 + 2 + 4 + 8 + ... + 2n - 1 + ... }
is geometric . Indeed:
sn+1/sn = 2n)/(2n - 1) = 2. This
ratio is constant.
The ratio is equal to 2 and the first term an = 1.
Therefore:
The sun of the n first terms is:
sn = 1 + 2 + 4 + 8 + ... + 2k - 1 = | 1 Σ 2k - 1 |
k: 1 → n | k: 1 → n |
The series is:
1 + 2 + 4 + 8 + ... + 2n - 1 + ... = |
Σ2k - 1 |
| k: 1 → ∞ |
2.2. Example 2
The series 5 + 15 + 45 + ...
Is a geometric series of ratio 3 and first term 5. So
5 + 15 + 45 + ... = |
5 Σ 3k - 1 |
| k: 1 → ∞ |
3. Convergence of Geometric series
The geometric series:
a1 + a2 + ... + an + ...
has the general term:
sn = a1 + a2 + ... + an.
= a1[1 + r + r2 + ... + rn - 1] =
a1 Σ rk - 1
k from 1 to n
Let's multiply by r the expression of sn. We find:
r sn = a1[r + r + r3 + ... + rn]
Subtracting this equation from the expression of sn,
we find:
sn - r sn =
= a1[1 + r + r2 + ... + rn - 1]
-
a1[r + r + r3 + ... + rn] =
a1[ 1 - rn]
Therefore :
sn - r sn = a1[ 1 - rn]
or
sn = a1[ 1 - rn]/(1 - r)
sn = a1[1 - rn]/(1 - r)
If r > 1
lim rn = + ∞
n → + ∞
If r < 1
lim rn = 0
n → + ∞
If r > 1
lim sn = + ∞. The series is divergent.
n → + ∞
If r < 1
lim sn = a1/(1 - r) . The series is convergent.
n → + ∞
If r = 1
sn = a1[1 + r + r2 + ... + rn - 1] = n a1
so
lim sn = + ∞. The series is divergent.
n → + ∞
If |r| >= 1
lim sn = + ∞. The series is divergent.
n → + ∞
If |r| < 1
lim sn = a1/(1 - r) . The series is convergent.
n → + ∞
|
|