Sequences and series 1: Sequences Flashcards
Define sequence
is a set of numbers in a given order
Types of sequences
- increasing
- decreasing
- arithmetic
- geometric
- periodic
Describe increasing sequence
each term is greater than the one before
Describe decreasing sequence
each term is less than the one before
Describe arithmetic sequence
the difference between one term and the next is always the same
Describe geometric sequence
the ratio of one term to the next is always the same
Describe periodic sequence
- repeats itself at regular intervals
- the no. of terms before the sequence repeats is called the period
Define series
- the sum of the terms of a sequence
- notation for this is the greek symbol Σ (sigma)
Describe sequences defined deductively
- a deductive definition gives a direct formula for the kth term of the sequence in terms of k
- terms of the sequence can be found by substituting the numbers 1,2,3… for k
Describe sequences defined inductively
- an inductive definition tells you how to find a term in a sequence from the previous term
- must also include the value of the first term of the sequence
Formulas you need to know for arithmetic sequences
kth term of a sequence:
ak = a + (k-1)d
Sum of the first n terms:
Sn = 1/2 n [2a + (n-1)d]
where a is the first term
where d is the common difference
Formulas you need to know for geometric sequences
kth term of a sequence:
ak = ar^k-1
Sum:
Sn = a(1-r^n) / 1 - r
Sum to infinity:
S∞ = a / 1-r for -1< r <1