Solving an Ensemble of Particles Wave Function Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
leoflindall
Messages
38
Reaction score
0
b]1. Homework Statement [/b]

I have the soloution to this question, but am confused as to what has been done between each step between lines 2,3,4. Can anyone explain how they have been simplified (espicially what happened to the operator) and what the value of the intergral is? I think I am just missing something here...

Any help would be greatly appreciated!

Leo

The Question and solution are as follows,

Suppose, an ensemble of particles of mass, M, is prepared in a state as below

The Wave function = [tex]\sqrt{\frac{2}{L}}[/tex] cos ([tex]\frac{\Pi x}{L}[/tex] Between L/2 and -L/2, and is 0 otherwise.

Evaluate the expectation value {H} [tex]\psi[/tex] for an energy measurement on an en-
semble of particles prepared in [tex]\psi[/tex] (x)


The Solution

The soloution is shown in the reply below, for somereason, it wouldn't write it all out here. Exscuse the poor latex. PLease also note that h= h bar and the intergral is between limits of L/2 and -L/2


Cheers Guys!
 
Last edited:
Physics news on Phys.org


{H} = [tex]\frac{2}{L}[/tex][tex]\int[/tex]cos( [tex]\frac{x\Pi}{L}[/tex] )( [tex]\frac{P^2}{2M} )cos(\frac{x\Pi}{L}[/tex] .dx

= [tex]\frac{1}{ML}\int[/tex]cos([tex]\frac{x\Pi}{L}[/tex])(-ihd/dx)cos([tex]\frac{x\Pi}{L}[/tex]) .dx

= [tex]\frac{h^{2}}{ML}[/tex] ( [tex]\frac{\Pi^{2}}{L^{2}}[/tex] ) [tex]\int[/tex] cos[tex]^{2}[/tex] ( [tex]\frac{\Pi x}{L}[/tex] ) .dx

= [tex]\frac{h^{2} \Pi^{2}}{2ML^{2}}[/tex]
 


In quantum mechanics momentum is an operator defined by

[tex]\mathbf{p}=i\hbar\nabla\rightarrow p=i\hbar\frac{\partial}{\partial x}[/tex]

for a 1D problem. Since you have [itex]p^2[/itex], this gives you

[tex]\mathbf{p}^2=-\hbar^2\nabla^2\rightarrow p^2=-\hbar^2\frac{\partial^2}{\partial x^2}[/tex]

So between lines 1 and 2, you have that (and you were missing a squared term)

[tex]\langle H\rangle=-\frac{\hbar^2}{ML}\int\cos\left[\frac{\pi x}{L}\right]\cdot\frac{\partial^2}{\partial x^2}\cos\left[\frac{\pi x}{L}\right]dx[/tex]

You should know that the second derivative of cosine gives you

[tex]\frac{\partial^2}{\partial x^2}\cos[\alpha x]=-\alpha\frac{\partial}{\partial x}\sin[\alpha x]=-\alpha^2\cos[\alpha x][/tex]

Using this between 2 and 3, you get

[tex]\langle H\rangle=\frac{\hbar^2}{ML}\,\frac{\pi^2}{L^2}\int\cos^2\left[\frac{\pi x}{L}\right]dx[/tex]

Performing this integral gives

[tex]\langle H\rangle=\frac{\hbar^2}{ML}\,\frac{\pi^2}{L^2}\cdot\left(\frac{\sin\left[2\pi x/L\right]}{4\cdot\pi/L}+\frac{x}{2}\right)[/tex]

Which, evaluating at the limits of +L/2 and -L/2, we get

[tex]\langle H\rangle=\frac{\hbar^2}{ML}\,\frac{\pi^2}{L^2}\cdot\frac{L}{2}[/tex]

Which reduces to

[tex]\langle H\rangle=\frac{\pi^2\hbar^2}{2ML^2}[/tex]
 


That makes perfect sense! I think it was a stupid error on my part, missing out the squared term on the operator threw me off.

Thanks for your help!

Leo