Lesson 6

Representing Sequences

  • Let’s look at different ways to represent a sequence.

6.1: Reading Representations

For each sequence shown, find either the growth factor or rate of change. Be prepared to explain your reasoning.

  1. 5, 15, 25, 35, 45, . . .
  2. Starting at 10, each new term is \(\frac52\) less than the previous term.

  3. Graph of sequence on coordinate plane.
  4. \(g(1)=\text-5, g(n)=g(n-1)\boldcdot \text-2\) for \(n\ge2\)
  5. \(n\) \(f(n)\)
    1 0
    2 0.1
    3 0.2
    4 0.3
    5 0.4

6.2: Matching Recursive Definitions

Take turns with your partner to match a sequence with a recursive definition. It may help to first figure out if the sequence is arithmetic or geometric.

  • For each match that you find, explain to your partner how you know it’s a match.
  • For each match that your partner finds, listen carefully to their explanation. If you disagree, discuss your thinking and work to reach an agreement.

There is one sequence and one definition that do not have matches. Create their corresponding match.

Sequences:

  1. 3, 6, 12, 24
  2. 18, 36, 72, 144
  3. 3, 8, 13, 18
  4. 18, 13, 8, 3
  5. 18, 9, 4.5, 2.25
  6. 18, 20, 22, 24

Definitions:

  • \(G(1)=18, G(n)=\frac12 \boldcdot G(n-1), n\ge2\)
  • \(H(1)=3, H(n)=5 \boldcdot H(n-1), n\ge2\)
  • \(J(1)=3, J(n)=J(n-1)+5, n\ge2\)
  • \(K(1)=18, K(n)=K(n-1)-5, n\ge2\)
  • \(L(1)=18, L(n)=2 \boldcdot L(n-1), n\ge2\)
  • \(M(1)=3, M(n)=2 \boldcdot M(n-1), n\ge2\)

6.3: Squares of Squares

Here is a pattern where the number of small squares increases with each new step.

A pattern. Step 1. Step 2. Step 3.
  1. Write a recursive definition for the total number of small squares \(S(n)\) in Step \(n\).
  2. Sketch a graph of \(S\) that shows Steps 1 to 7.
  3. Is this sequence geometric, arithmetic, or neither? Be prepared to explain how you know.


Start with a circle. If you make 1 cut, you have 2 pieces. If you make 2 cuts, you can have a maximum of 4 pieces. If you make 3 cuts, you can have a maximum of 7 pieces.

  1. Draw a picture to show how 3 cuts can give 7 pieces.
  2. Find the maximum number of pieces you can get from 4 cuts.
  3. From 5 cuts.
  4. Can you find a function that gives the maximum number of pieces from \(n\) cuts?

Summary

Here are some ways to represent a sequence. Each representation gives a different view of the same sequence.

  • A list of terms. Here’s a list of terms for an arithmetic sequence \(D\): 4, 7, 10, 13, 16, . . . We can show this sequence is arithmetic by noting that the difference between consecutive terms is always 3, so we can say this sequence has a rate of change of 3.
  • A table. A table lists the term number \(n\) and value for each term \(D(n)\). It can sometimes be easier to detect or analyze patterns when using a table.
\(n\) \(D(n)\)
1 4
2 7
3 10
4 13
5 16
  • A graph. The graph of a sequence is a set of points, because a sequence is a function whose domain is a part of the integers. For an arithmetic sequence, these points lie on a line since arithmetic sequences are a type of linear function.
Graph of a sequence D on coordinate grid.
  • An equation. We can define sequences recursively using function notation to make an equation. For the sequence 4, 7, 10, 13, 16, . . ., the starting term is 4 and the rate of change is 3, so \(D(1) = 4, D(n) = D(n-1) + 3 \) for \(n\ge2\). This type of definition tells us how to find any term if we know the previous term. It is not as helpful in calculating terms that are far away like \(D(100)\). Some sequences do not have recursive definitions, but geometric and arithmetic sequences always do.

Glossary Entries

  • arithmetic sequence

    A sequence in which each term is the previous term plus a constant.

  • geometric sequence

    A sequence in which each term is a constant times the previous term.