I'm trying to calculate the eccentricity of a binary system's body knowing the bodies' velocities, positions, masses and the semi-major axis. I am only trying to calculate the eccentricity for one of the bodies but can't seem to get the formulas combined right to get the eccentricity only using these values. Any advice would be brilliant, thanks!
Tell me more
×
Physics Stack Exchange is a question and answer site for
active researchers, academics and students of physics. It's 100% free, no registration required.
|
Hint 1:solve around the barycenter, maybe you can use the reduced mass Hint 2: Try doimg what I call 'overloading the system'. Start by assuming you know everything (eccentricity, both axes, position/velocity at any point). Now derive as many relations as possible. |
|||||
|
|
First calculate $ h = || \vec x \times \vec v ||$. $ e= \sqrt{ 1 - \frac{h^2}{G(m+n) a} } $ Where $a$ is the semi-major axis. |
|||
|
|