0
votes
0answers
14 views

Spring damper model does not work very well [migrated]

I'm trying to model a spring damper system from a tutorial that I've found on this site. If I use the exact same parameters as the ones in the tutorial the system is not stable. I've downloaded the ...
1
vote
1answer
83 views

Initial position and velocity of rocket to escape earth's gravity

I'm trying to numerically simulate a spacecraft trajectory between earth and mars. I already wrote the solar system model where the sun is at the origin of the x,y,z plane Earth and Mars are orbiting ...
2
votes
1answer
82 views

Mutual Interaction of $N$-Particles in a Cartesian Plane

I am making a simulation of $N$-Particles in a cartesian plane and need help with understanding the basics. At anytime, in my particle system, I will have $N$ number of particles. I am treating the ...
1
vote
0answers
367 views

Calculating semi-major axis of binary stars from velocity, position and mass

I'm trying to calculate the 'instantaneous' semi-major axis of a binary system with two equal (known) mass stars for an $N$-body simulation. I know their velocities and positions at a given time, but ...
0
votes
0answers
74 views

References for circular restricted 3 body problem?

Does anyone know of any good references for the CR3BP -- the circular restricted 3 body problem? Emphasizing on real-life applications, and interpretation of the numerical solutions? Thank you. There ...
2
votes
1answer
1k views

How Does force relate to velocity

I had originally asked this question on math overflow and it was suggested that I ask it here. So I know that a force will change the magnitude of velocity if it is at an angle other that 90 degrees. ...