SUN VECTORS


1 INTRODUCTION

In trying to characterise a satellite in geosynchronous orbit from light curves it is usually necessary to know the direction from which the Sun is shining on the satellite. This document shows how this may be computed.


2 SUN VECTORS

With reference to the diagram below it can be seen that the needed vectors are (1) the vector from the centre of the Earth to the Sun (centre) and (2) the vector from the satellite to the centre of the Earth. Vector addition will then give us the vector from the Sun to the satellite.

The reference frame will be the Earth equatorial frame with unit vectors i in the equatorial plane pointing from Earth centre along the zero longitude direction, j also in the equatorial plane pointing from Earth centre toward the 90 degree longitude and k along the Earth polar axis pointing toward the north.

3 ALGORTIHMS TO COMPUTE THE EARTH SUN VECTOR

The Astronomical Almanac provides low precision formula for the Sun's coordinates. The precision is 0.01 degrees between the years 1950 to 2050. The time argument in these formulae is, the number of days from 00UT on 01 January 2000. This is commonly written as n = J2000.0

We then have the apparent coordinates of the Sun given by:

Mean longitude of the Sun corrected for aberration:

Mean anomaly:

Then put L and g in 0 to 360 degrees by adding multiples of 360 degrees.

Ecliptic longitude:

Ecliptic latitude:

Obliquity of the ecliptic:

Distance of the Sun from the Earth in AU:

Equatorial coordinates of the Sun in AU:

A simple QBASIC program to implement the above algorithm is given in the code below:


5 THE GEOSAT VECTOR

The vector from the geosynchronous satellite to the centre of the Earth is:

where r = 42.164 km


6 PUTING IT TOGETHER

The figure below shows the relationship between the three vectors involved in the problem.

The Sun-Geosat vector is given by




ASAAustralian Space Academy