Practice Problems 8
Recurrence Relations
Linear, Homogeneous Equations with Constant Coefficients

You may want to review Solving Simulataneous Linear Equations with Gaussian Elimination before working these problems.

Find an explicit formula F(n) for each of the following recurrences. Find the characteristic equation; the roots of that equation; and appropriate values for the constant coefficients.

1. an = 3an-1, a0 = 1

2. an = 2an-1 + 3an-2, a0 = a1 = 1

3. an = -3an-1 + 4an-2, a0 = a1 = 2

4. an = 4an-2, a1 = 1, a2 = 3, a3 = 4

5. an = -3an-1 + an-2 + 3an-3, a0 = a1 = a2 = 1

  Note: Make sure you review section 5.2 of Rosen before solving the last two problems.

6. an = 4an-1 - 4an-2, n > 1, a2 = 3, a3 = 5.

7. an = 6an-1 - 12an-2 + 8an-3, a1 = 7, a2 = 28, a3 = 56
 

Solutions
 

SI - CS191 Home Page
 

Email Brian
 

This page last modified 12/3/1999.
Copyleft 1999 Brian K. Hare.