I'm trying to solve the following problem:
We have a series ${a_n}^{\infty}_{n=0}$ with relation: $a_{n+2}=5a_{n+1}+3a_n$; $a_0=a_1=1$. Find smallest $n$, such that $a_n>10^5$.
This is a preparation for exam - no calculators allowed. I tried to create a characteristic polynome, so I created an equation $-x^2+5x+3=0$, however I got roots $x_1=\frac{5-\sqrt{37}}{2}, x_2=\frac{5+\sqrt{37}}{2}$, which I think is wrong, as the numbers don't seem right for an exam.
Did I make a mistake somewhere when creating the equation or is there any other (simpler) way to solve this?
Thanks
I don't know what kind of test this is, but it's not that hard to math out approximately.
$a_2=8$, $a_3=43$, and from there let's assume that the function is $a_{n+1}=5a_n$. So $a_4\approx200$, $a_5\approx1000$, $a_6\approx5000$, $a_7\approx25000$, $a_8\approx125000$. Those are lower bounds, but certainly they're not so far off that $a_7>10^5$ could be true.