Recurrence Relations
From Exampleproblems
1. solution Find the limiting ratio
for the recurrence relation
.
2. solution Let 
Show that
where
is the n-th Fibonacci number (F0 = F1 = 1)
3. solution Let 
Show that
where
is the n-th Fibonacci number (F0 = F1 = 1 and F(n < 0) = 0)
4. solution Let 
Show that
where
is the n-th Fibonacci number (F0 = F1 = 1 and F(n < 0) = 0)
5. solution Let 
Evaluate
.
6. solution Let 
Show that
.