Find a basis $\mathbb{R}_2$ of eigenvectors of $A$, $A = \begin{bmatrix} 1 & 1 \\ 1 & 0 \end{bmatrix} $. Next, find the formula of $A^n$, $n \in \mathbb{N}$.
I have no idea how to solve first part of the problem. In the second part should I find $A^2$, $A^3$, $A^4$, try to guess $A^n$ and try to prove my hypothesis?
Let's first find the eigenvalues. To find an eigenvalue, you want to solve the equation $|\lambda I -A| =0$. This is called the characteristic polynomial, and in your case this polynomial is $\lambda^2-\lambda-1$. This has roots $\frac{1}{2}(1 \pm \sqrt{5})$. Then, solve the vector equation $(\lambda I - A)\textbf{v} = 0$ to get the eigenvectors. I'll let you take it from there. For the second part, I would do exactly what you said.