Calculus II
Contents
Series
Integrals
Definite integrals
Some primitives
Numerical methods
Exercices
© The scientific sentence. 2010
|
|
Calculus II: Series definitions
1. Definitions
A series is a sequence of the sum of the terms of
a sequence.
If {an} is a sequence, the associated
series is {sn}.
Sequence: a1, a2, ... , an, ...
Series: a1 + a2 + an + ...
The general term sn of a series {sn}
is the partial sum of the terms of the associated sequence.
It is equal to Σ ak, where k goes from 1 to n.
sn = Σ ak
k: 1 → n
The series {Sn} is Σ ak
k from 1 to ∞
2. Convergence of a series
For any series of general term sn, when:
the series {sn} is convergent.
If the limit L does not exist, or infinite, the series
is divergent.
3. Examples
3.1. Example 1
Let's consider the sequence {1/n(n + 1)}:
The first terms of this sequence are:
a1 = 1/2
a2 = 1/6
a3 = 1/12
a4 = 1/20
...
Therefore, the first terms of the associated
series {sn} are:
s1 = a1 = 1/2
s2 = a1 + a2 = 1/2 + 1/6 = 2/3
s3 = a1 + a2 + a3 = 1/2 = 1/6 + 1/12 = 3/4
...
sn = a1 + a2 + a3 + ... + an =
1/2 + 1/6 + 1/12 + ... + 1/n (n + 1).
sn is called the partial sum of the first
terms of the series.
The complete series is written as:
Σ an = a1 + a2 + a3 + ... + an + ...
n from 1 to ∞
So, when we add the terms of a sequence, we obtain a
infinite series (or simply a series).
If {an } is a sequence of real numbers, the series
associated to this sequence is represented by the expression:
Σ an = a1 + a2 + a3 + ... + an + ...
n = 1 → ∞
A series is the sum of an infinite number of numbers:
a1 + a2 + a3 + ... + an + ...
which can have a finite sum. This finite sum is called the limit of the series,
and the series is called convergent.
Now, let's find the general term or our series:
{sn} = 1/2 + 1/6 + 1/12 + ... + 1/n (n + 1) + ...
The difficult task in series in to find its general term. Sometimes, it is
evident, generally, we proceed by trial and error method.
(we will see that we can use integrals as well).
For our series, it is clear that the general term is n/(n + 1).
Therefore
sn = n/(n + 1).
S = lim sn | = lim n/(n + 1) = 1 |
n → ∞ | n → ∞ |
Hence
The series {n/(n + 1)} is convergent.
3.1. Example 2
Let's consider a rod of length equal to 1. If one divides this rod in
two parts (1/2, 1/2) and divides the second half in two
parts (1/4,1/4), and so on, we get the following sequence when
taking a half each time:
1/2, 1/4, 1/8, 1/16, ...
This sequence has the general term an = (1/2)n
If we add all the pieces of the rod, we will obtain the entire rod.
That is if we add 1/2, 1/4, 1/8, 1/16, ... will we obtain 1.
We say that the limit of the series is 1,
and we can write:
1/2 + 1/4 + 1/8 + 1/16 + ... + (1/2)n + ... = 1
or
sn = 1/2 + 1/4 + 1/8 + 1/16 + ... + (1/2)n =
Σ (1/2)k
k = 1 → n
{sn} is the sequence of the partial sums associated to
the sequence {an}
We can remark that the general term of the series sn = 1 - an = 1 - (1/2)n
So
The sires {1 - (1/2)n} is convergent.
|
|