Suppose that we have a linear recurrence $x_{n+1}=a_n x_n + b_n x_{n-1}$, such that $a_n\to a$ and $b_n\to b$, and where the roots $\lambda_1,\lambda_2$ of $x^2-ax-b=0$ are distinct real roots with $0<|\lambda_1|<1<\lambda_2$. If $v_n$ is any solution to the linear recurrence, we can find an upper bound by $v_n = O((\lambda_2+\varepsilon)^n)$ for all $\varepsilon>0$ (as can be seen in this question here).
In general, I don't expect to get similarly a lower bound $\Omega((\lambda_2-\varepsilon)^n)$, since for example the constant zero sequence is a solution (or we can get stuck on a shrinking direction, coming from the smaller root). Is there any simple condition that does give me this lower bound? For example, if I can show somehow that $v_n \to \infty$, is it true that it behaves more or less like $\lambda_2^n$ up to that $\varepsilon$ error?