from IPython.display import Latex
import matplotlib.pyplot as plt
%matplotlib inline
import numpy
from matplotlib import animation, rc
from IPython.core.display import HTML
from IPython.display import HTML
from ipywidgets import *
from scipy.integrate import odeint
from IPython.display import Image
We learned previously that tidal forces are caused by differential gravity felt across a body. The tides on the Earth, for example, are a consequence of the fact that the Moon is pulling harder on one side of the Earth than on the other, causing the oceans to bulge. We've discussed how this effect becomes more pronounced the closer that one gets to a gravitational body.
Eventually, if something like a moon gets too close to a very graviational body, these differential forces can rip that moon apart. The distance from the gravitational body at which this happens is called the Roche Limit, and it's given by the following equation:
where $r$ is the radius of the satellite, $m$ is the mass of the satellite, and $M$ is the mass of the parent body. Let's consider this for a second. As $r$ goes up, what happens to $d$? It goes up, because the larger body is more susceptible to differential forces. What happens as $M$ goes up? $d$ again goes up, since the tidal forces from a more massive parent body will be stronger. How about if $m$ goes up? In this case, $d$ goes down because the more massive satellite is better able to maintain its structure with its own self gravity.
Using some known relationships, we could re-write the above expression in terms of other characteristics of the two bodies, such as the densities. Recall that the density of a planet is given by its mass divided by its volume. That is:
If we assume that each body is a sphere, then the volume is given by:
where $r$ is the radius of the body. We can then substitute this into the expression for the density to get:
Solving this expression for the mass (so that we can substitute it into the Roche Limit equation), we have:
Substituting into the Roche Equation:
Simplifying:
Enceladus has a density of 1.61 g/cc. Given that Saturn has a density of 0.687 g/cc and a radius of 58,000 km, what is the Roche Limit for moons of this density in the Saturn system?
Plug and chug!
Enceladus orbits 238,000 km from the center of Saturn. What is the ratio of its orbital radius to the Roche Limit?
So...yes, Enceladus is safely outside the Roche Limit. In fact, it's over four times as far as it must be to remain coherent.
Let us imagine that Saturn's rings all came from one moon that got ripped apart by tidal forces. Let's pretend that this moon had the density of Enceladus, and that it orbited at approximately the same distance as Enceladus. How large would this moon needed to have been, given that the total mass of Saturn's rings is $3 \times 10^{19}$ kg?
Consider the Roche Limit equation in its original form:
Solve for $r$:
Use Saturn's density and radius to solve for its mass:
Solve for the mass:
Substitute into the equation for $r$:
RADAR is capable of penetrating below a top surface. The depth of penetration is given by:
Treating a quick example, let's consider some imaginary medium with $\epsilon=2.8$ and $\tan{\delta} = 10^{-3}$. What wavelength would be required to probe to a depth of 3km in this medium?
Let's solve for $\lambda$:
Click on this: https://www.nasa.gov/centers/goddard/images/content/388625main_Jupiter_Approach.gif. This gif is made from photographs taken over 60 Jupiter days by Voyager 2 as it approached Jupiter. In this video, you can see many of the things that we'll be discussing in today's section.
Jupiter's atmosphere is very dynamic. The clouds are banded, with high-altitude white zones of ammonia clouds and lower altitude red belts. Oval-shaped structures in the atmosphere are storms, with the most famous being the Great Red Spot (a high pressure zone).
The composition of Jupiter is very close to the composition of the Sun (86 percent hydrogen by volume, 13 percent helium, and some methane, ammonia, and other stuff). If it were about 80 times more massive, Jupiter could have become a star.
As previously mentioned, Jupiter is composed largely of hydrogen. As one plunges deeper into Jupiter's interior, the pressure (and thus the temperature) increases. For this reason, we see molecular hydrogen in the outer layers of Jupiter (gaseous and liquid), with metallic hydrogen deeper inside. In the deep interior there is a layer of ice surrounding a rock and metallic core.
PATH = "/Users/hunteradams/Documents/PhD Semester 5/Sections/"
Image(filename = PATH + "jovian.png", width=600, height=600)