3.2 The Motion of Satellites

Humans have been observing celestial bodies and their motion since ancient times, with some of the earliest records dating back to around 1200 BC.

The term satellite is used in astronomy to describe an astronomical body (like a moon) that orbits a planet. They are also known as natural satellites since the invention of artificial satellites like those used in GNSS. Regardless of whether they’re natural or artificial, all satellite orbits are governed by a set of scientific laws, most commonly known as Kepler’s laws of planetary motion.

Johannes Kepler was a German mathematician and astronomer in the 17th century, and he published a series of works that outlined how the Earth and other planets orbited the Sun. His work built on the theories of Nicolaus Copernicus, who had suggested that planets orbited the Sun in circular orbits. Kepler realised that the orbits were actually elliptical and proposed three laws that explained how these orbits worked.

In GNSS, Kepler’s laws of planetary motion are used to predict the position of satellites, which is a critical component of positioning, and is included in the signals transmitted by GNSS satellites. This information is in the ephemeris, which we will discuss further in the signals section of this module.

We already know that ellipses are important to GNSS, and how to define them, the fact that satellites have an elliptical orbit makes it pretty easy to understand the maths in Kepler’s laws.

However, before we discuss Kepler’s laws, it’s helpful to get our heads around some basic astronomical terms that relate to elliptical orbits. Because we’re going to be talking about satellites orbiting the Earth, we’ll look at the basics from this perspective.

The basics of elliptical orbits

Kepler proved that the orbit, or path that a satellite took around a body, was an ellipse. As we already know, an ellipse is defined by the semi major (a) and semi minor (b) axes, as shown in Figure 3.2(a). The centre of the ellipse is represented by C.

Diagram of The fundamentals of elliptical orbits with a dot representing earth
Figure 3.2(a): The fundamentals of elliptical orbits.

Perigee and apogee

The perigee and the apogee are points on the ends of the major axis, as shown in Figure 3.2(a). The prefix Peri means “near”, so the perigee is the closer of the two points to the Earth, while Ap means “away from”, so the apogee is the furthest point on the major axis from the Earth.

Depending on what the body being orbited is, depends on what these concepts are called. When orbiting the Sun we use the term “–hellion”, giving us aphelion and perihelion, while stars use “-astron” – apastron and periastron. The generic version is “-apsis”, giving apapsis and periapsis.

Foci

An ellipse also has two foci points (focus is the singular), represented by , as shown in Figure 3.2(b). The positions of the foci are such that at any point on the outside of the ellipse, the sum of the distances from that point to each of the foci will always be the same.

d+ d2 = 2a

Where d1 = distance from one foci to the satellite

d2 = distance from the other foci to the satellite

2a = major axis

An easy way to visualise this is if you put two nails in a piece of wood a distance apart, and join them with a piece of string about two and a half times longer than the distance between them. If you pulled the string tight with a pencil and then moved it around 360 degrees, keeping the string tight, it would draw an ellipse. The total length of the string didn’t change, but the distance from each focus did. This is shown in Figure 3.2(b).

The distance from the centre of the ellipse to either of the foci is represented by

Yellow circle with triangular shapes inside
Figure 3.2(b): The sum of the distances from the foci to a point on the outside of the ellipse are equal.

Eccentricity

How much an ellipse is away from being a circle is measured by its eccentricity. The distance between the two foci is defined in terms of eccentricity of the ellipse, which is represented by . Eccentricity is mathematical concept that has to do with conical sections, and for an ellipse, eccentricity will have a value greater than zero but less than one.

If you know where the centre of the ellipse is, the eccentricity is simply the distance from the centre to either of the foci, divided by the length of the semi major axis, given by the equation:

e= \frac{c}{a}}

where e = eccentricity

c= distance from the centre to either foci

a = semi major axis

If you don’t know the centre, then it is defined as the ratio of the distance between the two foci to the length of the major axis, given by the formula:

e= \frac{2c}{2a}}

where e = eccentricity

2c= distance between the foci

2a = length of the major axis

Eccentricity is important because it helps us calculate the position of satellites in their orbit relative to the Earth.

Kepler’s first law – the Law of Orbits

The Kepler’s first law, also known as the Law of Orbits states that the orbit of every planet will be an ellipse, with the centre of mass of the Sun being at one of the foci of the ellipse, as shown in Figure 3.2(a). Remember Kepler was talking in terms of our solar system, so he was describing how planets were orbiting the Sun. For GNSS, the equivalent is that satellites will have an elliptical orbit where the Earth is at one of the foci of the ellipse.

The equation for Kepler’s first law is:

\frac{x^2}{a^2}} +\frac{y^2}{b^6}} = 1

where x = distance from the sun in the major axis

a= semi major axis

y= distance from the sun in the minor axis

b = semi minor axis

When dealing with the orbit of a GNSS satellite around the Earth:

  • x = distance from the earth in the major axis
  • y = distance from the earth in the minor axis

To calculate the x and y values in Kepler’s equation, we need to do some calculations to determine the position of a satellite in its orbit. The best way to understand this is through an example.

Let’s assume we have a satellite ‘S’ that is in an elliptical orbit around the Earth, as shown in Figure 3.2(c). We need to determine where the satellite is relative to the Earth, but as well as relative to its orbit. We can determine the  values from Kepler’s equation using our knowledge of plane coordinates, as shown in Figure 3.(c).

Yellow circle with a dotted square in the upper left
Figure 3.2(c): The position of a satellite in orbit.

Next, we need to determine the angle between the satellite and the Earth, represented by the lowercase Greek letter phi, \phi, and we’ll call the distance from the satellite to the Earth R (keeping in mind its value will change depending on where the satellite is in its orbit), as shown in Figure 3.2(d).

Yellow circular diagram describing the position of a satellite in orbit using the true anomaly and R
Figure 3.2(d): Describing the position of a satellite in orbit using the true anomaly and R.

We can then use trigonometry to determine x the y values, however, doing the trigonometry on a shape that has a constant radius is significantly easier, so we project the position of the satellite onto a circle with a radius equal to the semi major axis, as shown in Figure 3.2(e). In the calculations on the circle, our x and y values become X and Y as shown.

Yellow circular diagram with dotted lines determining the motion of a satellite
Figure 3.2(e): Determining the motion of a satellite.

In astronomy, the angle between the satellite (or planet) given by \phi, is called the true anomaly, while the angle between the centre of the ellipse and the satellite given by E is called the eccentric anomaly. These can be averaged to generate a mean anomaly, represented by M.

Considering the eccentricity of the ellipse and the mean anomaly, the version of Kepler’s first law that applies for GNSS satellites is:

M = E – esinE

Where M = Mean anomaly

e = eccentricity of the ellipse

E= angle between the centre and S’

You can watch a YouTube clip on how the Law of Orbits works below.

Video 3.2: Kepler’s First Law of Motion – Elliptical Orbits [3 mins, 18 secs]

Note: Closed captions are available by clicking on the CC button in the video below.

It is worth noting that at the point where the satellite is at the perigee, there is more atmospheric friction compared with when the satellite is at the apogee. The orbit will tend to become more circular and closer to the earth until eventually the atmospheric friction becomes too large and burns up the satellite. This is important to know when we discuss the satellite orbit information, the ephemeris, later in this chapter.

Kepler’s second law – the Law of Areas

The second law is called the Law of Areas and showed that for a given time period a satellite will sweep out an equal area, regardless of where it is in its orbit. This in turn proved that the speed of a satellite changes at different points in its orbit, travelling faster when it is near the perigee, and slower near the apogee.

For satellites orbiting the Earth, this law is given by the equation:

\frac{1}{2}RVsin \delta = \frac{1}{2}} \sqrt{GM.a(1-e^2)

Where R = distance from the Earth to satellite

V = speed of the satellite

\delta = tangent angle at S.

G = Universal constant

M = mass of the Earth plus the satellite

a = semi – major axis

e = eccentricity

In Figure 3.2(f) the time between S1 and S2 is the same for both sections of the orbit, and the area scribed out are also equal, despite the distance travelled by the satellite being different.

Yellow circle, split with green triangles titled area x
Figure 3.2(f): Kepler’s Law of Areas.

You can watch this YouTube clip on how the Law of Orbits works below.

Video 3.3: Kepler’s Second Law of Motion – Equal Area in Equal Time [3 mins, 36 secs]

Note: Closed captions are available by clicking on the CC button in the video below.

Kepler’s third law – the Law of Periods

The third law of Kepler is also known as the Law of Periods and shows the size and shape of the elliptical orbit, the time taken for a satellite to complete an orbit and the mass of the Earth and satellite are all related. The equation states that the square of the orbital period is proportional to the cube of the semi major axis of the orbit. The equation for this law for satellites is:

T^2 = \frac{4\pi^2a^3}{GM}

Where T = time to complete a full orbit

a = semi-major axis

G= Universal constant

M= Mass of the Earth and Satellite

You can watch a YouTube clip on how the Law of Periods works below.

Video 3.4: Kepler’s Third Law of Motion – Law of Periods [5 mins, 54 secs]

Note: Closed captions are available by clicking on the CC button in the video below.

 

Licence

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

Lost Without It Copyright © 2023 by University of Southern Queensland is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book