Testing if the momentum operator is Hermitian

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
4 replies · 32K views
kkan2243
Messages
2
Reaction score
0
Hi. I'm not too good at maths and I'm having some trouble figuring out the basics of what to do with complex conjugates of functions.

Our lecturer has set a couple problems requiring us to test if a few operators are Hermitian. Before I can get to those I thought I'd test the basic momentum operator: [tex](\frac{\hbar}{i} \frac{\partial}{\partial x})[/tex].

Using integration by parts:

[tex]\int_{-\infty}^\infty \Psi^\ast(x,t) (\frac{\hbar}{i} \frac{\partial}{\partial x}) \Psi(x,t) dx = \frac{\hbar}{i} [\Psi^\ast(x,t)\Psi(x,t)]^\infty_{-\infty} - \int_{-\infty}^\infty \Psi(x,t) (\frac{\hbar}{i} \frac{\partial}{\partial x}) \Psi^\ast(x,t) dx[/tex]

Now how do I deal with the first term? Does it reduce to 0 somehow? I recongnise that the second term should be equal to the LHS for the momentum operator to be shown as Hermitian.

Cheers. Kaan

EDIT: sorry, I found the answer https://www.physicsforums.com/showthread.php?t=138552"
 
Last edited by a moderator:
Physics news on Phys.org
Yes first term on RHS goes to zero because of the normalization condition on the wavefunction [tex]\Psi(x,t) ->0[/tex] as [tex]x-> \infty[/tex] ( or [tex]-\infty[/tex] ).

So you're left with:

[tex]\int_{-\infty}^\infty \Psi^\ast(x,t) (\frac{\hbar}{i} \frac{\partial}{\partial x}) \Psi(x,t) dx = \int_{-\infty}^\infty \Psi(x,t) (-\frac{\hbar}{i} \frac{\partial}{\partial x}) \Psi^\ast(x,t) dx[/tex]

Thus the Hermitian condition, [tex]\int_{-\infty}^\infty \Psi^\ast(x,t) \hat{P} \Psi(x,t) dx = \int_{-\infty}^\infty \Psi(x,t) \hat{P^\ast} \Psi^\ast(x,t) dx[/tex]

is satisified since the conjugate of the momentum operator is just minus the momentum operator.
 
Is this a valid proof?

Given an arbitrary ket [tex]|a\rangle[/tex]:

[tex]\langle a|\hat{\textbf{p}}a\rangle[/tex]

[tex]=\langle \hat{\textbf{p}}^{\dagger}a|a\rangle[/tex]

If [itex]\hat{\textbf{p}}[/itex] is Hermitian, then

[tex]\hat{\textbf{p}}^{\dagger}=\hat{\textbf{p}}[/tex]

So

[tex]\langle \hat{\textbf{p}}^{\dagger}a|a\rangle = \langle \hat{\textbf{p}}a|a\rangle[/tex]

[tex]=\left(\langle a|\hat{\textbf{p}}a\rangle\right)^{*}[/tex]
 
You can't assume P is hermitean, you have to prove such thing ! You can't prove it in the abstract Dirac language. You must choose a Hilbert space. Define the operators and only then check for properties such as continuity/boundedness, hermiticity, unitarity, etc.