IM Alg2.1.7 Practice: Representing More Sequences
Here is the recursive definition of a sequence:
, for . Is this sequence arithmetic, geometric, or neither?
List at least the first five terms of the sequence.
Graph the value of the term f(n) as a function of the term number n for at least the first five terms of the sequence.
An arithmetic sequence starts 12, 6, . . . Write a recursive definition for this sequence.
Graph at least the first five terms of the sequence.
An arithmetic sequence begins 11, 7, . . . Write a recursive definition for this sequence using function notation. Sketch a graph of the first 5 terms of in the graph below.
Explain how to use the recursive definition to find . (Don't actually determine the value.)
An geometric sequence begins 80, 40, . . . Write a recursive definition for this sequence using function notation.
Use your definition to make a table of values for g(n) for the first 6 terms.
Explain how to use the recursive definition to find . (Don't actually determine the value.)