The Two-State System

Alright, enough with the mathematical abstraction! This post, and the next quite a few posts, will all be looking at very concrete, physical examples, applying the methods of quantum mechanics and seeing what we can see. Today, we’re going to start with the simplest possible system that has nontrivial dynamics: a system with only two states in it. In a sign of great creativity, this is normally referred to as “the two-state system.”

Since the time evolution of a single eigenstate of the Hamiltonian is just a phase rotation, which (as we saw last time) means that expectation values never change, the simplest Hamiltonian we could possibly imagine which still has any dynamics at all would be one which acts on a two-dimensional vector space of states. Note that this isn’t the same as a particle in a two-dimensional space; having even one dimension of space implies an infinite-dimensional space of functions on that space. No, if we want to have a genuinely two-state system, we need to have one without any momentum or derivatives at all.

Does nature provide any situations like this? Well, for there to be no motion or momentum in the system, the particle(s) under study need to be effectively nailed down. This isn’t difficult; if we are studying (say) atoms in a solid, then so long as the energies we’re dealing with are considerably less than those required to make the atom move within the solid, then to a good approximation the position is a constant and there will be no momentum term in the Hamiltonian. (Or equivalently, if the particles are very massive, so that p^2/2m \ll our potential V) And nature has also provided us with an excellent example of a two-state system, in the form of spin.

Spin is a property which we will discuss at great length later on; it turns out to physically represent an “intrinsic angular momentum” which some particles have. For today’s purposes, all we need to know is that some particles have such a property, and the internal state of those particles is described by a two-dimensional vector.1 This vector is acted upon by the three spin operators:

S_x = \frac{\hbar}{2}\left(\begin{array}{cc}0 & 1\\ 1 & 0\end{array}\right);\ \ S_y = \frac{\hbar}{2}\left(\begin{array}{cc}0&-i\\i&0\end{array}\right);\ \ S_z = \frac{\hbar}{2}\left(\begin{array}{cc}1&0\\ 0&-1\end{array}\right).

The “vector” of these three operators acts like angular momentum; in particular, if a charged particle with spin is placed in a magnetic field, it experiences a potential

V = \frac{eg}{2m} \vec{S}\cdot \vec{B}.

Here e is the charge of the particle; m is its mass; \vec{S} is the vector of spin operators; \vec{B} is the applied magnetic field; and g is a dimensionless constant characteristic of the particle called the gyromagnetic ratio. These ratios have been measured for a wide range of materials; one of the great triumphs of quantum field theory is the calculation of the gyromagnetic ratio of the electron to 14 decimal places from first principles, giving an insanely precise value — which matches experiment! — of g_e = -2.002 319 304 3622(15).

So let’s experiment with a Hamiltonian which consists of nothing but this potential, acting on a spin-1/2 particle which has been nailed down firmly to the lab bench. First, say we apply a magnetic field in the z-direction:

H = \frac{e\hbar g B }{4m} \left(\begin{array}{cc}1&0\\ 0 &-1\end{array}\right).

This Hamiltonian is already diagonal, so it’s trivial to know the eigenvectors and their eigenvalues; they are simply \left|z;+\right> = \left(\begin{array}{c}1\\ 0 \end{array}\right) and \left|z;-\right> = \left(\begin{array}{c}0\\1\end{array}\right), with eigenvalues \pm\hbar\omega/2; here I’ve defined

\omega \equiv \frac{e g B}{2m}.

The eigenvectors were labelled with a letter z to indicate that these are the eigenvectors for fields in the z-direction (and thus are eigenvectors of S_z), and with ± to indicate the directions in which they point. If on the other hand, the magnetic field had been pointing in the x-direction, we would have had

H = \frac{\hbar \omega}{2} \left(\begin{array}{cc}0&1\\1&0\end{array}\right).

We can find the eigenvalues by directly solving the eigenvalue equation for this matrix — \lambda^2 - (\hbar\omega/2)^2 = 0 \Rightarrow \lambda = \pm \hbar\omega/2. The corresponding eigenvectors satisfy

\left(\begin{array}{cc}\mp 1 & 1 \\ 1 & \mp 1\end{array}\right)\left(\begin{array}{c}a\\b\end{array}\right) = 0 \Rightarrow b = \pm a;

if we add the normalization condition on the eigenvectors as well, we find

\left|x; \pm\right> = \frac{1}{\sqrt{2}} \left(\begin{array}{c}1\\ \pm 1\end{array}\right) = \frac{1}{\sqrt{2}}\left(\left|z;+\right> \pm \left|z;-\right>\right).

Note that the energies are the same as in the z-case, which makes sense by symmetry; our definition of which axis is which is wholly arbitrary.

Exercise: Find the corresponding eigenvectors and eigenvalues for a field in the y-direction.

Now let’s do something more interesting. Imagine that the system started out in the state \left|x;+\right>, but we applied a magnetic field in the z-direction. How would it evolve over time? The eigenvectors of the Hamiltonian are \left|z;\pm\right>, so we first write the initial state of the system in terms of those:

\left|\Psi(0)\right> = \frac{1}{\sqrt{2}} \left( \left|z;+\right>+\left|z;-\right>\right).

Then using our time-evolution formula from last time, it follows that

\left|\Psi(t)\right> = \frac{1}{\sqrt{2}}\left(e^{i\omega t/2}\left|z;+\right> + e^{-i\omega t/2}\left|z;-\right>\right).

To see what this means, let’s measure some physical quantities:

\left<S_x\right> = \frac{\hbar}{4}\left(\begin{array}{cc} e^{-i\omega t/2} & e^{i\omega t/2}\end{array}\right) \left(\begin{array}{cc}0&1\\1&0\end{array}\right) \left(\begin{array}{c} e^{i\omega t/2} \\ e^{-i\omega t/2}\end{array}\right) = \frac{\hbar}{2}\cos \omega t

\left<S_y\right> = \frac{\hbar}{4}\left(\begin{array}{cc} e^{-i\omega t/2} & e^{i\omega t/2}\end{array}\right) \left(\begin{array}{cc}0&-i\\i&0\end{array}\right) \left(\begin{array}{c} e^{i\omega t/2} \\ e^{-i\omega t/2}\end{array}\right) = \frac{\hbar}{2}\sin \omega t

\left<S_z\right> = \frac{\hbar}{4}\left(\begin{array}{cc} e^{-i\omega t/2} & e^{i\omega t/2}\end{array}\right) \left(\begin{array}{cc}1&0\\ 0&-1\end{array}\right) \left(\begin{array}{c} e^{i\omega t/2} \\ e^{-i\omega t/2}\end{array}\right) = 0.

Thus a magnetic field in the z-direction causes the spin to rotate in the xy-plane with angular frequency \omega. But this is exactly what would happen to a classical particle with the same magnetic moment; so classical physics intuition still makes sense!

There actually isn’t that much more that we can do with just this Hamiltonian. For any constant B-field, we can find the eigenvectors, write any initial state in terms of them, and see how it evolves. In every case, magnetic fields will cause the component of the magnetic moment perpendicular to the field to rotate about the field axis, just like in classical physics. So to make something more interesting happen, next time we’ll turn on a time-varying field and see what it does.

Next Time: Nuclear magnetic resonance


1 More specifically: particles have a “total spin” s which is an integer or a half-integer; they have 2s+1 internal states. They are always acted upon by three operators S_{x,\ y,\ z}, and the commutation relationship between those operators is always the same, but the expression as matrices depends on the spin. Electrons, protons, neutrons, and about half of all nuclei have spin 1/2; other nuclei have spins ranging from zero to six.

Advertisement
Published in: on August 17, 2010 at 10:00  Comments Off on The Two-State System  
Tags:
%d bloggers like this: