Jump to content

Can someone give me the equations for rendezvous?


Recommended Posts

Hi KSP comunity, i want to learn the equations for the rendezvous, the last days i've been trying to create an equation to get the difference angle between the vessel and the target, then knowing that angle create a maneuver and execute it and voila rendezvous, but i'm not to good at maths and the equation fails sometimes. For that i want to ask you the equation or equations necesary to rendezvous with a target.

Sorry for my English

Link to comment
Share on other sites

θphase = π(1-((r1/2r2)+0.5)3/2)

substitute π for 180 degrees if using degrees.

This will give the angle between you and the target at which to perform a standard Hohmann transfer to the target. This only works for r1 (your orbit) less than r2 (the target orbit). Also, only works for mostly circular orbits. The more general form of this equation is much larger and more nasty, however.

Edited by Supernovy
Formatting, more info.
Link to comment
Share on other sites

It's very easy to make an orbit-matching maneuver, and I could walk you through equations. But for rendezvous, you need to match orbit and time. (In terms of orbital elements, your anomalies must match. In fact, all orbital parameters must match, but that's the tricky one.)

I am not aware of any method of doing this that does not rely on iterative methods. Are you trying to understand this, or are you just looking for a quick tool? I can probably write a script that gives you a good (not necessarily the best) transfer for rendezvous, if that's all you need. You can also try to figure out what the code does to understand this better.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...