This is a beta course, so its structure, chapters, and examples may continue to change.
Recurrence Relations of Sequences
A recurrence relation is another important way to define a sequence. Unlike directly giving the general term formula, a recurrence relation defines the next term through the previous term (or previous few terms). This way of definition is very common in practical problems.
What Is a Recurrence Relation?
A recurrence relation defines later terms through earlier terms.
Examples:
- The Fibonacci sequence: ,
- An arithmetic sequence:
- A geometric sequence:
A recurrence relation must be combined with initial conditions (such as the value of ) to uniquely determine a sequence.
