Since we are using "x" in the matrix, I would NOT use "(x, y)" for the vector!
mathdaemon, the whole point of an "eigenvalue, eigenvector pair" is that
λ is an eigenvalue for matrixA, with eigenvector v, if and only if
Av=λv
Here, taking (a, b) as the eigenvector corresponding to eigenvalue 1+ cos(x) we must have
(1cos(x)cos(x)1)(ab)=(1+cos(x))(ab)
(a+cos(x)bcos(x)a+b)=(a+cos(x)ab+cos(x)b)
which means we must have a+ cos(x)b= a+ cos(x)a and cos(x)a+ b= b+ cos(x)b. Those two equations both give a= b. That is, any multiple of (1, 1) is an eigenvector corresponding to eigenvalue 1+ cos(x).
Similarly, if (a, b) is an eigenvector corresponding to eigenvalue 1- cos(x) must satisfy
(1cos(x)cos(x)1)(ab)=(1−cos(x))(ab)
(a+cos(x)bcos(x)a+b)=(a−cos(x)ab−cos(x)b)
which means we must have a+ cos(x)b= a- cos(x)a and cos(x)a+ b= b- cos(x)b which give a= -b. Any multiple of (1, -1) is an eigenvector corresponding to eigenvalue 1- cos(x).