Considering the following iteration:

For any initial value of $x^{(0)}$, find the value of $\alpha$ for which the iteration converges.
Considering the following iteration:

For any initial value of $x^{(0)}$, find the value of $\alpha$ for which the iteration converges.
Suppose that $x^{(0)}=b$. You can write you equation as:
$$x^{(N)}=\left(\sum\limits_{k=0}^{N}\left(\alpha A\right)^{k}\right)b.$$
For this to converge, the eigenvalues of the matrix $\alpha A$ must satisfy: $|\lambda_i|<1$.
If I did not make mistakes, we have: $\lambda_1=\alpha$ and $\lambda_2=3\alpha$.
Hence, $\alpha$ must satisfy the following:
$$|\alpha|<1/3.$$