$r_n = 2r_{n-1} + 5r_{n-2}$
Where $r_1 = r_2= 2$, Assume $r_n \le ab^n$ (primarily upper bound b as tightly as possible, and secondarily upper bound a as tightly as possible. Use Constructive Mathematical induction to derive an upper bound for $r_n$.
How do I approach this problem. From what I have gathered, the base case is either 1 or 2 I think. What would be the I.H and I.S
suppose $r_n \le ab^n$
And if $b$ is chosen to most tightly bound $r_n$ then $r_n$ approximately equals $ab^n$
At the limit.
$ab^n = 2ab^{n-1} + 5ab^{n-2}\\ ab^{n-2}(b^2 - 2b-5) = 0$