Let $\{a_n\}$ and $\{b_n\}$ be two integer sequences such that $a_1=b_1=1,$
\begin{align*} a_n=a_{n-1}+b_{n-1},\qquad\qquad b_n =r\,a_{n-1}+b_{n-1}. \end{align*}
Where $r$ is a natural number $>1$. ($r$ is a fixed value)
Write $c_n={b_n}/{a_n}$, how to prove the following limit exist without finding it?
\begin{align*} \lim_{n\to\infty} c_n. \end{align*}
Attempt
I used mathematical induction to prove $\{c_{2n}\}$ is monotonically decreasing and $\{c_{2n+1}\}$ is monotonically increasing.
Then, note that
\begin{align*} c_{n+1}=\frac{b_{n+1}}{a_{n+1}}&=\frac{r\,a_n+b_n}{a_n+b_n}\\ &=r-\frac{r-1}{\frac 1{b_n/a_n}+1}<r \end{align*}
Therefore, $0<c_n<r$.
$\vdots$
Instead of continuing using this method (too complicated), any other faster ways to prove "exist"?
I tried to use the definition of Cauchy sequence and contraction mapping (they are 2 methods), but I don't think they work here.
Any hints or tips are appreciated:)
Not sure if the following fits the requirement to avoid finding the limit, but anyway... Consider the change of variable $$x_n=c_n-\frac{r}{c_n}$$ then $$x_{n+1}=-f(c_n)x_n$$ with $$f(c)=\frac{(r-1)c}{(c+1)(c+r)}$$ Now, for every $c>0$, $$(c+1)(c+r)\geqslant(r+1)c$$ hence $$f(c)\leqslant s$$ with $$s=\frac{r-1}{r+1}<1$$ Thus, $$|x_n|\leqslant s^{n-1}\cdot|x_1|$$ which implies that $$x_n\to0$$ hence $$c_n\to\text{____}$$