Let's consider: $$u_o = -1, v_0 = 3$$ $$\begin{cases} u_{n+1} = u_n + v_n \\ v_{n+1} = -u_n + 3v_n \end{cases}$$ I tried: $$x^n = u_n , y^n = v_n$$ $$\begin{cases} x^{n+1} = x^n + y^n \\ y^{n+1} = -x^n + 3y^n \end{cases}$$ $$\begin{cases} x = 1 + \frac{y^n}{x^n} \\ y = -\frac{x^n}{y^n} + 3 \end{cases}$$ And I don't know how to continue. And it is the basic problem.
The second problem:
(*)The question which occured while attemption solving it, and basically it is not connected with main problem. We have $y = 4-x$ and now $f =\frac{y^n}{x^n}= (\frac{4-x}{x})^n $ Lets observe that $n \to \infty$ so the $\lim_{n \to \infty} f = 0$ So we can ignore it in our system of equation? It is my doubt. I'm nearly convinced it is not correct but I can't convince of myself why.
Help me, please!