Samstag, 28. März 2015

SEQUENCES AND SERIES


Comparative Summary

Exercises, Convergence and Divergence of Sequences

Arithmetic Sequences Geometric Sequences

A. Sequence

represents an ordered list of numbers with a common difference d.

Ex.: 1, 5, 9, 13, 17, 21, 25, ... ,


G. Sequence

represents an ordered list of numbers with a common ratio r.

Ex.: 1, 4, 16, 64, 256, 1024, ... ,


A. Series and G. Series

are the values obtain by adding up all the terms of a sequence. there also called the "sum".

Ex.: 1 + 5 + 9 + 13 + 17 + 21 + 25 + ... + (ASs or APs)

Ex.: 1 + 4 + 16 + 64 + 256 + 1024 + ... + (GSs or GPs)


Common difference

is always the same value from one term to the next by adding (or subtracting) both terms.
d = an+1 − an


Ex: d = 9 − 5 = 4 (ASs above)

Common ratio

is always the same value from one term to the next by dividing (or multiplying) both terms.
r =
an+1
an
Ex: r =
64
16
= 4

the nth number

                an = a1 + (n − 1)·d
the nth number

                an = a1 · rn − 1

Sum of the nth 1st numbers

                Sn =
n(a1 + an)
2






Sum of the nth 1st numbers

     Sn =
a1(rn − 1)
r − 1
=
a(1 − rn)
1 − r
with a1 = a, and the special circumstance that the r is between –1 and 1, | r | < 1.
the infinite sum has the following value:
S =
a
1 − r
, with | r | < 1



Sum of a Finite Geometric Series

Let's find the sum of the first 7 terms of sequence S, with a1 = 1, r = 2 and n = 7.
We would then plug those numbers into the formula and get:
S7 =
1(1 − 27)
1 − 2
=
(1 − 128)
− 1
=
− 127
− 1
= 127


Sum of an infinite Geometric Series

An infinite number of terms a sequence S in given by: 16 + (-8) + 4 + (-2) + 1 + ...,
with a1 = 16 and r = −1/2. r lies within the acceptable limits (− 1 and 1), therefore a finite sum exists when using the infinite term sum formula:
S =
a1
1 − r
=
16
1 − (−1/2)
=
16
3/2
= 16
2
3
= 10.67

Convergence and Divergence of Sequences

Examples
  1. Showing convergence or divergence of the the following sequence:
  2. 1, 2, 3, 4, ...

    Ans. This sequence starts with and goes on bigger and bigger to the infinity (∞), therefore the sequence Diverges.

  3. Does the following sequence converges or diverges?
  4. 1, 0.1, 0.01, 0.001, 0.0001, ...

    Ans. The sequence gets smaller and smaller and closer to 0, therefore it converges.

  5. Assuming we have the nth number of a sequence define by:
  6. an =
    3(−1)n
    n!
    Ans. To show weither the sequence converges or diverges we have 2 possibilities:

    1. we can first find the 3 or 4 first terms of the sequence
    2. - a1 =
      3(−1)1
      1!
      = −3
      - a2 =
      3(−1)2
      2!
      =
      3
      2·1
      =
      3
      2
      - a3 =
      3(−1)3
      3!
      =
      −3
      3·2·1
      =
      −1
      2
      - a4 =
      1
      8
      ...
      As you can see, the terms are getting smaller and smaller and tending to 0, hence the sequence converges, (not obvious though!!!)

      That's why we will use limits to make it clear...

    3. lim
      n→∞
         [
      3(−1)n
      n!
      ] =
         (indeterminate form!)
      we use L'Hôpital's rule (by derivating several times until we get the form allowing the determination of the limits)

      the second differentiation gives us:
      lim
      n→∞
         [
      3n(−1)n−1
      1!
      ] =
      ∞·0
      1!
      = 0
      Now, we can clearly see that the sequence converges, as it equals to 0

  7. an = n(n −1) converges or diverges?
  8. lim   n(n − 1) = ∞·∞ = ∞ the sequence diverges!
    n→∞










Keine Kommentare:

Kommentar veröffentlichen