Chapter 3 - Sequences and Series Flashcards
What is an arithmetic sequence?
A sequence where the differentce between each consecutive term is constant. eg. 1, 4, 7, 10
What is the formula for the nth term of an arithmetic sequence?
nth term is un = a + (n - 1)d
where a is the 1st term and d is the difference
What is an arithmetic series?
Sum of the terms of an arithmetic sequence
What is the sum of the first n terms of an arithmetic series?
Sn = n/2(2a + (n-1)d)
or Sn = n/2(a + l) where l = last term
What is a geometric sequence?
A sequence where there is a common ratio between consecutive terms e.g 1, 3. 9. 27
What is the nth term of a geometric sequence?
un = arn-1
What is the sum of the first n terms of a geometric series?
Sn = a(1 - rn)
1 - r
or
Sn = a(rn - 1)
r - 1
When is a geometric series convergent?
When | r | <1
What is the sum to infinity of a convergent series?
S (to infinity) = a / (1 - r)
What does Σ mean?
Σ means sum, you write limits on the bottom and top to show which terms you are summing.
What is a recurrent sequence?
A sequence of the form un+1 = f(un) where each term of a sequence is defined as a function of the previous term.
When is a recurrent sequence increasing?
When un+1 > un for all n € N
When is a recurrent sequence decreasing?
When un+1 < un for all n € N
What is a perodic sequence?
A sequence is periodic if it repeats in a cycle so that un+k = un
The value k is called the order of the sequence.