Planetary Motion Simulator
https://shadow-paw.github.io/starlight/
SPACE
to pause / unpause.r
to restart simulation.
Space goes on forever (still limited by computer viewport and precision).
Space are like torus but still flat, if you go on one direction you end up at where you started. To simplify calculation, force only act on the shortest path, but not both ways around.
This is the law we learnt in school.
The acceleration drop off below a threshold
- For
$a \geq a₀$ ,$μ(a/a₀) = 1$ , we call this Newton regime - For
$a \lt a₀$ ,$μ(a/a₀) = a/a₀$ , we call this Modified regime
In Newton regime the equation reduce to the simple Newton gravity
μ(a/a₀) * a = GM/r²
a/a₀ * a = GM/r²
a = sqrt(GMa₀)/r
It become a linear function with distance rather than an inverse square law.