calculating period for elliptical Orbits
Posted: 01.12.2003, 22:45
Ok so I'm doing some revisions to my solar system spreadsheet, and I need to find a better way for calculating the period for planets with elliptical orbits. Anyway, the equation I'm using currently is as follows:
P=sqrt(D^3)/(8.965E+11)
where D = distance in miles
Now this particular equation is supplanted for another equation which I use for the moons of planets, this equation is as follows:
P=1.4*(sqrt(((D/6378.14)^3)/M))
In this case the Period is in hours, D = the distance to the moon in Kilometers, and Mp = the mass of the Planet related to Earth (M = Mp/Me)
So, that being said, I'm thinking I might want to revise or update these equations to be a little more exact, especially in the first case as the equation takes into account little except the SemiMajorAxis (D) in miles.
Any suggestions? And do I need to necessarilly have a different equation when finding the period for a planet and a moon?
P=sqrt(D^3)/(8.965E+11)
where D = distance in miles
Now this particular equation is supplanted for another equation which I use for the moons of planets, this equation is as follows:
P=1.4*(sqrt(((D/6378.14)^3)/M))
In this case the Period is in hours, D = the distance to the moon in Kilometers, and Mp = the mass of the Planet related to Earth (M = Mp/Me)
So, that being said, I'm thinking I might want to revise or update these equations to be a little more exact, especially in the first case as the equation takes into account little except the SemiMajorAxis (D) in miles.
Any suggestions? And do I need to necessarilly have a different equation when finding the period for a planet and a moon?