from IPython.display import Latex
from IPython.display import Image
from IPython.core.display import HTML
This lecture is about the orbits into which we place spacecraft. The next lecture is about how we get the spacecraft to those orbits.
We'll start by considering the two-body problem. This problem considers the interaction between two point masses that are only acted upon by the gravitational force (no perturbations), as shown below.
Image(filename = "bodies.png", width=600, height=600)
$\textbf{r}$ is the vector separating $M$ and $m$ (points from $M$ to $m$). The unit vector that points in the direction of $\textbf{r}$ is $\hat{\textbf{r}}$. The forces acting on each body are given below:
Where $G$ is Newton's Gravitational Constant. In order to find the equation of motion for $m$, we apply Newton's second law:
Simplifying:
We often see this equation written in terms of $\mu = GM$:
This equation describes planar motion, which is characterized by Kepler's Laws. We'll discuss those momentarily. Before doing so, I'd like to make an observation. Through the notation used above, we've implied that one of the masses, $M$, is significantly larger than the other mass, $m$. One represents a planet, the other a spacecraft. We can define a polar coordinate system with its origin at the center of mass of the more massive body, $M$, and parametrize the vector $\textbf{r}$ in terms of those polar coordinates, as shown below:
Where $\rho$ is the distance separating the two bodies, and $\theta$ is the polar angle that rotates that magnitude vector to the position of the mass (true anomaly). The above equation of motion for the vector $\textbf{r}$ can be separated into an equation of motion for the radial component $\rho$ and the angular component $\theta$ as shown below:
These equations are useful for discussing Kepler's Laws.
Kepler's first law states that orbits are conic sections (circles, ellipses, parabolas, and hyperbolas). The solution to the above two-body problem is given below. Any conic section can be a solution to this equation.
Where $a$ is the semimajor axis, $e$ is the eccentricity, and $\theta$ is the true anomaly. It's worth pausing for a moment to review some ellipse geometry and orbital mechanics vocabulary.
A labeled picture:
Image(filename = "ellipse.png", width=600, height=600)
Some definitions:
Some useful relationships:
These are the six parameters that are used to uniquely specify an orbit. They divide into three categories: those which define the shape of the orbit, those which define the orientation of the orbit in inertial space, and those which define the location of the spacecraft on that orbit.
Size and shape of orbit: The following two orbital parameters define the size and shape of an orbit:
Orientation of the orbit: The following three orbital parameters define the orientation of the orbit in space:
Location of satellite in orbit: The remaining parameter specifies the location of the spacecraft along the orbit.
See the illustration below.
Image(filename = "params.png", width=600, height=600)
Consider the radial equation of motion for the spacecraft in the xy plane, provided above:
This can be rewritten in terms of the angular momentum, $h = m\rho\dot{\theta}$:
In the previous section, it was shown that $h$ is constant. Pulling a trick, make the following substitution:
This implies the following:
This allows the radial equation of motion to be rewritten in linear form:
This differential equation has a general solution given by:
for arbitrary constants $e$ and $\theta_0$. Without loss of generality, we can set $\theta_0$ to zero and solve for $\rho(\theta)$:
where $\rho_c = \frac{h^2}{GM}$. This can be recognized as the equation for an ellipse. More commonly, $\rho_c$ is written in terms of the semimajor axis and eccentricity of the ellipse:
Kepler's second law states that the line segment which joins a satellite and the central body sweeps equal areas in equal times. This is tied to the conservation of angular momentum, as shown below.
Taking a step back, let us consider the angular momentum for the spacecraft, modeled as a point mass:
Multiply both sides of the equation for tangential motion (provided above) by $m\rho$:
The above equation could be rewritten as:
This shows that angular momentum is conserved under our dynamics assumptions. Consider the path that the spacecraft takes in a very short amount of time, shown below:
Image(filename = "kepler.png", width=600, height=600)
The area swept out by the spacecraft is approximately a triangle with height $\rho$ and base $\rho \partial{\theta}$. The area of this triangle is given by:
The rate at which this area is swept out is given by:
It has been shown that the angular momentum is constant, so the rate of area accumulation is also constant. The spacecraft sweeps out equal areas in equal times.
Kepler's third law states that the square of the orbital period is proportional to the cube of the semi-major axis of the orbit. Specifically:
It has been shown that the trajectory of a spacecraft under the dynamics assumptions traces out an ellipse, and that the spacecraft sweeps equal areas in equal times. This can be used to find the relationship between the semimajor axis of the ellipse and the orbital period of the spacecraft.
$A$ is the area of the ellipse, given by $\pi ab$. $dA/dt$ is, as shown above, $\frac{h}{2m}$. Thus:
From the equations for conic sections:
Thus:
The square of the orbital period is proportional to the cube of the semimajor axis.
In reality, the orbits of spacecraft are not perfectly described by Kepler's equations. This is because there exist perturbations which cause additional accelerations on the spacecraft. These perturbations come in the form of distortions to the point-mass gravitational potential that Kepler's equations assume (which then manifest as accelerations), and in the form of external forces acting on the spacecraft. The relative magnitudes of these accelerations change with altitude, as shown below. Incidentally, they also change in interesting ways with the size of the spacecraft. A centimeter or millimeter-scale spacecraft experiences perturbations that are quite different from those of large spacecraft. See Justin Atchison's thesis.
Image(filename = "perts.png", width=600, height=600)
The above plot shows that perturbations from $J2$ are, by far, the dominant source of perturbation for spacecraft orbiting between ~400 km and Geostationary orbit. $J2$ comes from the oblateness of the Earth.
The Keplerian equations from the previous section make the assumption that the Earth's gravitational potential is given by the following equation:
This would be true if the Earth were a perfect, homogenous sphere. In reality, the Earth is neither spherical nor perfectly homogenous in density. It is lumpy. The actual gravitational sphere is approximated using spherical harmonics, shown below.
Image(filename = "model.png", width=600, height=600)
The first term in this expression should look familiar. This is the point-mass potential. The first summation is known as the zonal terms, and the last summation is known as the tesseral terms. You can see that each of the zonal terms has a term $J_n$ in the summation, and that the summation starts at 2. The $J2$ perturbations are those caused by the first element of this summation. This is the element which describes equatorial oblateness (an Earth which is fat at the equator). Higher-order terms describe more complex mass distributions and, as shown in the plot above, are less significant.
The effects of Earth's oblateness can be determined by adding the $J2$ term to the potential and solving using Lagrange's equations. The effects on the orbital parameters are given below.
In addition to these two orbital parameters, $J2$ also affects the mean motion:
These effects can be summarized as follows:
Below a certain altitude, atmospheric drag begins to dominate. The acceleration due to drag is modeled as:
where $\rho(r)$ is the atmospheric density at position $r$, and $V(r)$ is the velocity of the spacecraft at position $r$. $C_D$ is the drag coefficient, $A$ the effective surface area, and $m$ the mass.
Question: For elliptical orbits, where do you expect for drag to be the most significant?
Answer: Perigee.
The Cool Idea: Let's provide persistent, high-definition television coverage to the United States.
The Quantified Requirement: We require persistent transmission of [frequency range] radio waves to [lat/lon range] at [bandwidth]. (Not quite specific enough, but good enough for our conversation).
That's a hard problem. If you want your transmission to be received by everyone in the United States, you're either going to need a lot of transmitters, or you're going to need something high enough to see the whole geographic area that you're interested in. So, we're in the world now of spaceflight mechanics. We're going to use satellites to provide persistent coverage for this particular geographic area. Because satellites are expensive, we also want to do this with the minimum possible number of satellites.
So, this is a dead-simple example. What orbit would you design for this particular mission?
The answer: Geostationary orbit. We can park a satellite in geostationary orbit with a view of the United States and, for all time, it will just stay there happily transmitting to the United States.
If we look at a map of some of the satellites that occupy this orbit, you'll see that many of them are there to do things like we just talked about. I was specifically thinking of DirecTV in this example, which you can see here. If you go to this Wikipedia page: https://en.wikipedia.org/wiki/List_of_satellites_in_geosynchronous_orbit, you'll see that all the satellites in geosync have one of the following purposes:
Image("Geostationary.png", width=800)