Lesson 5

Sequences are Functions

  • Let's learn how to define a sequence recursively.

Problem 1

Match each sequence with one of the definitions. Note that only the part of the definition showing the relationship between the current term and the previous term is given so as not to give away the solutions.

Problem 2

Write the first five terms of each sequence. Determine whether each sequence is arithmetic, geometric, or neither.

  1. \(a(1) = 7, a(n) = a(n-1) - 3\) for \(n\ge2\).
  2. \(b(1) = 2, b(n) = 2 \boldcdot b(n-1) -1 \) for \(n\ge2\).
  3. \(c(1) = 3, c(n) = 10 \boldcdot c(n-1)\) for \(n\ge2\).
  4. \(d(1) = 1, d(n) = n \boldcdot d(n-1)\) for \(n\ge2\).

Problem 3

The first 5 terms of some sequences are given. State a rule that each sequence could follow.

  1. 2, 4, 6, 8, 10
  2. 5, 7, 9, 11, 13
  3. 50, 25, 0, -25, -50
  4. \(\frac13\), 1, 3, 9, 27
(From Unit 1, Lesson 1.)

Problem 4

Function \(f\) is defined by \(f(x)=2x-7\) and \(g\) is defined by \(g(x)=5^x\).

  1. Find \(f(3), f(2), f(1), f(0),\) and \(f (\text-1)\).
  2. Find \(g(3), g(2), g(1), g(0),\) and \(g (\text-1)\).
(From Unit 1, Lesson 3.)

Problem 5

Here is the graph of two sequences.

Two sequences plotted on grid.
term number Sequence A Sequence B
0 -1 \(\frac12\)
1    
2    
3    
4    
5    
6    
  1. Complete the table for each sequence.
  2. For Sequence A, describe a way to produce a new term from the previous term.
  3. For Sequence B, describe a way to produce a new term from the previous term.
  4. Which of these is a geometric sequence? Explain how you know.
(From Unit 1, Lesson 3.)