You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering: if we know the geocentric coordinates of the sun and one planet (longitude and distance) in one instant only, can we calculate/know mathematically if the planet is in retrograde motion or not? Or must we have 2 observations?
Clear skies
The text was updated successfully, but these errors were encountered:
Not sure if I'll be able to get it merged here, but feel free to have a look at how I did it in the files motion.js and HeliocentricOrbitalBody.js
To answer your question, yes you need 2 observations - my fork compares the apparentLongitude of the body now, and the body 1 second from now, and if the difference is <= 0, I designate it retrograde in the results.
Hi
I was wondering: if we know the geocentric coordinates of the sun and one planet (longitude and distance) in one instant only, can we calculate/know mathematically if the planet is in retrograde motion or not? Or must we have 2 observations?
Clear skies
The text was updated successfully, but these errors were encountered: