Quantum Harmonic Oscillator

Astrum
Messages
269
Reaction score
5

Homework Statement


Compute ##\left \langle x^2 \right\rangle## for the states ##\psi _0## and ##\psi _1## by explicit integration.

Homework Equations


##\xi\equiv \sqrt{\frac{m \omega}{\hbar}}x##
##α \equiv (\frac{m \omega}{\pi \hbar})^{1/4}##
##\psi _0 = α e^{\frac{\xi ^2}{2}}##

The Attempt at a Solution


I'm not getting the right answer here:

$$\left \langle x^2 \right\rangle= α^2\int ^{\infty} _{-\infty} \psi ^* x^2 \psi dx = α^2\frac{\hbar}{2m\omega}\int ^{\infty} _{-\infty} \psi ^* [(a_+)^2 + (a_+ a_- )+(a_- a_ )+(a_- )^2]\psi dx$$

This follows from the fact that ##x^2## can be defined by ##x=\sqrt{\frac{\hbar}{2m\omega}}(a_+ +a_- )##

Because of the orthogonality of ##\psi _n## with ##\psi _m## we can cancel the first and last terms out, leaving ##(a_+ a_-)+(a_- a_ )##

If I'm not mistaken, this should mean the integral goes to zero because ##a_{\pm}\psi _0 = 0##?

I know the correct answer is ##\frac{\hbar}{2m\omega}##

If somebody could point me in the right direction, I would appreciate it.
 
Physics news on Phys.org
Astrum said:
If I'm not mistaken, this should mean the integral goes to zero because ##a_{\pm}\psi _0 = 0##?
You are mistaken. There is an error in that last equation.

Astrum said:

Homework Statement


Compute ##\left \langle x^2 \right\rangle## for the states ##\psi _0## and ##\psi _1## by explicit integration.
My interpretation of "explicit integration" is that you have to integrate functions of x, not work with operators.
 
If I'm not suppose to use operators, that would mean I would just directly integrate through with ##x^2##?

I'm fairly certain I'm expected to use operators. From a few pages back (direct quote):

There's a beautiful device for evaluating integrals of this kind (involving powers of ##x## or ##p##): use the definite to express ##x## and ##p## in terms of the raising and lowering operators.

I think I noticed my mistake, which was that the final product should be ##\psi ^* [(a_+ a_- )\psi + (a_- a_+ )\psi] = \psi ^2##

$$α^2\frac{\hbar}{2m\omega}\int ^{\infty} _{-\infty}e^{-\xi ^2}dx$$

Something doesn't feel right here.
 
The notation is a bit inconvenient. It's much easier to use the bra-ket notation. So let |n \rangle be the normalized eigenvectors of the number operator \hat{N}=\hat{a}^{\dagger} \hat{a}.

Further you need
\hat{a} |n \rangle=\sqrt{n} |n-1 \rangle, \quad \hat{a}^{\dagger} |n \rangle=\sqrt{n+1} |n+1 \rangle.
Then it's easy to evaluate
\langle n|(\hat{a}+\hat{a}^{\dagger})^2 |n \rangle =\langle n|(\hat{a}^2+\hat{a}^{\dagger 2} + \hat{a} \hat{a}^{\dagger} + \hat{a}^{\dagger} \hat{a} |n \rangle ,
using the above equations and the orthonormality of the eigenstates,
\langle n'|n \rangle=\delta_{nn'}.
 
Astrum said:
If I'm not suppose to use operators, that would mean I would just directly integrate through with ##x^2##?

I'm fairly certain I'm expected to use operators. From a few pages back (direct quote):

There's a beautiful device for evaluating integrals of this kind (involving powers of ##x## or ##p##): use the definite to express ##x## and ##p## in terms of the raising and lowering operators.
It is just my interpretation of the question. It could be that the question is asking to use explicit in order to contrast with the same calculation using operators.

Astrum said:
##\psi ^* [(a_+ a_- )\psi + (a_- a_+ )\psi] = \psi ^2##
That is not correct. You have to get a different result for ##\psi_0## and ##\psi_1##. (And note that ##\psi^2 \neq \psi^* \psi = |\psi|^2##).
 
Argh. Sorry, I overread that you are forced to solve the question by "direct integration".

The trick is to use a generating function for all the moments of x needed. In this case it's simly
f(z)=\int_{-\infty}^{\infty} \exp(-z x^2)=\sqrt{\frac{\pi}{z}}.
Then you get all moments by differentiation (for odd powers of x you get of course 0 anyway),
\int_{-\infty}^{\infty} x^{2n} \exp(-z x^2)=(-1)^n \frac{\mathrm{d}^n}{\mathrm{d} z^n} f(z).
 
DrClaude said:
It is just my interpretation of the question. It could be that the question is asking to use explicit in order to contrast with the same calculation using operators.


That is not correct. You have to get a different result for ##\psi_0## and ##\psi_1##. (And note that ##\psi^2 \neq \psi^* \psi = |\psi|^2##).

I worked out the integral in post #3 and it came out correct for ##\psi _0##, so I'm not sure what's going on now, I haven't tried it yet for ##\psi _1 ##, but I think it'll work out.
 
Astrum said:
I worked out the integral in post #3 and it came out correct for ##\psi _0##, so I'm not sure what's going on now, I haven't tried it yet for ##\psi _1 ##, but I think it'll work out.
Yes
$$
\psi_0^* (a_+ a_- + a_- a_+) \psi_0 = \psi_0^* \psi_0
$$
but
$$
\psi_1^* (a_+ a_- + a_- a_+) \psi_1 \neq \psi_1^* \psi_1
$$
 
Astrum said:
I worked out the integral in post #3 and it came out correct for ##\psi _0##, so I'm not sure what's going on now, I haven't tried it yet for ##\psi _1 ##, but I think it'll work out.

You are missing an x^2 in #3.
 
Back
Top