Section 11.3: Sequences

11.3 Outline

  1. Sequences or Progressions
  2. Arithmetic sequences
    1. define sequence
    2. definition
    3. general term
  3. Geometric sequences
    1. definition
    2. general term
  4. Fibonacci-type sequences
    1. definition
    2. general term
  5. Procedure for classifying sequences

 

11.3 Essential Ideas

An arithmetic sequence is a sequence whose consecutive terms differ by the same real number, called the common difference.  The general term of an arithmetic sequence a1,a2, a3,an, with common difference d is an = a+ (n – 1)d.

A geometric sequence is a sequence whose consecutive terms have the same quotient, called the common ratio.  The general term of a geometric sequence g1,g2, g3,gn, with common ratio r is gn = g1rn-1.

A Fibonacci-type sequence is a sequence in which the general term is given by the formula s1 = sn-1 + sn-2  where ms1 and s2 are given.  The Fibonacci sequence is that sequence for which s1 = s2 = 1.