How to Convert Ecliptical coordinates to Equatorial And Vice Versa?
Alexey Borealis·7 May 2024·9 min read
This article will derive equations for converting a planet’s ecliptic coordinates to equatorial coordinates. This conversion is necessary for calculating primary directions - an ancient technique of event prediction.
Let’s denote the vector (a pointer) to the observed planet with the letter v. Then the spherical coordinates of this vector in the ecliptic coordinate system will be
v=(λ,δ)
The Cartesian coordinates of the same vector, according to equation (2) will be equal to
v=cosδcosλXecl+cosδsinλYecl+sinδZecl
Here we set R (the radius of the celestial sphere) to be equal to 1 for simplicity. The Xecl-axis directs to 0° Aries, the Yelc-axis to 0° Cancer, and the Zecl-axis to the northern celestial hemisphere.
The equatorial plane is inclined at an angle −ϵ relative to the plane of the ecliptic in the YeclZecl plane.
We can use the rotation matrix, which we introduced earlier, substituting (−sinϵ) instead of sin(−ϵ).
AYZ=1000cosϵsinϵ0−sinϵcosϵ
It gives us cartesian coordinates of the vector v in an equatorial coordinate system: