Definition
A Recurrence Relation describes a term of a sequence as in terms of previous terms. They can use varying amounts of previous terms (go back further) and you can describe this by the order which is defined as the difference between the lowest & highest subscript. They are strongly related to Differential Equations and are often solved in the same/similar ways as recurrence relations are basically discrete differential equations
A-Level Further Pure 2
First Order Recurrence Relations
First order linear recurrence relations are in the form
Homogenous
If
This is proved by back substitution or more rigorously with Proof by Induction
Non-Homogenous
For
To find the general solution to
Form of | Form of |
---|---|
Solving Second Order Recurrence Relations
A 2nd order linear recurrence relation can be written in the form
If
Homogenous
The general solution to a homogeneous 2nd order linear recurrence relation of
This quadratic leads to 3 cases.
- The auxiliary equation has 2 real root
- The auxiliary equation has 1 repeated root
. - The auxiliary equation has two complex conjugate roots
Non-Homogeneous
For non-homogeneous the general solution is
Form of | Form of particular solution |
---|---|
(When |
Proving closed forms
You can rigorously prove a closed for