3

Roughly speaking, Quantum Electrodynamics tells us that electromagnetic fields are really made up of photons (so I'm told). What does a uniform electric field in a specific direction look like in terms of photons? The same question goes for a uniform magnetic field.

In other words, are the photons traveling small amounts parallel/perpendicular to the field, and being created/annihilated?

I've never taken QFT, so please keep the explanation to an undergraduate physics level.

2 Answers2

2

please keep the explanation to an undergraduate physics level.

I will try.

Photons are quantum mechanical particle/entities, and their behavior in interacting with other particles is mathematically described by what is called quantum field theory. Some years ago I found in a blog how classical fields emerge from quantum fields, which is adequate to describe the mathematical transition from the quantum mechanical frame with photons to the classical electromagnetic waves of Maxwell equations. A great number of photons make up the classical light waves, and this can be seen experimentally here, in a double slit experiment one photon at a time.

With this model as a reference, i.e. that zillion of photons build up the classical electromagnetic wave one can go a step further, by imagining very very low frequency photons making up light of kilometer wavelength. The classical electromagnetic wave is described as

elmwave

Electromagnetic waves can be imagined as a self-propagating transverse oscillating wave of electric and magnetic fields. This 3D animation shows a plane linearly polarized wave propagating from left to right. The electric and magnetic fields in such a wave are in-phase with each other, reaching minima and maxima together

One can imagine taking the mathematical limit of the wavelength to infinity:the electric field would tend to a constant.

Given the mathematics of building up the classical light by photons, it is reasonable to use the model of virtual photons that build up the static fields. One can never know if a static classical field exists, unless an interaction with it happens. In quantum field theory this interaction always happens with virtual photons so the whole framework is consistent.

anna v
  • 233,453
  • Really nice answer. – Árpád Szendrei Jun 23 '20 at 16:51
  • (OP) Thank you for the answer, but I'm still confused about how the direction of the virtual photons is related to the direction of the electric field. Would the virtual photons be traveling perpendicular to the field, so that the electric components point in the right direction? Also, what happens to the B field of the waves? Do they cancel out somehow, only leaving the E part? – user3433489 Jun 24 '20 at 02:02
  • the same argument goes for the B fields. Virtual photons are only place holders within an integration. It will depend on the mathematics of the integration on whether the fields built up are attractive or repulsive, which is the only direction that can be attributed to fields. The classical fields, field lines, also arise because of fitting specific observations. If there were no test charges imagined in drawing the lines there would be no way of drawing them. The fields, electric and magnetic are given a mathematical representation that fits the data between charges (and magnets).l – anna v Jun 24 '20 at 03:39
  • So are the virtual photons of infinite wavelength traveling perpendicular to the E field? – user3433489 Jun 28 '20 at 15:22
  • virtual photons are mathematical expressions, Real photons build in a complicated mathematical way the electromagnetic waves, light. The mathematics of virtual photons building the mathematics of the electric field of a charge will be much more complicated and boggles my mind, btw photons do not have a wavelength, the probability of finding them has. – anna v Jun 28 '20 at 16:41
  • Okay thank you for explaining. – user3433489 Jun 29 '20 at 12:32
1

Before answering this, I need to point out that a pure uniform electric or magnetic field is not a Lorentz invariant idea: different reference frames see different combinations of $E$ and $B$ fields, so I am not sure what use a description as virtual particles would have.

At the undergraduate level: avoid QFT and virtual particles. But, if you must think of virtual particles, do so as follows:

When we scatter particles, say elastic electron proton scattering:

$$ e + p \rightarrow e + p $$

all we know are the initial and final states. Each of which contain an electron and a proton, both of which are treated as non-interacting plane-waves. What happens in between is: everything. In Feynman's path integral formulation for the scattering, we add up the amplitudes for all possible particle/field configurations to get the amplitude for the process.

Now for simple problems, like Young's double slit where there are two dominate paths: (1) the particle goes through the left slit or (2) the particle goes through the right slit, that looks like:

$$ M(x) = M_L(x) + M_R(x) $$

here $x$ is the position at the detector. When you find the probability:

$$ P(x) \propto ||M(x)||^2 = ||M_L(x)||^2 + ||M_R(x)||^2 + 2M_L(x)M_L(x) $$ $$ P(x) = P_L(x) + P_R(x) + P_{int}(x) $$

voila, you have discovered particles show in wavelike interference ($P_{int}(x) $).

However, in more complex scenarios like $ep$ scattering, the exact superposition of intermediate states is completely intractable.

Enter perturbation theory. One can expand the amplitude into an infinite power series in the fine structure constant:

$$ \alpha =\frac {e^2} {\hbar c} \approx \frac 1 {137} $$

and the leading term can be drawn:

enter image description here

The wiggly line shows the intermediate state. It is a configuration of the electromagnetic field that transfers energy ($\nu$) and momentum ($\vec q$):

$$ q^{\mu} = (\nu, \vec q) = p^{\mu}-p'^{\mu} = k^{\mu}-k'^{\mu} \equiv -Q^2$$

and it has polarization:

$$ \epsilon = [1 + 2\frac{|\vec q|^2}{Q^2}\tan\frac{\theta}2]^{-1}$$

and no charge (it's purely electromagnetic field). It looks like a photon. It looks so much like a photon, we call it one, albeit virtual. It's virtual because when we look at the mass, $m$, we have:

$$ m^2 = q^2 \approx 4EE'\sin^2{\frac{\theta} 2} < 0$$

where $E$ ($E'$) is the initial (final) electron energy. So the squared mass is negative: that does not make sense for a real particle.

Higher order terms may look something like:

enter image description here

in which the virtual photon has produced an electron-positron pair with arbitrary 4-momentum running around thee loop.

Since all the terms in the perturbation series can be drawn as diagrams, and all the diagrams you can draw (with some rules) are in the perturbation series, virtual particles are an extremely handy tool for talking about processes.

For instance, if you want to discuss measuring the strange quark sea polarization in the proton via parity violating elastic scattering, you draw these 2 diagrams:

enter image description here

so that the parity violating signal is the interference between a photon and Z exchange.

If you want to predict the anomalous magnetic moment of the muon, which has been measured to better than 7 digits, you need to consider thousands of terms involving various intermediate states:

enter image description here

each of which is critical to getting the correct answer.

So virtual particles are a phenomenal tool for designing experiments or understanding processes whose exact quantitative nature are intractable, where they are not useful is in describing static field configurations.

JEB
  • 33,420