Does the ground state wave function in QM problems have any zeros?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
15 replies · 2K views
LagrangeEuler
Messages
711
Reaction score
22
Is there some mathematical prove that for ground state in QM problems wave function doesn't have any zeros?
 
Physics news on Phys.org
Could you tell me some reference or link where I can find it.
 
I have shown that for infinite square well and linear harmonic oscillator, but I don't know how to show that for any potential ##V(x)##.
[tex]\frac{d^2\phi}{dx^2}+\frac{2m}{\hbar^2}(E-V(x))\phi(x)=0[/tex]
That means that ##\frac{d\phi}{dx}=0##, ##\frac{d^2\phi}{dx^2}<0##
 
I don't understand. Wave function in ground state has one maximum. So for some ##x=a##, ##\frac{d\phi}{dx}|_{x=a}=0##, ##\frac{d^2\phi}{dx^2}|_{x=a}<0## and point ##a## is unique in the whole region. Right? I think that is the logic, but I still don't know how to prove that.
 
Last edited:
Average value of derivative of wave function is zero. Right?
[tex]\frac{1}{b-a}\int^b_a \frac{d\psi}{dx}dx=\frac{1}{b-a}(\psi(b)-\psi(a))[/tex]
This is result for any state, and not just for ground state.
 
I'm trying. Ground state must have one stationary point ##\frac{d\phi}{dx}|_{x=a}=0##. All other states has more then one stationary point. That stationary point is maximum, so ##\frac{d^2\phi}{dx^2}|_{x=a}<0##. From some point to ##a## function ##\phi(x)## increase, and then decrease. Maybe u want me to see that the point ##a## is in the middle of this two intervals. That's the case in the problem that I saw till now.
 
I tried to prove but I still don't know how. Tnx for your answer.
 
Suppose you have a wave function with a simple zero at x=a. Thus, near x=a we can write ψ(x)=c*(x-a), where c is a constant.

Let ε be a small length, and consider the following alternative wave function:
χ(x) = -ψ(x) for x < a-ε
χ(x) = cε (that is, constant) for a-ε < x < a+ε
χ(x) = +ψ(x) for x > a+ε

Compute the expectation value of the hamiltonian in ψ and in χ, and show that the expectation value in χ is smaller than it is in ψ. This implies that ψ cannot be the ground state, because the ground state minimizes the expectation value of H. Therefore, ψ cannot have a zero.
 
Avodyne said:
Suppose you have a wave function with a simple zero at x=a. Thus, near x=a we can write ψ(x)=c*(x-a), where c is a constant.

Let ε be a small length, and consider the following alternative wave function:
χ(x) = -ψ(x) for x < a-ε
χ(x) = cε (that is, constant) for a-ε < x < a+ε
χ(x) = +ψ(x) for x > a+ε

Compute the expectation value of the hamiltonian in ψ and in χ, and show that the expectation value in χ is smaller than it is in ψ. This implies that ψ cannot be the ground state, because the ground state minimizes the expectation value of H. Therefore, ψ cannot have a zero.

Very nice argument.