Term-to-Term and Position-to-Term Rules
Two ways to define a sequence — AQA spec A23
Every sequence can be described in two equivalent ways.
Term-to-term rule: states how to move from one term to the next.
Example: Start at 3; add 5 each time. Sequence:
More complex term-to-term rules involve multiplication or a combination:
- Double the previous term:
- , : gives
Position-to-term rule (nth term formula): gives the value of any term directly from its position .
Example: gives terms (substitute )
Which to use when:
| Task | Use |
|---|---|
| Find the next few terms | Term-to-term |
| Find the 50th term | Position-to-term (nth term) |
| Check if 99 is in the sequence | Position-to-term (solve ) |
Fibonacci-type sequences have the term-to-term rule . The classic Fibonacci sequence is There is no simple closed-form nth term expected at GCSE; you generate terms by adding the two preceding terms.
A periodic sequence repeats; e.g. has period 3
To find a term-to-term rule, look at the differences between consecutive terms
For a Fibonacci-type sequence you may be given the first two terms and asked to generate further terms
Common pitfall
Students sometimes confuse the term value with the term position. If then the 3rd term () is — not the term whose value is 3.