This work is from part of UCB CS289A 2020 Fall Project S Final. See Github repo for more information.
A physical model is evaluated so that we can understand the problem more properly.
Solar-centered ecliptic coordinate system
Solar-centered ecliptic coordinate system is centered at the sun, using spring equinox as x+ or polar axis, ecliptic as xy plane.
Earth location (polar)
where
or (dirichlet)
other planets can have a similar definition.
Earth-centered ecliptic coordinate system
Solar-centered ecliptic coordinate system is centered at the earth, using spring equinox as x+ or polar axis, ecliptic as xy plane.
Equatorial coordinate system
Equatorial coordinate system is centered at the earth, using spring equinox as x+ or polar axis, equator as xy plane.
Planets location in such system is defined as right ascension \alpha and declination \delta,
as (polar)
as we normally do with spherical coordinate system (r,\theta,\phi)
or (dirichlet)
Horizontal coordinate system
Horizontal coordinate system is centered at the observer, using local north as x+ or polar axis, local vertical up direction as z+.
Planets location in such system is defined as azimuth A and altitude a,
as (polar)
as we normally do with spherical coordinate system (r,\theta,\phi)
or (dirichlet)
Coordinate transformation
It is easy to transform between the solar-centered ecliptic coordinate system and the earth-centered ecliptic coordinate system. A planet with coordinate \mathbf{x}_p in solar-centered ecliptic coordinate system is at \mathbf{x}_p - \mathbf{x}_e in earth-centered ecliptic coordinate system.
transformation from the earth-centered ecliptic to equatorial coordinate system 1
where ecliptic obliquity
so we have
transformation from equatorial to horizontal coordinate system 2
or
where hour angle3
One of the final goal of this project is to predict A and a with t, given longitude \lambda and latitude \phi under specific model, which we are to try explaing.
Note
- Planets are actually in ellipse orbits instead of circle ones and z is not to be precise, here we made some simplification just to show the complexity of the problem
- A slow motion of Earth's axis, precession, causes a slow, continuous turning of the coordinate system westward about the poles of the ecliptic, completing one circuit in about 26,000 years.
Reference
-
Ecliptic coordinate system - Wikipedia, https://en.wikipedia.org/wiki/Ecliptic_coordinate_system ↩
-
Horizontal coordinate system - Wikipedia, https://en.wikipedia.org/wiki/Horizontal_coordinate_system ↩
-
Hour angle - Wikipedia, https://en.wikipedia.org/wiki/Hour_angle ↩