Formula for Next Possible Orbit [closed]
+0
−1
Closed as unclear by ArtOfCode on Dec 31, 2025 at 13:11
This question cannot be answered in its current form, because critical information is missing.
This question was closed; new answers can no longer be added. Users with the Vote on Holds ability may vote to reopen this question if it has been improved or closed incorrectly.
Noticed this relationship when answering a question somewhere else.
There is a formula to calculate how much space a planet gravitationally clears (will sweep up anything smaller with a circular orbit in this region)
- A is the primary (star) mass
- B is the planet mass
- r1 is the distance from A to a test point
- r2 is the distance from A to planet B
- vo1 = sqrt(GA/r1^2)
- vo2 = sqrt(GA/r2^2)
- v12 = vo1 - vo2 = sqrt(GA/r1^2) - sqrt(GA/r2^2)
- r12 = r2 - r1
- veB = sqrt(2GB / r12^2)
Captured : v12 < veB

0 comment threads