neon.neon said:
Let me start by saying that a
state is something that encapsulates all the information you need to know about a physical system. A quantum system has an infinite number of possible states, but they can all be expressed as linear combinations of some number of basis states. For example, if the states are denoted by kets (\vert\text{something}\rangle), you might use numbered kets (\vert 1\rangle,\vert 2\rangle, etc.) to denote the basis states, and then you could write a general ket as
\vert\psi\rangle = a_1\vert 1\rangle + a_2\vert 2\rangle + \cdots
Or the basis states could be unit directions
\hat{x},\hat{y},\hat{z}
and then a general state would be
\vec{r} = a_x \hat{x} + a_y \hat{y} + a_z \hat{z}
Anyway, regardless of what kind of things your states actually are, you can take the coefficients a_i and put them into a vector,
\begin{pmatrix}a_1 \\ a_2 \\ \vdots\end{pmatrix}
or
\begin{pmatrix}a_x \\ a_y \\ a_z\end{pmatrix}
If that vector is an eigenvector of some matrix, then the state that corresponds to the vector is an
eigenstate of the operator that corresponds to the matrix.
In your case, the basis states are actually basis vectors themselves - that is, the vectors
\begin{pmatrix}1 \\ 0\end{pmatrix},\begin{pmatrix}0 \\ 1\end{pmatrix}
actually are the basis states. And the states, instead of being kets or unit directions, are just 2-component vectors. Because of that, in this particular problem, you can consider "eigenvector" and "eigenstate" to be synonymous.
neon.neon said:
Does that mean I just have to calculate H\varphi_{1} = E_{1}\varphi_{1} and H\varphi_{2} = E_{2}\varphi_{2} ?
Yep, that's what you need to show.
neon.neon said:
And what about the time evolving part in the question?
Well, what do you know about how quantum states evolve over time?