Description
Problem 1 (15+15=30 points)
Consider the nonhomogeneous linear recurrence relation an = 3an−1 + 2n .
- Show that whether an = −2n+1 is a solution of the given recurrence relation or not. Show your work step by step. (Solution)
- Find the solution with a0 = 1.
(Solution)
Problem 2 (35 points)
Solve the recurrence relation f(n) = 4f(n-1) – 4f(n-2) + n2 for f(0) = 2 and f(1) = 5.
(Solution)
Problem 3 (20+15 = 35 points)
Consider the linear homogeneous recurrence relation an = 2an−1 – 2an−2. (a) Find the characteristic roots of the recurrence relation.
(Solution)
(b) Find the solution of the recurrence relation with a0 = 1 and a1 = 2. (Solution)
1







