Quantcast Perihelion Pass Dates? Text - Physics Forums Library

PDA

View Full Version : Perihelion Pass Dates?


twinsen
Jun30-08, 11:42 AM
Hey

I am writing a basic javascript orrery which will display the position of the planets orbiting the sun. Using keplers equation I am going to find the true anomaly and the radius at the current time and then plot the points to a 2d grid.

The problem is I need to know the time that has elapsed since perihelion so I can calculate the Mean anomaly. I plan to use the iterative Newton method to get the Eccentric Anaomaly and from that work out the true anomaly.

Do you guys know where I can find a list of previous perihelion dates where the planets were at their closest approach?


Thanks
Alex

russ_watters
Jun30-08, 12:03 PM
This obsolte/defunct, but excellent piece of shareware gives that kind of data: http://www.personalmicrocosms.com/Pages/ss_alw32.aspx

D H
Jun30-08, 12:27 PM
The definitive source of ephemeris data is the HORIZONS system at JPL. Website: http://ssd.jpl.nasa.gov/?horizons.

rewebster
Jun30-08, 12:52 PM
The definitive source of ephemeris data is the HORIZONS system at JPL. Website: http://ssd.jpl.nasa.gov/?horizons.

It's nice that that site still lists that we have '9 planets'.

NoobixCube
Jun30-08, 09:56 PM
It's nice that that site still lists that we have '9 planets'.

BAH! Semantics !:rolleyes:

twinsen
Jun30-08, 11:19 PM
Thanks guys

Ill check out the site tommorow looks like ill have to do a bit more in depth reading onto all the different parrameters ive not really covered this stuff in my course yet but so far I see its just basic trig geometry.

Cheers

Alex