1

In http://www.physics.ucdavis.edu/~cheng/teaching/230A-s07/rqm2_rev.pdf, it says that when there is some external potential, the Klein-Gordon equation is altered, and it says the following:

The solution $\Psi$ can always be expressed as a superposition of free particle solutions, provided that the latter form a complete set. They from a complete set only if the negative energy components are retained, so they cannot be simply discarded.

Can anyone explain what this is talking about? First of all, what is a complete set? And why does forming a complete set require negative energy components being retained? Why is the equation (solutions, I guess) need to be a complete set?

1 Answers1

1

This statement is false. The positive energy solutions of the free Klein Gordon equation form a complete set. What this means is that any wavefunction of the form $\psi(x)$ where x ranges over space not time, can be written as a sum of free-particle solutions.

In this case, the way you do it is by Fourier transform: you write $\psi(x)$ as

$$ \psi(x) = \int e^{ik\cdot x} \psi(k) dk $$

and this expands an arbitrary function, and then you make it time dependent by replacing $e^{ik\cdot x}$ with $e^{ik\cdot x - i E_k t}$ where $E_k = \sqrt{k^2 + m^2}$. The result gives the positive energy time evolution of any initial wavefunction data.

This is no good not because it isn't complete, but because it isn't local-- the single particle positive energy solutions go places faster than light. This requires making a multiparticle theory to fix the formalism.

The completeness is not completeness in the sense of expressing every solution of the Klein Gordon equation in terms of initial data, because the initial data for KG is the function $\psi$ and it's first time derivative. This is not the data you specify for a quantum mechanical wavefunction, it's the data for a classical field.

The book is confused on this issue, and you should skip this part.

  • I will skip this part, but question: so how is adding negative energy lead to locality being preserved? And how is this related to multiparticle theory..? – Paul Reubens Oct 08 '12 at 05:22
  • I am thinking... this seems to again be related with Fourier transform, but not sure. – Paul Reubens Oct 08 '12 at 05:23
  • @PaulReubens: It's not directly related, becuase the field is the field and the wavefunction is the wavefunction. Try to conceptually separate the two at first. Later, you will see that for asymptotic particles or for perturbative virtual particles, they obey the free equation for the field, so you can identify the two concepts to a large degree. Historically this is a massive confusion, and it infects nearly all the literature with a few exceptions. I would add that Feynman confused fields and wavefunctions in the 1940s, but did so correctly, it is not totally wrong, just suboptimal. – Ron Maimon Oct 08 '12 at 14:44
  • @RonMaimon You say "...the single particle positive energy solutions [of the KGE] go places faster than light." Can you give a proof or explanation? Since the single particle positive energy solutions obey the KGE, which is relativistically invariant, how can they go faster than c? – Michael B. Heaney Jun 29 '18 at 21:11
  • @MichaelB.Heaney see https://physics.stackexchange.com/questions/506183/is-the-phase-velocity-of-plane-wave-solutions-of-the-klein-gordon-equation-large – jak Nov 01 '19 at 13:29
  • @jak The link you gave says "phase velocity >, but this has nothing to do with information or energy transfer..." It is the group velocity, which is always <c, that can convey information and energy transfer. – Michael B. Heaney Nov 01 '19 at 17:17
  • @MichaelB.Heaney sure. Ron also didn't say that superluminal information transfer is going on. It's just that if we look at a single particle (a single plane wave) in isolation we notice that it moves with a velocity larger than $c$. Of course, this is not something that we can observe in nature. A physical particle is describes by a wave packet and moves with $v<c$. But your question seemed to be why positive energy solutions of the KGE can move faster than $c$ and the link I provided answers this question. – jak Nov 03 '19 at 09:27