Writing Recurrence Relations in Symbolic Form (VCE SSCE General Mathematics): Revision Notes
Writing Recurrence Relations in Symbolic Form
In mathematics, we need a clear and efficient way to describe sequences. This note explains how to use symbolic notation to label terms in a sequence and how to express the rules that generate sequences using recurrence relations.
Symbolic notation provides a compact and precise method for representing sequences, making it easier to communicate mathematical ideas and perform calculations efficiently.
Numbering and naming the terms in a sequence
When working with sequences, we label each term using symbols with subscripts. These labels make it easy to refer to specific terms in the sequence.
Subscript notation
We use symbols such as , , , and so on, to name the terms in a sequence. The numbers written as subscripts (0, 1, 2, etc.) tell us important information:
- The subscript indicates how many times we have applied the generating rule
- is called the starting term or initial term because it marks the beginning of the sequence
- Each subsequent term has a subscript one larger than the previous term
Common Mistake to Avoid:
The subscript notation is completely different from raising a term to a power, such as . The subscript is simply a label, not an operation.
Always remember: subscripts name the terms, they don't indicate multiplication!
Example of term labelling
For the sequence:
| Term number () | 0 | 1 | 2 | 3 | |
|---|---|---|---|---|---|
| Term symbol | |||||
| Term name | term 0 | term 1 | term 2 | term 3 |
Worked Example: Naming terms in a sequence
Question: For the sequence: , state the values of:
- a
- b
- c
Solution:
First, write the term label under each value in the sequence:
Now read off the required values:
a
b
c
Exam tip: Always remember that the first term of the sequence is , not . This is a common mistake to avoid.
Recurrence relations
A recurrence relation provides a mathematical method for generating the terms of a sequence. Understanding recurrence relations is essential for working with sequences efficiently.
Two Essential Components:
A recurrence relation consists of two parts that must always work together:
- A starting point: the value of the first term in the sequence
- A rule: instructions for generating each successive term from the previous term
Both parts are necessary—without either one, you cannot fully define the sequence!
Converting descriptions to symbolic form
Consider the sequence:
We could describe this sequence in words as:
- Start with 2
- To obtain each new term, add 6 to the current term, then repeat the process
However, we can express this much more efficiently using symbolic notation. Let represent the term after applications of the rule. The recurrence relation can then be written compactly as:

The table shows how the three components relate to each other:
- The starting value tells us where to begin:
- The rule shows how to find the next term:
- The complete recurrence relation combines both:
Understanding the notation
In the expression :
- represents the current term
- represents the next term
- The equation tells us: "the next term equals the current term plus 6"
Flexibility in Notation:
The letter can be replaced by any letter of the alphabet (such as , , or ). The choice of letter doesn't change the mathematical meaning.
Each application of the rule is called an iteration. This term is used throughout mathematics and computer science to describe repeated processes.
Worked Example: Generating a sequence from a recurrence relation
Question: Write down the first five terms of the sequence defined by the recurrence relation:
Solution:
Start with the initial value:
Apply the rule to find the first term:
Continue applying the rule to find the remaining terms:
Therefore, the first five terms are:
Exam tip: When generating terms from a recurrence relation, write out each step clearly. This helps avoid calculation errors and makes your working easy for examiners to follow.
Key Points to Remember:
- Subscript notation uses symbols like , , to label terms in a sequence, where the subscript indicates how many times the rule has been applied
- The sequence always starts with , which is called the starting term or initial term
- A recurrence relation has two parts: a starting value and a rule for generating successive terms
- The symbolic form provides a compact way to describe an entire sequence
- Each application of the rule in a recurrence relation is called an iteration
- When using recurrence relations, always identify the starting value first, then apply the rule repeatedly to generate the sequence