Planetary attraction
Posted: Fri Jul 26, 2013 9:47 am
Draw a stationary planet. Now fling an asteroid next to it such that the predicted path is approximately circular. The asteroid does not follow the predicted path, and flies away quite hyperbolically.
Now, you may think this is a bug with the fling drawer (I did at first), but try this. Take a basic star-asteroid orbit (circular is best):
This, of course, is stable. Now change the star to a planet with the same mass:
And the asteroid flies away.
What is going on? Is this a bug?
Now, you may think this is a bug with the fling drawer (I did at first), but try this. Take a basic star-asteroid orbit (circular is best):
Code: Select all
Gravity Fun at TestTubeGames.com: [ForceG: -2,Qual: 1,Zoom: 1,xSet: 0,ySet: 0], [x0: 22,y0: -43,vx: 0,vy: 0,t0: 0,who: 1,m: 1000], [x0: 116,y0: -31,vx: 0.41,vy: -3.22,t0: 0,who: 3,m: 0]
Code: Select all
Gravity Fun at TestTubeGames.com: [ForceG: -2,Qual: 1,Zoom: 1,xSet: 0,ySet: 0], [x0: 22,y0: -43,vx: 0,vy: 0,t0: 0,who: 2,m: 1000], [x0: 116,y0: -31,vx: 0.41,vy: -3.22,t0: 0,who: 3,m: 0]
What is going on? Is this a bug?