Quantum harmonic oscillator

The quantum harmonic oscillator is the quantum mechanical analogue of the classical harmonic oscillator. It is one of the most important model systems in quantum mechanics.

Hamiltonian

The Hamiltonian for the system is the following:

\hat{H}=\frac{\hat{p}^2}{2m}+ \frac{1}{2}k\hat{x}^2

This Hamiltonian is a one dimensional Hamiltonian. Here is what each of the parts of the Hamiltonian mean:

The potential term is very frequently written as \hat{V} = \frac{1}{2} m \omega^2 \hat{x}^2. This is because the spring constant k is related to the oscillator frequency via the relationship k=m\omega^2. When this is done, the Hamiltonian reads

\hat{H}=\frac{\hat{p}^2}{2m}+ \frac{1}{2} m\omega^2 \hat{x}^2.

Time independent Schrödinger equation

The time independent Schrödinger equation is

\hat{H} \left | \psi \right\rangle = E \left|\psi\right\rangle

and if we project onto the position basis, we get

\left\langle x \right |\hat{H} \left | \psi \right\rangle = \left\langle x \right |E \left|\psi\right\rangle = E \left\langle x |\psi\right\rangle .

Substituting our Hamiltonian into the equation, we get

\left\langle x \right | \frac{\hat{p}^2}{2m}+ \frac{1}{2} m\omega^2 \hat{x}^2 \left | \psi \right\rangle = E \left\langle x |\psi\right\rangle .

The constants can be pulled out in front of the bra \left\langle x \right | so the Schrödinger equation now reads

\frac{1}{2m} \langle x | \hat{p}^2 | \psi \rangle + \frac{m\omega^2}{2} \langle x | \hat{x}^2 | \psi \rangle = E \langle x |\psi\rangle.

Now, consider the term \langle x | \hat{x}^2 | \psi \rangle. Recall that \langle x | \hat{x} = \langle x | x = x \langle x | so \langle x | \hat{x}^2 | \psi \rangle = x^2 \langle x | \psi \rangle .

For the other term \langle x | \hat{p}^2 | \psi \rangle , recall that \langle x | \hat{p} = \langle x | -i\hbar\frac{d}{dx} =  -i\hbar\frac{d}{dx} \langle x | so that \langle x | \hat{p}^2 | \psi \rangle = -\hbar^2 \frac{d^2}{dx^2} \langle x | \psi \rangle. Putting all the pieces together, the Schrödinger equation reads

-\frac{\hbar^2}{2m} \frac{d^2}{dx^2} \langle x | \psi \rangle + \frac{1}{2} m\omega^2 x^2 \langle x | \psi \rangle = E\langle x | \psi \rangle.

Since we are working in the position basis, we have \langle x | \psi \rangle = \psi(x) so we finally get

-\frac{\hbar^2}{2m} \frac{d^2}{dx^2} \psi(x) + \frac{1}{2} m\omega^2 x^2 \psi(x) = E \psi(x).

which is a differential equation which can be solved for \psi(x). This \psi(x) is of course, the wavefunction of the system in the position basis.

Solutions to the quantum harmonic oscillator

There are different approaches to solving the quantum harmonic oscillator. One of them, involves directly solving the differential equation which was obtained in the previous section. We will do this first. Afterwards, we will solve this same system with the "operator factorization method" as a way to motivate the introduction of boson operators into our quantum mechanical theory.

First, let's define a characteristic length for the quantum harmonic oscillator. We can do this heuristically by looking at the units involved in our expression.

Hence, the quantity l=\sqrt{\frac{\hbar}{m\omega}} has the units of length. We will call this length the "characteristic length". If we substitute into the differential equation x \rightarrow \frac{x}{l} we will get

\frac{\hbar\omega}{2} \left( -\frac{d^2}{dx^2} + x^2 \right)\psi(x)=E\psi(x)

Note also, that the units of \hbar\omega are also energy units. We can define E_0 =\hbar\omega/2 as the characteristic energy of the system. (In fact, later, we will find that this energy happens to be the ground state zero point energy of the quantum harmonic oscillator.) So, putting E \rightarrow \frac{E}{E_0} we get

\left( -\frac{d^2}{dx^2} + x^2 \right)\psi(x)=E\psi(x)

To solve this equation, first consider a simpler equation which describes the behaviour of the original wavefunction in some asymptotic limit. In the regime where the energy is very low, E \approx 0, the wavefunction should then satisfy the differential equation

\frac{d^2 \psi(x)}{dx^2} = x^2 \psi(x)

The form of this equation suggests that \psi(x) =  e^{-\frac{x^2}{2}}\phi(x) . Substituting

 - \frac{d^2}{dx^2} \left(  e^{-\frac{x^2}{2}}\phi(x) \right) + x^2 e^{-\frac{x^2}{2}}\phi(x) =E e^{-\frac{x^2}{2}}\phi(x)
 -e^{-\frac{x^2}{2}}\phi''(x) + 2x e^{-\frac{x^2}{2}}\phi'(x) + e^{-\frac{x^2}{2}} \phi(x) - x^2 e^{-\frac{x^2}{2}}\phi(x) + x^2 e^{-\frac{x^2}{2}}\phi(x) =E e^{-\frac{x^2}{2}}\phi(x)

or

 \phi''(x) - 2x \phi'(x) + (E - 1) \phi(x) = 0 \,\;

This differential equation can be solved in many different ways. One approach is to take

\phi(x) = \sum_{n=0}^\infty a_n x^n

The derivatives are (note carefully the summation limits)

\phi'(x) = \sum_{n=1}^\infty n a_n x^{n-1} \Rightarrow x\phi'(x) = \sum_{n=1}^\infty n a_n x^n = \sum_{n=0}^\infty n a_n x^n

and similarily

\phi''(x) = \sum_{n=2}^\infty n (n-1) a_n x^{n-2} = \sum_{n=0}^\infty (n+2) (n+1) a_{n+2} x^n

Substituting all of these terms into the above yields

\sum_{n=0}^\infty x^n \left [ (n+2) (n+1) a_{n+2} - 2 n a_n + (E - 1) a_n \right ] = 0

and vanishes term by term provided that

a_{n+2} = a_n \frac{2n + 1 - E}{(n+2)(n+1)}

The most straightforward way to enforce these relationships is to set the numerator to zero. This leads to

E = 2n + 1 \Rightarrow E_n = \hbar \omega \left (n + \frac{1}{2} \right )

It's a very interesting result since the energy is now constrained to take on certain discrete values.


Feedback

This is still work in progress. Your feedback is appreciated! You're invited to leave comments on the talk page.

This article is issued from Wikiversity - version of the Friday, December 16, 2011. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.