What Are the Eigenfunctions and Eigenvalues of a 2D Harmonic Oscillator?

AI Thread Summary
The discussion focuses on finding the eigenfunctions and eigenvalues of a two-dimensional isotropic harmonic oscillator. Participants confirm that the method of separation of variables can be applied after writing the potential energy function into the two-dimensional Schrödinger equation. The Hamiltonian operator is broken down into components for each dimension, leading to eigenvalues expressed as ħω(n_x + n_y + 1). The eigenfunctions are represented as a product of the individual wavefunctions for each dimension, with appropriate normalization constants. Overall, the final expressions for eigenvalues and eigenfunctions are clarified and corrected throughout the conversation.
cyberdeathreaper
Messages
46
Reaction score
0
This might be another problem that our class hasn't covered material to answer yet - but I want to be sure.

The question is the following:
Find the eigenfunctions and eigenvalues of a two-dimensional isotropic harmonic oscillator.

Again, I need help simply starting.
 
Physics news on Phys.org
Have you done the one-dimensional harmonic oscillator? Have you seen any other two- or three-dimensional setups yet? Have you used the method of separation of variables? (e.g. for the two-dimensional rectangular infinite square well)

If you've covered those topics, you should have all the tools you need. Write down the potential energy function for the two-dimensional oscillator, stick it into the two-dimensional Schrödinger equation, and separate the variables to get two one-dimensional equations.
 
We have covered the 1D harmonic oscillator, but we haven't seen any other higher dimensional setups yet. We have also used the separation of variables so far, just not in regards to higher-dimensions.

Just as a general question - once the equation is broken down into two 1D equations, how are the eigenvalues and eigenfunctions obtained? Is it:
<br /> H \Psi = E \Psi<br />
with Psi being the eigenfunctions and E being the eigenvalues?
 
No, you first write the Hamiltonian operator (and use the SE) simply through operator of momentum and potential energy of the oscillator. Only now you will have a PDE, as both operators have two variables. Then use the separation of variables method.
 
Okay, I think I've got it then. Is this correct:
<br /> \hat{H} = \frac{ (p_x)^2 }{2m} + \frac{ (p_y)^2 }{2m} + \frac{mw^2}{2} \left( x^2 + y^2 \right)<br />
Which is broken up into components:
<br /> \hat{H} = \hat{H_x} + \hat{H_y}<br />
Noting the 1-D harmonic oscillator gives:
<br /> E_x = \hbar w \left( n_x + \frac{1}{2} \right)<br />
<br /> E_y = \hbar w \left( n_y + \frac{1}{2} \right)<br />
<br /> \psi_n (x) = A_n (a_+)^n \psi_0 (x)<br />
<br /> \psi_n (y) = A_n (a_+)^n \psi_0 (y)<br />
and noting the separation of variables on the wavefunction:
<br /> \Psi (x,y) = \Psi_x (x) \Psi_y (y)<br />
Putting this together forms the results - first, using:
<br /> \hat{H} \Psi = E \Psi<br />
and plugging in the components gives:
<br /> \left( H_x + H_y \right) \Psi_x \Psi_y = E \Psi_x \Psi_y<br />
So the eigenvalues are:
<br /> \hbar w \left( n_x + \frac{1}{2} \right) + \hbar w \left( n_y + \frac{1}{2} \right)<br />
Which simplifies to:
<br /> \hbar w \left( n + 1 \right)<br />
And the eigenfunctions are simply:
<br /> \psi_n (x) \psi_n (y) = (A_n)^2 (a_+)^{2n} \psi_0 (x) \psi_0 (y)<br />
Is this right - or do I have something wrong here? Thanks for the help.
 
Last edited:
Looks good too (though you haven't said anywhere what n is).
 
with n = 0,1,2...
correct?
 
Yes.

Also p_x should be \hat{p_x} = \frac {i \hbar}{\sqrt{2m}}\frac {\partial}{\partial x}
 
So the eigenvalues are:
<br /> \hbar w \left( n_x + \frac{1}{2} \right) + \hbar w \left( n_x + \frac{1}{2} \right)<br />
Which simplifies to:
<br /> \hbar w \left( n + 1 \right)<br />
And the eigenfunctions are simply:
<br /> \psi_n (x) \psi_n (y) = (A_n)^2 (a_+)^{2n} \psi_0 (x) \psi_0 (y)<br />

This is not quite right.

The eigenvalues are right, but there's really no need to simplify
down to n. You have a set of eigenfunctions in x and y with independent
values, and two indices.

\Psi_{nm} = \psi_n(x) \psi_m(y) = C_{nm} (a_+^n \psi_0(x)) (b_+^m \psi_0(y))

where the "b" operators are exactly analagous to the "a" operators but operate
in y instead of x. So if we want the eigenfunctions that give p \hbar \omega
we need combinations of n and m that add up to p. (That is, there isn't
one eigenfunction for a given "n".)
 
  • #10
I see - so technically the eigenvalues are:
<br /> \hbar w \left( n + m + 1 \right)<br />
and the eigenfunctions are:
<br /> \Psi_{nm} = C_{nm} (a_+^n \psi_0(x)) (b_+^m \psi_0(y))<br />
with:
<br /> C_{nm} = A_n A_m<br />

right?
 
Last edited:
  • #11
Oops ! Didn't notice that glitch.

cyber : If you are using indexes n,m for the wavefunction, use the same indexes for the eigenvalues. n is your n_x and m is your n_y.

Just also noticed in #5 that an n_y changed into an n_x when writing the eigenvalue.
 
Last edited:
  • #12
Corrected the problems you pointed out Gokul. Other than those minor issues though, my solution proposed in #10 is correct then?
 
  • #13
#10 is now correct.
 

Similar threads

Back
Top