4

Example A and B, where the only difference is the movement speed of the observer

The question I have about it is how we can get the same result of net force acting on the individual protons if we judge the system from 2 different reference frames. One using more of the magnetic part of the electromagnetism, other more of electrical part of it to calculate the forces.

So I'll try to explain my understanding of it trough these two examples in which I get different results of particle acceleration depending on the different reference frames named in the Picture as "observer reference frames".

For simplicity I've decided to ignore the magnetic field created by the particles spins. I think they do not matter for this mental excercise.

In example A, both protons are traveling in the same direction and with the SAME speed. If the observer is stationary, he sees both of them moving away from him at the same speed. Because the protons have the same charge, they are repelled away from eachother by electrostatic force. But because they are moving, the upper proton creates a magnetic field around itself and that field acts on the other proton in such a way to push him up (towards the other proton). The same is true for the other proton which magneticaly attracts the other proton. The direction net force is dependant on the speeds of protons and how far away from eachother they are. So in one case they might attract eachother (high speeds) and in other case repel (close together).

Now let's look at example B. The observer is traveling at the same speed as the protons and in the same direction. The protons according to the observers aren't moving. So magnetic force doesn't appear between the protons. The only thing the protons feel according to the observer is the repulsive electrostatic force between them, so the protons, no matter how far away from eachother they are or at what velocity they are traveling (according to the stationary observer from case A) Will always repel eachother.

Now this entirely contradicts itself. Does this have something to do with time dilation and space contraction effects? And if so, how?

I've read the examples of a current conducting wire and it's effect on a moving independant charge. That picture makes sense because of space contraction, so there are more of opposite (stationary) charges in the same volume of space (in a wire) than if the charges weren't moving relative to eachother. That creates an electrostatic force which can in different reference frame be considered a magnetic force. But here we do not have the "help" from those opposite charges. And I believe the same effect still occures. How?

Qmechanic
  • 220,844
MaDrung
  • 1,322

4 Answers4

4

Short answer:

Force is not a Lorentz invariant and neither is acceleration. The protons always repel each other, with a force that combines the electric and magnetic components of the Lorentz force and depends on the frame of reference of the observer, but which is maximised in their rest frame and which approaches zero as the protons become ultra-relativistic.

Details:

Exactly your question is dealt with in Purcell & Morin "Electricity & Magnetism" 3rd ed. p.264.

The problem you may be having is in thinking that force is a relativistic invariant - it is not.

Electric and magnetic fields are transformed when looking at them from a different frame of reference.

In the stationary frame of the protons then there is just the Coulomb repulsion between them given by $$F_{\rm rest} = e\vec{E}_{\rm rest} = \frac{e^2}{4\pi \epsilon_0 r^2}\hat{r} ,$$ where $\vec{E}_{\rm rest}$ is the E-field of a stationary proton.

In the lab frame, the electric field in the direction between the two protons is increased by the Lorentz factor to $\vec{E}_{\rm lab} =\gamma \vec{E}_{\rm rest}$, where $\gamma = (1-v^2/c^2)^{-1/2}$ and where $\gamma \geq 1$. At the same time, there is a magnetic field caused by the motion of the protons and this contributes a force $e \vec{v} \times \vec{B}_{\rm lab}$, where $\vec{B}_{\rm lab}$ is the B-field measured in the lab frame.

The lab B-field is found using the appropriate transform as $$ \vec{B}_{\rm lab} = -\frac{\gamma}{c^2} \vec{v} \times \vec{E}_{\rm rest}$$

Thus the force between the protons on the lab frame is $$F_{\rm lab} = e(\vec{E}_{\rm lab} + \vec{v}\times \vec{B}_{\rm lab}) = e (\gamma \vec{E}_{\rm rest} - \frac{\gamma v^2}{c^2} \vec{E}_{\rm rest}) = \frac{e \vec{E}_{\rm rest}}{\gamma} = \frac{F_{\rm rest}}{\gamma}. $$ This is exactly as required by the rules for transforming forces under special relativity. The force acting between the two protons is smaller in the lab frame and approaches zero as the protons become more and more relativistic.

If you had arranged it so your proton beams travelled in parallel lines then you must also have arranged for some force to act in the direction opposing the proton's mutual repulsion. This force would transform in exactly the same way, so that if there was no net acceleration in the lab frame then there would be no net acceleration in the proton rest frame either.

ProfRob
  • 141,325
0

I feel you are missing the relativistic formulas for the electromagnetic fields spread by uniformly moving charges. These can be found as formulas (1538), (1539) in this link.

In this case the velocity of the moving charges matters in both moving frames so you should get the same physical phenomena.

0

Now this entirely contradicts itself. Does this have something to do with time dilation and space contraction effects? And if so, how?

Forces are different in different frames, and that is not a problem. If force was zero in some frame and non-zero in another frame, that would be a problem, but luckily there is a repulsive force between those two protons in all frames.

In the proton pair's frame it takes some time for the protons to move some distance apart. In another frame that time is longer, this is the time dilation effect. If the protons are moving very fast, then the force between them is very small, and it takes very long time for the proton's to move some distance apart.

stuffu
  • 2,374
-1

In case of 2 equal charged particles of charge $e$ (as the proton) at rest in a reference frame their mutual force is according to Colomb's law the well-known formula (in SI-units): $F=\frac{e^2}{4\pi \epsilon r^2}$

$r$ is the distance between both, and $\epsilon$ the dielectricity constant of the medium. If both particles move with velocity $v$ if observed from another reference frame its force (both electric and magnetic force are considered in the following) is

$F=\frac{e^2}{4\pi \epsilon r^2}\left(1-\frac{v^2}{c^2}\right)$ (to be multiplied by $\times\gamma$, see below)

where $c$ is the speed of light. If $v=0$ the old Colomb's law is recovered. On the other hand in case both protons move at speed of light $c$ the force between is zero. In other words: at speed of light electric colomb force and magnetic Lorentz force cancel out each other (in this particular case). This is how electrodynamics works. Length contraction only happens in the direction of motion which is perpendicular of the direction of force, it does not play any role here. You could imagine that due to the time dilation which infinite at speed of light that the repulsion is in fact frozen, it fits with the intuitive view one might have on this effect. A derivation of this formulas can be found in the standard textbooks, Jackson for instance.

Edit: Apparently the second formula has to be corrected by a factor $\gamma$. Then it turns out to be $F=\frac{e^2}{4\pi \epsilon r^2}\sqrt{1-\frac{v^2}{c^2}}$ The qualitative argumentation is not changed, however.

Lagrangian
  • 10,439