Discretizing a 1D quantum harmonic oscillator, finding eigenvalues

In summary: The point is that, by discretizing, you are forced to work with a finite-dimensional vector space, and in that setting there is no guarantee that the energy eigenfunctions will be orthogonal. However, the matrix representation of the Hamiltonian has to be in a basis, and you can choose whatever basis you want. In this case, the basis is ##\{ \ket{x_i} \}##, and that basis spans the state space in which you are working.
  • #1
JTFreitas
18
3
Homework Statement
Consider the harmonic oscillator defined by the hamiltonian
$$\hat{H} = \frac{\hat{p}^{2}}{2} + \frac{\omega^{2}}{2}\hat{x}^2$$

Compute the first ##n## eigenvalues ##E_n##, and eigenvectors ##\ket{\psi_n}##
Relevant Equations
The harmonic oscillator is governed by the time-independent SE:
$$\hat{H}\ket{\psi_n} = E_n\ket{\psi_n}$$.

Written explicitly (with ##\hbar = 1##):

$$ \frac{\psi_n^{''}}{2} + \frac{\omega^{2}}{2}x^2\psi_n = E_n\psi_n $$
##x## can be discretized as ##x \rightarrow x_k ## such that ##x_{k + 1} = x_k + dx## with a positive integer ##k##. Throughout we may assume that ##dx## is finite, albeit tiny.

By applying the Taylor expansion of the wavefunction ##\psi_n(x_{k+1})## and ##\psi_n(x_{k-1})##, we can quickly approximate ##\psi_n(x_k)^{''}## as:

$$\psi_n(x_k)^{''} = \frac{\psi_n(x_{k + 1}) - 2\psi_n(x_k) + \psi_n(x_{k-1})}{dx^2}$$

Which in turn allows us to write the TISE as

$$ \frac{\psi_n(x_{k + 1}) - 2\psi_n(x_k) + \psi_n(x_{k-1})}{2dx^2} + \frac{\omega^{2}}{2}x^2\psi_n(x_k) = E_n\psi_n(x_k)$$

With this, we are capable of writing a tri-diagonal Hamiltonian, with diagonal terms

$$H_{ii} = \frac{1}{dx^2} + \omega^{2}x_{i}^2$$

with ##i = 1, 2, ... , k##
with the 2nd (upper, lower) diagonal terms all being ## 1/(2dx^2) ##.

This entire derivation is fine. However, I am having trouble interpreting it.

The diagonalization of this Hamiltonian gives me ##k## eigenvalues which do not correspond to the energy eigenvalues ##E_n##. That is because the equation written is for a single state ##n##. So what do these ##k## eigenvalues correspond to?

At this point, I imagine that a system with ##n## states discretized like this would have a block-diagonal Hamiltonian, with each entry corresponding to the tri-diagonal matrix I wrote above, one for each state of energy. But this sounds incorrect and I have no idea how to put that in coherent mathematical terms.

To find the first ##n## states, there should be ##kn## eigenvalues, because each state will have ##k## of those? And if that is the case, what is ##E_n## in terms of these ##k## eigenvalues?
 
Last edited:
Physics news on Phys.org
  • #2
JTFreitas said:
The diagonalization of this Hamiltonian gives me ##k## eigenvalues which do not correspond to the energy eigenvalues ##E_n##.
They should be the same.

Note that ##n## doesn't enter anywhere in the Hamiltonian matrix, so it is incorrect to say that the equation is written for a single state ##n##.
 
  • Like
Likes JTFreitas
  • #3
DrClaude said:
They should be the same.

Note that ##n## doesn't enter anywhere in the Hamiltonian matrix, so it is incorrect to say that the equation is written for a single state ##n##.
Thanks for the response.

I see what you're saying. And I suppose that we did not change the Hamiltonian anywhere, so throughout the algebra naturally the system did not become different. Meaning that I am expecting the results for the usual oscillator.

That said, I think the discretization is throwing me off. Why is it that the ##k## eigenvalues correspond to the ##n## energy states?

More specifically: We know the energy eigenstates are orthogonal. It seems to me that what I am doing is computing the energy eigenstates for each position ##x_k##. If that is the case, then this means that the set of positions ##\ket{x_k}## I am considering forms an orthogonal basis which I can use to express the matrix of the Hamiltonian (,##\bra{x_i}\hat{H}\ket{x_j}##). I am struggling to come to terms with this, because why do the eigenvalues corresponding to the different positions also describe the different energy states?
 
  • #4
JTFreitas said:
That said, I think the discretization is throwing me off. Why is it that the ##k## eigenvalues correspond to the ##n## energy states?
Because you are solving for the eigenvectors of the matrix H. That matrix represents the (discretized) Hamiltonian of the harmonic oscillator, hence the eigenvectors will be the eigenstates of the Hamiltonian.
JTFreitas said:
More specifically: We know the energy eigenstates are orthogonal. It seems to me that what I am doing is computing the energy eigenstates for each position ##x_k##. If that is the case, then this means that the set of positions ##\ket{x_k}## I am considering forms an orthogonal basis which I can use to express the matrix of the Hamiltonian (,##\bra{x_i}\hat{H}\ket{x_j}##). I am struggling to come to terms with this, because why do the eigenvalues corresponding to the different positions also describe the different energy states?
There are two things going on here. The first is the discretization of the h.o. Hamiltonian over a finite range. This represents of course an approximation, as the Hamiltonian would normally have an infinite number of eigenstates. Also, the results will be discretized approximations to the actual eigenfunctions.

Within that discrete approximation, you have a set of basis kets, ##\{ \ket{x_i} \}##, which are eigenstates of the ##\hat x## operator. The matrix representation of the Hamiltonian is then, as you mention,
$$
H_{ij} = \braket{x_i | \hat{H} | x_j}
$$

Any wave function ##\psi## is then represented as a column vector, the elements of which are
$$
\begin{pmatrix}
\braket{ x_0 | \psi} \\ \braket{ x_1 | \psi} \\ \vdots \\ \braket{ x_n | \psi}
\end{pmatrix}
$$

When you solve the eigenvalue problem for the matrix H, what you get are eigenvalues corresponding to the energies ##E_k##, with eigenvectors containing the components as above, a discretized approximation of the eigenfunctions ##\psi_k##.
 
  • Like
Likes JTFreitas
  • #5
DrClaude said:
Because you are solving for the eigenvectors of the matrix H. That matrix represents the (discretized) Hamiltonian of the harmonic oscillator, hence the eigenvectors will be the eigenstates of the Hamiltonian.

Of course, this makes a lot of sense. It's been a minute since I've done linear algebra for real, so I forget the eigenvectors pertain to how the matrix is structured.

DrClaude said:
Any wave function ψ is then represented as a column vector, the elements of which are
(⟨x0|ψ⟩⟨x1|ψ⟩⋮⟨xn|ψ⟩)

And this was the one thing I was missing. For some reason I was thinking each energy state had a different wave function, and not of different projections of the wave function itself. (Is this correct?)

Anyway, thank you so much for your answers, they really helped me understand how to get this done!
 
  • #6
JTFreitas said:
And this was the one thing I was missing. For some reason I was thinking each energy state had a different wave function, and not of different projections of the wave function itself. (Is this correct?)
Each energy state has its own wave function. The vector I wrote is the generic case, replace ##\psi## with the specific solution for a given energy eigenstate.
 

1. What is a 1D quantum harmonic oscillator?

A 1D quantum harmonic oscillator is a theoretical model used to describe the behavior of a particle confined to a one-dimensional space and subject to a potential energy that follows a quadratic function. It is commonly used in quantum mechanics to study the behavior of atoms, molecules, and other small particles.

2. What does it mean to discretize a 1D quantum harmonic oscillator?

Discretizing a 1D quantum harmonic oscillator means breaking down the continuous function that describes the system into smaller, discrete steps. This is done to simplify the problem and make it more manageable for calculations and analysis.

3. How do you find the eigenvalues of a discretized 1D quantum harmonic oscillator?

The eigenvalues of a discretized 1D quantum harmonic oscillator can be found by solving the Schrödinger equation for the system. This equation relates the potential energy of the system to its wave function, and the eigenvalues are the allowed energy levels of the system.

4. What is the significance of finding the eigenvalues of a 1D quantum harmonic oscillator?

Finding the eigenvalues of a 1D quantum harmonic oscillator allows us to understand the energy states of the system. These energy states determine the behavior and properties of the particle, such as its position and momentum, and are essential for predicting and explaining the outcomes of experiments.

5. How does discretizing a 1D quantum harmonic oscillator help in practical applications?

Discretizing a 1D quantum harmonic oscillator allows for easier and more accurate calculations of the system's properties and behavior. It also helps in the development of quantum algorithms and in understanding the behavior of quantum systems, which has applications in fields such as quantum computing and quantum information processing.

Similar threads

  • Advanced Physics Homework Help
Replies
4
Views
1K
  • Advanced Physics Homework Help
Replies
24
Views
798
  • Quantum Physics
Replies
2
Views
775
  • Advanced Physics Homework Help
Replies
1
Views
2K
  • Advanced Physics Homework Help
Replies
2
Views
1K
  • Advanced Physics Homework Help
Replies
21
Views
2K
  • Advanced Physics Homework Help
Replies
1
Views
2K
  • Advanced Physics Homework Help
Replies
3
Views
2K
  • Advanced Physics Homework Help
Replies
6
Views
1K
Back
Top