Arithmetic Sequences Using Recursion (VCE SSCE General Mathematics): Revision Notes
Arithmetic Sequences Using Recursion
What is a recurrence relation?
A recurrence relation (also called a recursion relation) is a mathematical way to describe how to generate the terms of a sequence. It consists of two parts:
- A starting value (also called the initial value)
- A rule that tells you how to find each new term from the previous term
This method is particularly useful for arithmetic sequences, where each term differs from the previous term by a constant amount.
Understanding recurrence relations through an example
Let's look at the arithmetic sequence:
We can describe this sequence using words:
- Start the sequence with
- To find the next term, add to the current term, and keep repeating this process
Using mathematical notation with subscripts, where represents the first term, the second term, and so on, we can show how this works step by step. This subscript notation is a standard way to label terms in sequences, where the number in the subscript indicates the term's position.
The pattern shows that after applications of the rule, we have .
The general form of a recurrence relation
The recurrence relation provides a precise and compact way to express both the starting value and the rule for generating an arithmetic sequence.
For an arithmetic sequence with:
- First term (the starting value)
- Common difference (the amount added each time)
The recurrence relation is:
This notation means: start with , then to get each new term, add to the previous term.
The common difference can be positive (sequence increases) or negative (sequence decreases). This determines whether your sequence grows or shrinks with each term.
Generating arithmetic sequences using recurrence relations
Worked Example: Generating and Graphing Terms
Question: Generate and graph the first five terms of the arithmetic sequence defined by the recurrence relation:
Solution:
Step 1: Identify the starting term
Step 2: Apply the rule repeatedly
The rule tells us to subtract 2 from each term to get the next term:
Step 3: Graph the sequence
To graph the terms, we plot (the term value) on the vertical axis against (the term number) on the horizontal axis. The points are: , , , , .
The graph shows a linear decreasing pattern, which is characteristic of an arithmetic sequence with a negative common difference.
Finding the nth term directly
While we can use repeated addition (or subtraction) to find each term in an arithmetic sequence, this becomes very tedious when finding terms like or . Instead, we can develop a formula to calculate any term directly.
Imagine having to calculate by hand using the recurrence relation—you would need to perform the same operation 100 times! The direct formula solves this problem by letting you jump straight to any term you want.
Developing the direct formula
Consider this arithmetic sequence:
This sequence is defined by the recurrence relation:
We can visualise this sequence and see how the common difference applies:

Looking at the pattern more carefully, we can write each term in terms of the starting value and the number of times we've added .
Notice the pattern that emerges:
- (no applications of the rule)
- (one application of the rule)
- (two applications of the rule)
- (three applications of the rule)
After applications of the rule:
Using this formula, we can find any term directly. For example:
This is much faster than calculating all 51 terms from to !
The general rule for the nth term
We can generalise this pattern for any arithmetic sequence:
For a sequence defined by the recurrence relation:
The direct formula for the nth term is:
where:
- is the starting value (initial term)
- is the common difference
- is the term number ()
This formula tells us: to find the th term, start with and add the common difference exactly times.
Worked Example: Finding a Specific Term
Question: Consider the recurrence relation:
Find .
Solution:
Step 1: Identify the values
From the recurrence relation:
- Starting value:
- Common difference: (we subtract 3 each time)
Step 2: Determine the term number
We need to find , so
Step 3: Substitute into the formula
Using the formula :
Step 4: Calculate
Answer:
Key Points to Remember:
- A recurrence relation describes an arithmetic sequence using a starting value and a rule for finding each next term: ,
- The common difference is the amount added to each term (it can be negative for decreasing sequences)
- The direct formula allows you to find any term without calculating all previous terms
- In the formula , remember that represents the number of times you apply the rule (so is the first term, is the second term, etc.)
- Always identify (starting value) and (common difference) before using the formula