PDA

View Full Version : about negative probability.


somy
Oct26-04, 04:24 AM
I have noticed a formula in which Cn (the probability density of the nth state ) was somthing like this:

Cn=1/ih*(...)

The probability of this state is then negative.
Can someone tell me about the physical interpretation of negative probability?
Thanks a lot.
:smile:

Norman
Oct26-04, 01:13 PM
I have noticed a formula in which Cn (the probability density of the nth state ) was somthing like this:

Cn=1/ih*(...)

The probability of this state is then negative.
Can someone tell me about the physical interpretation of negative probability?
Thanks a lot.
:smile:


I am not sure but C_n = \frac{1}{i \hbar} is a complex number. Typically to get the probability density for a state you take the complex conjugate wavefunction times the wavefunction:

\newcommand{\mean}[1]{{<\!\!{#1}\!\!>}}
\newcommand{\braket}[2]{{<\!\!{#1|#2}\!\!>}}
\newcommand{\braketop}[3]{{<\!\!{#1|\hat{#2}|#3}\!\!>}}
\braket{\Psi}{\Psi} \equiv \int \Psi^*(x) \Psi(x)\,dx

Tom Mattson
Oct26-04, 04:01 PM
That's right, Norman. Cn is the amplitude of that eigenstate, and it is complex. The probability of finding the particle in the nth state is |Cn|2, provided that the eigenfunctions in the overall wavefunction are all orthonormal.

jcsd
Oct26-04, 05:19 PM
Though that doesn't mean to say that for some wave equations the probabilty density associated with them is always necessarily positive.....

Tom Mattson
Oct26-04, 05:40 PM
Though that doesn't mean to say that for some wave equations the probabilty density associated with them is always necessarily positive.....

Yes, we'd need to know if he is talking about a Schrodinger wavefunction or a Klein-Gordon wavefunction.

In the latter case, the probability density is not positive definite, and it was at first thought that the KG equation was fatally flawed for that reason. But later KG was brought back to life by an re-interpretation (I forget by whom) of the KG probability density as an electric charge density (which of course is not required to be positive definite).

yxgao
Oct26-04, 07:47 PM
I have seen negative probabilities as well - what does it mean physically?

somy
Oct30-04, 03:25 AM
Thanks guys!
I did a silly mistake!!!
By the way Tom, can you tell me more about KG equations?
Thanks a lot.
Somy

Tom Mattson
Nov1-04, 12:01 PM
1. The Klein-Gordon Equation
The Klein-Gordon (KG) equation was the first attempt at formulating relativistic quantum mechanics. Start from the relativistic energy-momentum relation for a free particle (in natural units):

p2+m2=E2.

Now take the usual quantization rules:

p=-igrad, E=i(∂/∂t).

Plugging those into the energy-momentum relation gives the KG equation:

[-(grad)2+m2]φ(x,t)=(-i∂/∂t)φ(x,t)

Now if we define the 4-gradient and 4-position as follows:

∂μ=(-grad,∂/∂t)
xμ=(x,-t),

we can write the KG equation in manifestly covariant form:

[∂μ∂μ+m2]φ(xμ)=0

2. The KG Probability 4-Current

Start with the system of the KG equation and its complex conjugate:

[∂μ∂μ+m2]φ(xμ)=0
[∂μ∂μ+m2]φ*(xμ)=0

Now left-multiply the first equation by φ*(xμ) and the second equation by φ(xμ), and subtract them. Suppressing the functional dependence of φ on xμ, we have:

φ*∂μ∂μφ-φ∂μ∂μφ*=0,

which can be rewritten as:

∂μ(φ*∂μφ-φ∂μφ*)=0.

This is the KG continuity equation, and the quantity in blue is the KG 4-current density, whose timelike piece is the KG probability density. As you can see, it is not positive definite.

somy
Nov2-04, 01:12 AM
Thank Tom.
It was very clear and useful.