For $$A=\left(\begin{array}{cc}2/3&1/3\\ 1/3&2/3\end{array}\right).$$ and $$v=\left(\begin{array}{cc}a\\ b\end{array}\right)$$
we definie a sequence of vectors $v_{1}=v$,$ v_{n+1}=Av_{n}$. show that $ \lim_{n\rightarrow\infty} v_{n}$exists and is equal to $$v=\left(\begin{array}{cc}{(a+b)}/2\\ (a+b)/2\end{array}\right)$$
this is the orginal question
im completely struck as i don't know from where i have to start ,,as i was taking $v_{n+1} = Av_{n}$ ,taking $v_{n+1} = v_n = l$ now i got $l= Al$ as i got $A= I $ it gives me contradictionss,,,,
Pliz help me
Thanks in Advance

Approach 1: Try to Diagonalize $A$. For instance, suppose that you were trying to solve the problem not with $A$, but with $$ B = \begin{bmatrix} 1/2 & 0 \\ 0 & 1 \end{bmatrix}.$$ In what way would it be easier?
Approach 2: If you have learned about Markov matrices, apply the results for these kinds of matrices.
Note: Your approach of trying to solve $A v = v$, should not give you a contradiction. It should give you that $v$ is a multiple of the vector $ \begin{bmatrix} 1 \\ 1 \end{bmatrix},$ but that does not tell you that it equals $ \begin{bmatrix} \frac{a+b}{2} \\ \frac{a+b}{2} \end{bmatrix}.$