Lesson 7

Representing More Sequences

  • Let's learn about Info Gaps

7.1: Which One Doesn’t Belong: Recursive Definitions

Which one doesn’t belong?

A. \(f(1)=6\)

\(f(n) = f(n-1) - 5\) for \(n\ge2\)

B. \(f(1)=6\)

\(f(n) = \frac 1 2 \boldcdot f(n-1)\) for \(n\ge2\)

C. \(f(0)=6\)

\(f(n) = 10 \boldcdot f(n-1)\) for \(n \ge1\)

D. \(f(1)=6\)

\(f(n) = f(n-1) + n^2\) for \(n\ge2\)

7.2: Info Gap: Ways To Represent A Sequence

Your teacher will give you either a problem card or a data card. Do not show or read your card to your partner.

If your teacher gives you the data card:

  1. Silently read the information on your card.
  2. Ask your partner “What specific information do you need?” and wait for your partner to ask for information. Only give information that is on your card. (Do not figure out anything for your partner!)
  3. Before telling your partner the information, ask “Why do you need to know (that piece of information)?”
  4. Read the problem card, and solve the problem independently.
  5. Share the data card, and discuss your reasoning.

If your teacher gives you the problem card:

  1. Silently read your card and think about what information you need to answer the question.
  2. Ask your partner for the specific information that you need.
  3. Explain to your partner how you are using the information to solve the problem.
  4. When you have enough information, share the problem card with your partner, and solve the problem independently.
  5. Read the data card, and discuss your reasoning.


Make a visual pattern (for example, using dots or boxes), starting with Step 0, so the pattern for Step \(n\) contains \(n^2 + 3n + 3\) dots.

Summary

Sometimes we only need a little bit of information to say a lot about a function. Let's say we know the function \(H\) is a geometric sequence with a growth factor of \(\frac23\) and a starting term of 20.25. From here, we can calculate that the terms in the sequence after 20.25 are 13.5, 9, 6, 4 and so on because in a geometric sequence we multiply the current term by the growth factor to get to the next term.

We can also make a table of values showing how the terms are calculated. Or we can make a graph, which would help us see that \(H\) isn't linear if we didn't already know it is a geometric sequence.

\(n\) \(H(n)\)
1 20.25
2 \(20.25 \boldcdot \frac23=13.5\)
3 \(20.25 \boldcdot \frac23\boldcdot\frac23=9\)
4 \(20.25 \boldcdot \frac23\boldcdot\frac23\boldcdot\frac23=6\)
5 \(20.25 \boldcdot \frac23 \boldcdot\frac23\boldcdot\frac23\boldcdot\frac23=4\)
Graph of a discrete function.

Using function notation, we can say that \(H(1)=20.25, H(n)=H(n-1)\boldcdot\frac23\) for \(n\ge2.\)

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.