- Joined
- Jan 7, 2008
- Messages
- 5,814
- Reaction score
- 869
- Points
- 203
- Location
- Earth
- Website
- orbides.org
- Preferred Pronouns
- she/her
How can one compute the intersection points of two coplanar orbits?
How to compute closest distances between two vessel in these intersection points at a given time in the future?
How to estimate the best velocity change vector and time to get the orbits and positions synced?
These are the problems i solved in UAP sync orbit autopilot in a crude, brute-force way of propagating the elements of the orbits for the next few periods 1/10th of orbit at a time, looking for nearest distances with local optimising search for them between the tenths, all this for each DV possible within given limit in 1 m/s increments.
It works, and modern computers swallow it whole, but it's bloody inefficient, somewhat uncertain, and is a quarter of the size of the entire UAP system.
So, are there any better solutions to the given problem?
-A way to compute the true/mean anomaly of orbital intersection points analytically?
-Some approximation algorithm for the manoeuvre?
How to compute closest distances between two vessel in these intersection points at a given time in the future?
How to estimate the best velocity change vector and time to get the orbits and positions synced?
These are the problems i solved in UAP sync orbit autopilot in a crude, brute-force way of propagating the elements of the orbits for the next few periods 1/10th of orbit at a time, looking for nearest distances with local optimising search for them between the tenths, all this for each DV possible within given limit in 1 m/s increments.
It works, and modern computers swallow it whole, but it's bloody inefficient, somewhat uncertain, and is a quarter of the size of the entire UAP system.
So, are there any better solutions to the given problem?
-A way to compute the true/mean anomaly of orbital intersection points analytically?
-Some approximation algorithm for the manoeuvre?