How Can I Determine Current Planetary Velocities?

  • Thread starter Thread starter Alkatran
  • Start date Start date
  • Tags Tags
    Current Planets
AI Thread Summary
To determine current planetary velocities for a solar system simulation, one effective method is to contact the JPL Horizons system via email, requesting position and velocity data for specific celestial objects. The email should include the necessary parameters, such as the center and command IDs for the desired planets, along with the start and stop times. JPL typically responds quickly with detailed data, including the x, y, and z positions and velocities. Additionally, plotting positions over time and applying mathematical calculations can also yield velocity information, providing an opportunity to explore Kepler's laws. This approach combines practical application with theoretical learning in physics.
Alkatran
Science Advisor
Homework Helper
Messages
959
Reaction score
0
I'm writing up a simple simulation of the solar system for my computer simulations in physics class, which you can see at myweb.dal.ca/cr376499 (java applet)

Now, I have the correct position data for the planets thanks to a website giving them relative to Earth for telescope users. What I need is the velocity of the planets now.

Where can I find this? Do I have to just plot the positions over time and figure it out using math?
 
Astronomy news on Phys.org
Write an e-mail to JPL Horizons system asking for the positions and velocities of any solar system object relative to any other solar system object at any given time. Use the template below. Make sure that your STOP TIME is 1 s after your START TIME.
Center = '@###'
Command = '###'

Center is the object you're referencing your positions and velocities against. Command is the object you want data for.

ID's: 199 = Mercury, 299 = Venus, 399 = Earth... 999 = Pluto, etc.
301 = 1st Moon of Earth, 401 = 1st Moon of Mars, 402 = 2nd moon of Mars, etc.
010 = Sun


So for example, the following e-mail asks for Mercury's (199) position and velocity relative to the Sun (010)

Address the e-mail to horizons@ssd.jpl.nasa.gov
Put the word job in the subject line.
Code:
!$$SOF
EMAIL_ADDR=''
START_TIME = '2006-Mar-13 17:30:58'
STOP_TIME = '2006-Mar-13 17:30:59'
TABLE_TYPE = 'Vector'
REF_PLANE = 'Ecliptic'
CENTER = '@010'
COMMAND='199'
!$$EOF

JPL's response e-mail, usually instant, gives you lots of data. Search for this:

Code:
*******************************************************************************
$$SOE
2453808.229837963 = A.D. 2006-Mar-13 17:30:58.0000 (CT)
  [b]-5.730179611929864E+07  1.963895677831354E+06  5.419068833578369E+06
  -1.179887453107446E+01 -4.658790336366766E+01 -2.723342317439528E+00[/b]
   1.921027750084662E+02  5.759096310840907E+07  9.894693725010404E+00
$$EOE
*******************************************************************************
Notice the 6 numbers I've highlighted. They are the x,y &z positions of Mercury with respect to the Sun, and the x,y,& z velocities of Mercury with respect to the Sun. The 8th of those 9 numbers is the actual Mercury/Sun distance, which you can also compute with d2=x2+y2+z2
 
tony873004 said:
Write an e-mail to JPL Horizons system asking for the positions and velocities of any solar system object relative to any other solar system object at any given time.

That is FANTASTIC. Thank you!
 
Publication: Redox-driven mineral and organic associations in Jezero Crater, Mars Article: NASA Says Mars Rover Discovered Potential Biosignature Last Year Press conference The ~100 authors don't find a good way this could have formed without life, but also can't rule it out. Now that they have shared their findings with the larger community someone else might find an explanation - or maybe it was actually made by life.
TL;DR Summary: In 3 years, the Square Kilometre Array (SKA) telescope (or rather, a system of telescopes) should be put into operation. In case of failure to detect alien signals, it will further expand the radius of the so-called silence (or rather, radio silence) of the Universe. Is there any sense in this or is blissful ignorance better? In 3 years, the Square Kilometre Array (SKA) telescope (or rather, a system of telescopes) should be put into operation. In case of failure to detect...
This thread is dedicated to the beauty and awesomeness of our Universe. If you feel like it, please share video clips and photos (or nice animations) of space and objects in space in this thread. Your posts, clips and photos may by all means include scientific information; that does not make it less beautiful to me (n.b. the posts must of course comply with the PF guidelines, i.e. regarding science, only mainstream science is allowed, fringe/pseudoscience is not allowed). n.b. I start this...
Back
Top