Solving Linear Homogeneous Recurrence Relations with Constant Coefficients and Distinct Roots of the Characteristic Equation
Recall from the Distinct Roots - Linear Homogeneous Recurrence Relations with Constant Coefficients page that we saw if we had a linear homogeneous recurrence relation with constant coefficients of order $k$ such as:
(1)And if the corresponding characteristic equation $x^k - a_1x^{k-1} - a_2x^{k-2} - ... - a_k = 0$ has $k$ distinct roots $q_1, q_2, ..., q_k$, then the general solution to this recurrence relation was given for constants $c_1, c_2, ..., c_k$ as:
(2)If we are given the initial conditions $f_0, f_1, ..., f_{k-1}$, then we can solve for these constants $c_1, c_2, ..., c_k$ by solving the following system of equations that includes the corresponding Vandermonde matrix (which is invertible since $q_1, q_2, ..., q_k$ are distinct):
(3)We will now look at example of solving a linear homogeneous recurrence relation with constant coefficients and such that the corresponding characteristic equation has distinct roots. Suppose that we want to solve the linear homogeneous recurrence relation with constant coefficients below with initial conditions $f_0 = 3$ and $f_1 = 5$:
(4)We can rewrite this recurrence relation as:
(5)The corresponding characteristic equation is:
(6)The roots of this characteristic equation are $q_1 = 3$ and $q_2 = 4$. The general solutions is given for $c_1$ and $c_2$ as constants by:
(7)To find the specific solution to this recurrence relation, we must use the initial conditions $f_0 = 3$ and $f_1 = 5$ and solve the following system of equations:
(8)We note that the Vandermonde matrix $V = \begin{bmatrix} 1 & 1\\ 3 & 4 \end{bmatrix}$ is invertible and $V^{-1} = \begin{bmatrix} 4 & -1\\ -3 & 1 \end{bmatrix}$ and so:
(9)Therefore the solution to our linear homogeneous recurrence relation with constant coefficients where $f_0 = 3$, $f_1 = 5$ is given by:
(10)