Lorentz Transformation of Electric & Magnetic Fields Visualized

In summary, this tool calculates and visualizes how the electric and magnetic fields transform under a Lorentz boost. Thought I'd share it here, in case anyone finds it interesting.
  • #1
SiennaTheGr8
491
193
TL;DR Summary
I made a tool for visualizing how electric and magnetic fields transform under a Lorentz boost.
I made a tool for calculating and visualizing how the electric and magnetic fields transform under a Lorentz boost. Thought I'd share it here, in case anyone finds it interesting.

https://em-transforms.vercel.app/
 
  • Like
Likes Ishika_96_sparkles, umby, robphy and 4 others
Physics news on Phys.org
  • #2
I tried some examples and they were correctly transformed.
 
  • Like
Likes Ishika_96_sparkles and SiennaTheGr8
  • #3
Nice.

It might be interesting to optionally show the components of E and B,
that are parallel and perpendicular to the boost velocity.
 
  • Like
Likes umby and SiennaTheGr8
  • #4
robphy said:
Nice.

It might be interesting to optionally show the components of E and B,
that are parallel and perpendicular to the boost velocity.
Good idea. Couple of other possibilities I'm considering:

- Poynting vector
- Lorentz force for a particle whose charge and unprimed velocity can be specified by the user
 
  • #5
  • Like
Likes vanhees71
  • #6
What's also a great insight is that the electromagnetic field components establish the representation of the proper orthochronous Lorentz group as ##\mathrm{SO}(3,\mathbb{C})##, i.e., the complex ##\mathbb{C}^{2\times 2}## matrices that keep the bilinear form ##\vec{x} \cdot \vec{y}=x_1 y_1 +x_2 y_2 +x_3 y_3## invariant, where ##\vec{x},\vec{y} \in \mathbb{C}^3##. Note that this of course does NOT define a scalar product on ##\mathbb{C}^3##, which must be defined as a sesquilinear form!

That can be seen by introducing the Riemann-Silberstein field,
$$\vec{F}=\vec{E}+\mathrm{i} \vec{B}.$$
The rotations are of course represented by the usual real rotation group ##\mathrm{SO}(3)## (indeed the elctric and magnetic field components transform as vectors under rotations), while the boosts are represented by rotation matrices with purely imaginary angles ##\mathrm{i} \eta##, where ##\eta## is the rapidity of the boost.
 
  • #7
I wonder if there is a good graphical way to represent a tensor. I mean, a vector is graphically represented as an arrow, but a tensor is a different thing and it would be nice to represent the EM tensor directly as a tensor.
 
  • Like
Likes robphy
  • #8
For one-forms you find a nice picture in MTW (Fig. 2.4 on p. 55).
 
  • Like
Likes Dale and robphy
  • #9
Along the lines of MTW's visualizations of "directed quantities" (based on Schouten and further developed by Burke),
I've been trying to visualize the EM-tensor in spacetime as a pair of bivectors (ideally, a pair of one-forms).
Somehow, computational-graphically, the next step is to extract the spatial quantities (a one-form and two-form in space) based on a chosen 4-velocity. Then [using the Euclidean spatial metric and 3-volume-form] obtain the Electric field vector and the Magnetic field pseudovector.

If done correctly, this should agree with the transformation formulae.
 
Last edited:
  • Like
Likes vanhees71 and Dale
  • #10
vanhees71 said:
For one-forms you find a nice picture in MTW (Fig. 2.4 on p. 55).
There are also pictures in MTW of the Faraday tensor and its dual (which they call the Maxwell tensor) in Chapter 4 (Figures 4.4 and 4.5).
 
  • Like
Likes vanhees71
  • #11
Here's are 3 of Maxwell's Equations as spatial [twisted-] differential forms from Burke's Applied Differential Geometry

1663683172816.png

1663683191367.png
 
  • Like
Likes vanhees71
  • #12
robphy said:
Along the lines of MTW's visualizations of "directed quantities" (based on Schouten and further developed by Burke),
I've been trying to visualize the EM-tensor in spacetime as a pair of bivectors (ideally, a pair of one-forms).
Somehow, computational-graphically, the next step is to extract the spatial quantities (a one-form and two-form in space) based on a chosen 4-velocity. Then [using the Euclidean spatial metric and 3-volume-form] obtain the Electric field vector and the Magnetic field pseudovector.

If done correctly, this should agree with the transformation formulae.
I guess this is somehow equivalent to the calculation starting with (4.2.34) in

https://itp.uni-frankfurt.de/~hees/pf-faq/srt.pdf
 
  • #13
vanhees71 said:
I guess this is somehow equivalent to the calculation starting with (4.2.34) in

https://itp.uni-frankfurt.de/~hees/pf-faq/srt.pdf
Yes.
But the calculation I seek must be via geometrical construction first,
and, for that approach to be correct, it must agree with the algebraic calculation.In other words,
I am going to (for example)
  • use a geometrical construction with a "circle" to map a 1-form to a vector, and this mapping should be reversible [assuming a nondegenerate metric].
  • use a two-form and a vector and construct a one-form from it... and that one-form should yield zero contraction with that vector.
  • of course, everything above should be multilinear
I don't want to just do the algebraic calculation, then make a picture of it.
 
Last edited:
  • Like
Likes vanhees71
  • #14
I've added the option to show component-vectors parallel and perpendicular to the boost-velocity, and also the option to show Poynting vectors.

Oh, and fixed a bug that nobody seems to have noticed (or at least mentioned): I had a sign-error that was causing boosts in the negative x-direction to give exactly the same results as boosts in the positive x-direction.
 
  • Like
Likes vanhees71 and robphy
  • #15
SiennaTheGr8 said:
Oh, and fixed a bug that nobody seems to have noticed (or at least mentioned): I had a sign-error that was causing boosts in the negative x-direction to give exactly the same results as boosts in the positive x-direction.
It was actually a little tricky to figure out whether this was indeed a bug. Since I've never seen a similar visualization, my intuition wasn't quite there. What convinced me was configuring E = [0, 1, 0] and B = [0, 0, 1], which is like a light-wave moving in the positive x-direction, and reasoning that the fields should shrink when boosting "with" the wave and grow when boosting "against" it (they were shrinking both ways before).
 
  • Like
Likes vanhees71
  • #16
I made some updates:
  • You can now specify the mass, charge, and velocity of a particle co-located with the field vectors.
  • You can optionally have the visualization display the particle's velocity-vector, as well as the Lorentz force acting on it and the resulting acceleration vector.
  • You can hide the boost-velocity and the boosted quantities (helpful when you're interested in focusing on the particle's behavior in one frame).
  • The velocities (boost and particle) are now entered in spherical components and can point in arbitrary directions (before, the boost-velocity was limited to the x-axis).
  • I've added a few preset field-configurations. Would be interested in ideas for others to include.
Haven't really confirmed that the particle's dynamics are getting calculated correctly. Passes the eye-test, but I can't rule out bugs.

Link: https://em-transforms.vercel.app/
 
  • #17
robphy said:
possibly controlled by a slider... so that one could visualize a smooth transition,
rather than just the start and end configurations.

No slider, but I've added hotkeys, so now you can control the vectors without having to scroll down to the input-boxes. Also added some text areas at the top, including one that explains the hotkeys.
 
  • Like
Likes robphy and Sagittarius A-Star
  • #18
I made a couple of updates on this, in case anyone's interested:
  • You can now hide the field-vectors (and all quantities derived from them). If you do that, then the only displayable quantities are the boost velocity, the "unprimed" particle-velocity, and the "primed" particle-velocity, effectively turning the app into a "velocity-addition visualizer": https://em-transforms.vercel.app/?e...=false&showA=false&hideV=false&hideEandB=true
  • The app's state now saves to the URL as you fiddle with the options and controls, so that you can share or bookmark configurations of interest (like I did with the link above). The camera-state doesn't save, but everything else does.
https://em-transforms.vercel.app/
 
  • Like
Likes vanhees71, Ibix and Sagittarius A-Star

1. What is the Lorentz Transformation of Electric and Magnetic Fields?

The Lorentz Transformation of Electric and Magnetic Fields is a mathematical formula used to describe how electric and magnetic fields change when observed from different reference frames. It is a fundamental concept in the theory of relativity and is used to explain the behavior of electromagnetic waves.

2. Why is the Lorentz Transformation important?

The Lorentz Transformation is important because it helps us understand how electric and magnetic fields behave in different reference frames, which is crucial for understanding the principles of relativity and the behavior of electromagnetic waves. It also has practical applications in fields such as particle physics and astrophysics.

3. How does the Lorentz Transformation affect the speed of light?

The Lorentz Transformation does not affect the speed of light. According to the theory of relativity, the speed of light is constant and the same in all reference frames. The Lorentz Transformation simply describes how electric and magnetic fields change when observed from different frames of reference.

4. What is the difference between the Lorentz Transformation and Galilean Transformation?

The Lorentz Transformation and Galilean Transformation are two different mathematical formulas used to describe the relationship between space and time in different reference frames. The Galilean Transformation is based on classical mechanics and is valid for low speeds, while the Lorentz Transformation is based on the principles of relativity and is valid for all speeds, including the speed of light.

5. How is the Lorentz Transformation visualized?

The Lorentz Transformation can be visualized using diagrams and animations that show how electric and magnetic fields change when observed from different reference frames. These visualizations can help to better understand the mathematical concepts and principles behind the transformation.

Similar threads

  • Special and General Relativity
Replies
1
Views
872
  • Special and General Relativity
Replies
14
Views
1K
  • Special and General Relativity
3
Replies
101
Views
3K
  • Special and General Relativity
Replies
2
Views
1K
  • Special and General Relativity
2
Replies
59
Views
4K
  • Special and General Relativity
Replies
10
Views
604
  • Special and General Relativity
Replies
2
Views
905
  • Special and General Relativity
Replies
3
Views
985
  • Special and General Relativity
Replies
20
Views
1K
  • Special and General Relativity
Replies
30
Views
2K
Back
Top