Simulating the Three Body Problem

  • Thread starter Thread starter Jesperchristiansen
  • Start date Start date
  • Tags Tags
    Body
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
Jesperchristiansen
Messages
5
Reaction score
0
Hello.

I want to simulate the Circular Restricted Three Body Problem in excel, however I don't know how to get started, even though I have the equations of motion.
The Planar, Circular Restricted Three Body Problem assumes that one body, m3, is neglebtaly small, and the two other bodies move around a common center of mass.
 
Physics news on Phys.org
Jesperchristiansen said:
I want to simulate the Circular Restricted Three Body Problem in excel, however I don't know how to get started, even though I have the equations of motion.
So you need help with Excel?
 
Yes, I’ve successfully created a two body simulation in Excel. However, I don’t know how to simulate a planer three body problem, even though it should be quite easy.
 
Jesperchristiansen said:
Yes, I’ve successfully created a two body simulation in Excel. However, I don’t know how to simulate a planer three body problem, even though it should be quite easy.
Then you should ask in the programming sub forum, as this is not really a question about physics.
 
So you've got two bodies that are only influenced by each other (i.e. a two-body problem that you say you've already solved) and a third whose equations of motion depend on its position and velocity and the positions of the first two. Where's the problem?
 
Ibix said:
So you've got two bodies that are only influenced by each other (i.e. a two-body problem that you say you've already solved) and a third whose equations of motion depend on its position and velocity and the positions of the first two. Where's the problem?

I don't know how to insert the equation of motion of the third body in excel, since it includes vectorrelations as shown in this website: http://www.geom.uiuc.edu/~megraw/MATH1/math1.html
 

Attachments

  • Skærmbillede 2018-12-18 kl. 08.15.38.png
    Skærmbillede 2018-12-18 kl. 08.15.38.png
    8.9 KB · Views: 569
None of those quantities are vectors in the form written. You could re-express the equations as a single vector equation instead of two equations in terms of components if you wanted.
 
Thanks a lot. How could I do that?
 
I'm confused. You've got equations in a non-vectorial format. Presumably you've got some kind of differential equation solver going to have been able to solve the two-body problem. I'm not sure I understand what your difficulties are. Why would you need the equations in a vectorial form? I'm not aware of any way to make Excel handle them, unless you've gone pretty deep into VBA.