Query on an object moving in a 2D plane

  • Thread starter Thread starter Athgar
  • Start date Start date
  • Tags Tags
    2d Plane
AI Thread Summary
To determine the future position of an object in a 2D plane, one must consider its initial speed, direction, and the gravitational forces exerted by other known masses in the vicinity. If the configuration of these masses is complex, numerical methods are necessary to calculate the object's acceleration and position over time. A "simple configuration" refers to scenarios where analytical solutions are feasible, typically involving fewer bodies or symmetrical arrangements. For more complicated setups, iterative numerical techniques, such as the Runge-Kutta method, are often employed to approximate the object's trajectory. Understanding these principles is crucial for accurately predicting motion in gravitational fields.
Athgar
Messages
4
Reaction score
0
An object is at a known point in a 2D plane, traveling at a known speed in a known direction

In the plane are other objects with known mass and location

With this information, how do you work out where the object will be located one second later?
 
Physics news on Phys.org
What forces act on the object?
 
Gravitational attraction from the other bodies in the plane
 
Unless it's a simple configuration of masses, you'll probably have to use numerical methods to solve for the acceleration and position as a function of time.
 
I'll have to show my ignorance, what is meant by a simple configuration of masses?
 
By that I just meant a configuration simple enough to solve analytically, without the need for numerical methods.
 
That would typically not be the case

How would I go about solving for the acceleration and position as a function of time?
 
Back
Top