I Using Linear Algebra to discover unknown Forces

AI Thread Summary
The discussion explores the application of linear algebra and reinforcement learning to identify unknown forces in classical mechanics. It suggests using a reward function to optimize a model that transitions between states of a physical system through square, invertible matrices. While the idea of discovering unmeasured forces is acknowledged, it is noted that the approach may be overly simplistic compared to advanced modeling techniques used in modern physics. The conversation highlights the importance of understanding the underlying models and potential errors, as well as the risk of overconfidence in singular solutions. Overall, the integration of these concepts could lead to new insights, but challenges in interpretation and validation remain.
giodude
Messages
30
Reaction score
1
In classical mechanics, it seems like solving force equations are a question of finding a solvable system of equations that accounts for all existing forces and masses in question. Therefore, I'm curious if this can be mixed with reinforcement learning to create a game and reward function through which a model can derive any remaining or unknown forces. The reward function that I believe would be useful is to have the model find a set of systems in the form of square, invertible matrices and then use those systems to enact the state change from state 1 of the physical system to the recorded state 2 of the physical system and find which best approximates it, until approaching some desired confidence interval. I'm new to physics so this is a half baked approach but I'm curious to get feedback and maybe spark a discussion about what the benefits and challenges of this approach may be!
 
Physics news on Phys.org
If you account for all existing forces, there won't be any unknown forces left to determine.
Sorry, kind of nitpicking there.

If by unknown forces you mean conceptually known to physics but unmeasured, then yes. This happens all the time in control systems, for example. Like how an airplane knows what the wind speed is based on the perturbations in it's navigation models. Kalman filtering is another good example, where future noise can be reduced in a system by identifying how the signal has been deviating from the expected model.

If you mean discover a force previously unknown to physicists, then this is way too simplistic compared to the sort of math and modelling that modern physicists do. However, the general concept is correct. Look for things that don't fit the model. For example, this is how we know there is something we call "dark matter" and "dark energy". Your game may come up with some description of what doesn't fit. The problem then is explaining it. There is no guarantee that what you get is correct, it would just be a description of the errors or perhaps a new model system with no ontological justification.
 
One could take a large enough dataset of properly constructed measurements of, say, projectile motion, and train a neural network that would then reproduce the correct (enough) classical mechanics answers to problems, the issue would be understanding how the model arrives at answers
 
giodude said:
The reward function that I believe would be useful is to have the model find a set of systems in the form of square, invertible matrices and then use those systems to enact the state change from state 1 of the physical system to the recorded state 2 of the physical system and find which best approximates it, until approaching some desired confidence interval.
There may be multiple solutions to the dataset. You could not know that, so would be overconfident in the one simple solution that was found.

Imagine you land on the shore of a mountainous island. Your strategy is to walk uphill until you get to the top of the mountain. It is dark when you get there, so you build a survey marker, then walk back down the mountain.

If you had reached the summit in daylight, you might have seen several other peaks higher than the one you were on.

If you marked your track on the way up, you could return to the same landing point. If you did not mark the track, you could end up on some other beach, or precipice.
 
Thread 'Gauss' law seems to imply instantaneous electric field propagation'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
Thread 'A scenario of non-uniform circular motion'
(All the needed diagrams are posted below) My friend came up with the following scenario. Imagine a fixed point and a perfectly rigid rod of a certain length extending radially outwards from this fixed point(it is attached to the fixed point). To the free end of the fixed rod, an object is present and it is capable of changing it's speed(by thruster say or any convenient method. And ignore any resistance). It starts with a certain speed but say it's speed continuously increases as it goes...
Maxwell’s equations imply the following wave equation for the electric field $$\nabla^2\mathbf{E}-\frac{1}{c^2}\frac{\partial^2\mathbf{E}}{\partial t^2} = \frac{1}{\varepsilon_0}\nabla\rho+\mu_0\frac{\partial\mathbf J}{\partial t}.\tag{1}$$ I wonder if eqn.##(1)## can be split into the following transverse part $$\nabla^2\mathbf{E}_T-\frac{1}{c^2}\frac{\partial^2\mathbf{E}_T}{\partial t^2} = \mu_0\frac{\partial\mathbf{J}_T}{\partial t}\tag{2}$$ and longitudinal part...
Back
Top