Trying to determine fields from forces - A curiosity
In electromagnetics, the Lorentz force on a charged particle as a result of electric and magnetic influences is:
F=qE+qv×B
For a particle of mass m=1 and charge q=1:
a=E+v×B
Suppose we do the following experiment. Choose values for E and B (with the fields being uniform over space), and choose two velocities v1 and v2. In the first measurement, the particle has velocity v1 and experiences acceleration a1. In the second measurement, the particle has velocity v2 and experiences acceleration a2.
Now suppose you tell your friend the values of v1, a1, v2, and a2 and ask him to find the fields E and B. The math looks like a 6×6 linear system:
When you try to solve for the fields, you get a singular (or very nearly singular) matrix, and a linear algebra routine returns fields that satisfy the equations, but which are very different from the fields we started with. I began this thought experiment with the assumption that the fields would be uniquely recoverable given the accelerations and velocities. But this appears not to be the case.
So the question is: Does observable physics correspond to a single unique pair of fields, or are there multiple/many equivalent pairs of fields? I've been reading lately about gauge symmetries in electromagnetism, and about how the electric and magnetic fields can be represented in terms of infinitely many equivalent pairs of scalar and vector potentials. I wanted to devise an experiment to demonstrate the uniqueness of the electric and magnetic fields.
I have attached the code I used to do this experiment.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
I have a suggestion. You may try this if you want:
Choose a uniform E and B field and a set of initial conditions.
Solve for the motion of the system.
Obviously, you will compute a time series of velocities and accelerations on solving.
Now, you may use the resulting time series and set up a linear regression problem (with field components as variables) and the field components that you estimate will most probably not be the same as your original ones. Moreover, if you try a different optimization subroutine to minimise estimation errors, the field components that you obtain will most likely not be the same as the original. This optimization route shows that the parameter space (the field components) is nonlinear and there exist many local optima, which seem like suitable solutions.
I did such an experiment with a coupled mechanical oscillator (to estimate stiffnesses and masses) once and observed the same. Using fields to solve for the motion gives a unique result but using the motion to solve for the fields never yields a unique solution for the field estimates. It probably has to do with solving a set of underdetermined equations, where the unknowns are outnumbered by the data points. An 'inverse problem' of this sort is always harder to solve.
There is an entire area of study dedicated to your observations known as 'system identification' or 'parameter estimation' in the field of control theory. My knowledge here is limited.
Another concept possibly to consider here is the notion of 'existence and uniqueness' in the broad topic of differential equations. I cannot say how this ties into this situation but this might be a factor.
Indeed, my original intent was to post a problem in which I provided a text file containing sequential high-res data for t,x,y,z. The problem would have asked the reader to determine the electric and magnetic fields given the mock experimental data. But I figured that would be too involved, and that giving two sets of velocities and accelerations would accomplish basically the same thing, but with less complexity. But even that didn't work. I suppose a simple analogy is a parabola. The horizontal coordinate maps uniquely to the vertical, but the vertical does not map uniquely to the horizontal. Evidently this mapping problem applies to physics as well.
And the situation is actually even worse than I originally knew. Suppose we know the value of E, and we are told the values of v and a from an experiment. What remains is to determine B. The math looks like:
As it turns out, even this 3×3 matrix used to solve for B is singular, so it is still impossible to uniquely determine B from experimental data, even when E is known.
I'll try to address some of your concerns. If we subtract the equations for two particles, we get:
a2−a1=(v2−v1)×B
From here it's obvious that our model has some implications: one is that Δa must be perpendicular to Δv; the other is that the length of a projection of B normal to Δv equals ∥Δa∥/∥Δv∥, while nothing could be inferred about the projection of B parallel to Δv. So, by measuring velocity and acceleration of only two particles, we cannot uniquely determine B and E.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
My initial comment has been heavily edited. Anyway, off to bed now. Thanks for sharing this.
I have a suggestion. You may try this if you want:
Choose a uniform E and B field and a set of initial conditions.
Solve for the motion of the system.
Obviously, you will compute a time series of velocities and accelerations on solving.
Now, you may use the resulting time series and set up a linear regression problem (with field components as variables) and the field components that you estimate will most probably not be the same as your original ones. Moreover, if you try a different optimization subroutine to minimise estimation errors, the field components that you obtain will most likely not be the same as the original. This optimization route shows that the parameter space (the field components) is nonlinear and there exist many local optima, which seem like suitable solutions.
I did such an experiment with a coupled mechanical oscillator (to estimate stiffnesses and masses) once and observed the same. Using fields to solve for the motion gives a unique result but using the motion to solve for the fields never yields a unique solution for the field estimates. It probably has to do with solving a set of underdetermined equations, where the unknowns are outnumbered by the data points. An 'inverse problem' of this sort is always harder to solve.
There is an entire area of study dedicated to your observations known as 'system identification' or 'parameter estimation' in the field of control theory. My knowledge here is limited.
Another concept possibly to consider here is the notion of 'existence and uniqueness' in the broad topic of differential equations. I cannot say how this ties into this situation but this might be a factor.
Log in to reply
Indeed, my original intent was to post a problem in which I provided a text file containing sequential high-res data for t,x,y,z. The problem would have asked the reader to determine the electric and magnetic fields given the mock experimental data. But I figured that would be too involved, and that giving two sets of velocities and accelerations would accomplish basically the same thing, but with less complexity. But even that didn't work. I suppose a simple analogy is a parabola. The horizontal coordinate maps uniquely to the vertical, but the vertical does not map uniquely to the horizontal. Evidently this mapping problem applies to physics as well.
And the situation is actually even worse than I originally knew. Suppose we know the value of E, and we are told the values of v and a from an experiment. What remains is to determine B. The math looks like:
ax=Ex+vyBz−vzByay=Ey+vzBx−vxBzaz=Ez+vxBy−vyBx
As it turns out, even this 3×3 matrix used to solve for B is singular, so it is still impossible to uniquely determine B from experimental data, even when E is known.
I'll try to address some of your concerns. If we subtract the equations for two particles, we get: a2−a1=(v2−v1)×B From here it's obvious that our model has some implications: one is that Δa must be perpendicular to Δv; the other is that the length of a projection of B normal to Δv equals ∥Δa∥/∥Δv∥, while nothing could be inferred about the projection of B parallel to Δv. So, by measuring velocity and acceleration of only two particles, we cannot uniquely determine B and E.
@Karan Chatrath I'd be interested to hear your thoughts on this