Find the eigenvalues of the Hamiltonian - Harmonic Oscillator

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 3K views
Jalo
Messages
117
Reaction score
0

Homework Statement



Find the eigenvalues of the following Hamiltonian.

[itex]Ĥ = ħwâ^{†}â + \alpha(â + â^{†}) , \alpha \in |R[/itex]

Homework Equations



[itex]â|\phi_{n}>=\sqrt{n}|\phi_{n-1}>[/itex]
[itex]â^{†}|\phi_{n}>=\sqrt{n+1}|\phi_{n+1}>[/itex]

The Attempt at a Solution



By applying the Hamiltonian to a random state n I get:

[itex]Ĥ |\phi_{n}> = E_{n}|\phi_{n}>[/itex]
[itex]Ĥ |\phi_{n}>= ħwâ^{†}â|\phi_{n}> + \alpha(â|\phi_{n}> + â^{†}|\phi_{n}>)[/itex]
[itex]Ĥ |\phi_{n}>= ħw\sqrt{n}\sqrt{n}|\phi_{n}> + \alpha(\sqrt{n}|\phi_{n-1}> + \sqrt{n+1}|\phi_{n+1}> )[/itex]
[itex]E_{n} |\phi_{n}> = ħwn + \alpha(\sqrt{n}|\phi_{n-1}> + \sqrt{n+1}|\phi_{n+1}>)[/itex]

This is where my problem arrives. I don't know how to prove that

[itex]\alpha(\sqrt{n}|\phi_{n-1}> + \sqrt{n+1}|\phi_{n+1}>) = 0[/itex]

Any help would be highly appreciated!
Thanks.
 
Physics news on Phys.org
Jalo said:
This is where my problem arrives. I don't know how to prove that

[itex]\alpha(\sqrt{n}|\phi_{n-1}> + \sqrt{n+1}|\phi_{n+1}>) = 0[/itex]

Any help would be highly appreciated!
Thanks.

That linear combination doesn't vanish and the states ##|n\rangle## are not eigenstates of that Hamiltonian. The eigenstates will be infinite linear combinations of the ##| n \rangle##. However, constructing these eigenstates is certainly not the easiest way to compute the eigenvalues of this operator. I would suggest defining a new operator ## b = a + c##, where ##c## is a number to be determined by requiring that ##\hat{H} = \hbar \omega b^\dagger b + C ##, where ##C## is another constant. Using the commutation relations for ##b,b^\dagger##, you should be able to compute the eigenvalues in the same way as for the regular harmonic oscillator.
 
fzero said:
That linear combination doesn't vanish and the states ##|n\rangle## are not eigenstates of that Hamiltonian. The eigenstates will be infinite linear combinations of the ##| n \rangle##. However, constructing these eigenstates is certainly not the easiest way to compute the eigenvalues of this operator. I would suggest defining a new operator ## b = a + c##, where ##c## is a number to be determined by requiring that ##\hat{H} = \hbar \omega b^\dagger b + C ##, where ##C## is another constant. Using the commutation relations for ##b,b^\dagger##, you should be able to compute the eigenvalues in the same way as for the regular harmonic oscillator.

And how can I find the operator b?
 
Jalo said:
And how can I find the operator b?

You solve the equation

$$\hbar \omega (a+c)^\dagger (a+c) + C = \hbar \omega a^\dagger a + \alpha (a + a^\dagger)$$

for ##c## and ##C##. This is a linear equation, since the ##a^\dagger a## terms cancel.
 
  • Like
Likes   Reactions: 1 person
I just realized I forgot to thank you! Accept my apologies.

Daniel