I am trying to find general formula of the sequence $(x_n)$ defined by $$x_1=1, \quad x_{n+1}=\dfrac{7x_n + 5}{x_n + 3}, \quad \forall n>1.$$ I tried put $y_n = x_n + 3$, then $y_1=4$ and $$\quad y_{n+1}=\dfrac{7(y_n-3) + 5}{y_n }=7 - \dfrac{16}{y_n}, \quad \forall n>1.$$ From here, I can't solve it. How can I determine general formula of above sequence?
With Mathematica, I found $x_n = \dfrac{5\cdot 4^n-8}{4^n+8}$. I want to know a method to solve problem, than have a given formula.
Since the function being iterated is a projective-linear function, it follows that if you let $$ \begin{bmatrix} a_n \\ b_n \end{bmatrix} := \begin{bmatrix} 7 & 5 \\ 1 & 3 \end{bmatrix} ^{n-1} \begin{bmatrix} 1 \\ 1\end{bmatrix}$$ then $x_n = \frac{a_n}{b_n}$. Now, to find the powers of the matrix $\begin{bmatrix} 7 & 5 \\ 1 & 3 \end{bmatrix}$ all you need to do is to diagonalize it.