Tag Archives: Mercury

An Artificial Intelligence identifies the Lunar craters

Hi there! Today we discuss about an algorithm. I guess you have already heard of Artificial Intelligence, and especially of some futuristic anticipations in which the world would be governed by robots… Fortunately, we are very far from that.

An Artificial Intelligence (AI), Google DeepMind’s AlphaGo, beat the Go professional player Lee Sedol in March 2016. Another AI, IBM’s DeepBlue, beat the then chess world champion Garry Kasparov in May 1997. These realizations of specific tasks belong to Narrow AI, while General AI would be Star Trek’s Data, i.e. a man-made system able to interact with its environments, and react better than a human would do.

Brent Spiner performing Data in Star Trek. © CBS Television Distribution
Brent Spiner performing Data in Star Trek. © CBS Television Distribution

In the context of planetary sciences, AI has recently permitted the discovery of exoplanets, from data analysis. The study I present today, Lunar crater identification via Deep Learning, by Ari Silburt et al., is another example of the way Artificial Intelligence may assist science. In this paper, the author challenge the computer to identify craters from images of the Moon and of Mercury, and the results appear to be very promising. This study has recently been accepted for publication in Icarus.

Craters in the Solar System

Let us forget AI for a short while. This is a blog of planetary sciences, remember? AI is a tool, not a goal. This study challenges a tool, which goal will be to identify craters. Hence, the goal is the craters.

Craters are ubiquitous in the Solar System, since it is intensively bombarded. This is especially true for the inner Solar System, since the impactors, i.e. small rocky bodies, are gravitationally attracted by the Sun. And while passing by, they may hit us, or the Moon, Mercury, Mars,… And we are lucky, since the current bombardment is much less intense than it was in the youth of the Solar System. Anyway, we have been intensively bombarded, we still are, but our atmosphere protects us in destroying the impactors, which reach the terrestrial surface as meteorites. A huge impactor is thought to be responsible for the extinctions of the dinosaurs, and may be one day… no, better not to think about it.

There are not so many craters at the surface of the Earth, partly because our atmosphere has eroded them, and partly because the geophysical activity relaxed them. But what about atmosphereless bodies like our Moon? Craters are everywhere!

And craters are the clock of the surface. If you see only craters, it means that the surface has not changed since the impact. The surface did not heat, did not melt, there was no geophysical activity creating failures, ridges,… For instance, in the satellites of Jupiter, you see almost no craters on Io and Europa, since there are active bodies. You see some on Ganymede, which is less active, and much more on Callisto, which is quieter.

The surfaces of the Galilean satellites of Jupiter Europa (left), Ganymede (middle), and Callisto (right), seen by Galileo. © NASA
The surfaces of the Galilean satellites of Jupiter Europa (left), Ganymede (middle), and Callisto (right), seen by Galileo. © NASA

This is why it is worthwhile to catalogue the craters of a given planetary body. But since it is a difficult and exhausting task, it is probably a good idea to tell a computer how to do it. This is where AI and Deep Learning come into play.

Artificial Intelligence, Machine Learning, and Deep Learning

As I told you, we are here interested in narrow AI: we want a computer to perform a specific task, and only that task, better than a human would do. And we want the computer to learn how to do it: this is Machine Learning. We give images of craters, tell the computer that they are craters, and we hope it to identify craters on images, which have not been studied yet, i.e. new data. Very well.

A common algorithm for that is Deep Learning. I do not want to go into specifics, but this uses several layers of neurons. Here, neurons should be understood as computing nodes performing a specific sub-tasks, and interacting with each others. The analogy with the human brain is obvious. In this specific case, the authors used convolutional neural networks, in which neurons layers are structured to perform a discrete convolution (a mathematical operation) between their inputs and a filter, which is represented by weights. These weights permit to ponder the relative roles of the different inputs of the system, i.e. which input is more relevant than another one…

The inputs are the planetary data.

Use of Digital Elevation Models of the Moon

Fortunately, we dispose of numerous topographic data of the Moon, which make it the ideal target for elaborating such an algorithm.

The authors used digital elevation maps (DEM) of the Moon, resulting from 2 different missions:

  1. the Lunar Reconnaissance Orbiter (LRO). This is an American mission, which orbits the Moon since 2009. It has made a 3-D map of the Moon’s surface at 100-meter resolution and 98.2% coverage, thanks to the Lunar Orbiter Laser Altimeter (LOLA), and the Lunar Reconnaissance Orbiter Camera (LROC).
  2. The Japanese mission SELENE (Selenological and Engineering Explorer), which is also known as Kaguya. It was composed of 3 spacecraft, i.e. a main orbiter and two satellites. It operated during 20 months, between September 2007 and June 2009. It was then intentionally crashed near the crater Gill.

The authors used such data to train the system, i.e. to make itself an expert in crater identification.

Algorithm of crater identification

Historically, the first identifications of craters were made by visually examining the images. Of course, this is an exhaustive task, and the human being has failures. Moreover, if a small crater looks like a circle, larger ones, i.e. with a diameter larger than 20 km, may have a central peak, may contain other craters, and/or may be altered by the topography (mountains…).

The consequence is that beside the time spent to perform this task, you would have false detections (you think this is a crater, but it is not), and miss some craters, especially the smallest ones. If someone else does the same task, from the same data, (s)he would get a significantly different list. Comparing these lists would be a way to estimate the identification errors.

So, you can see that the use of the numerical tool is inescapable. But how would you do that? Some algorithms identify the circles on the images thanks to a Hough transform (I do not want to go into specifics, but this is a mathematical transformation of your images which tells you “there is a circle there!”), some identify the edges of the craters, some do both… And Deep Learning is learning by itself how to identify craters.

This consists essentially of 3 steps:

  1. training,
  2. validation,
  3. tests.

The algorithm detects crater rims from their pixel intensities, then fits a circle on them, and give as outputs the coordinates of the center and the mean radius of the crater. The authors then compared the results with existing catalogues.

The relevant parameters

The detection of the craters uses parameters, for instance the threshold for the detection of variation of pixel intensities. And the efficiency of the algorithm is measured with

  1. the true positives Tp (the algorithm tells you there is a crater, and you know there is actually one),
  2. the false positives Fp (the algorithm tells you there is a crater, but there is none),
  3. the false negatives Fn (the algorithm tells you nothing, while you know there is a crater),

and these quantities are recombined as

  • the precision P = Tp/(Tp+Fp) (if the algorithm tells you there are 100 craters, how many are actually present?),
  • the recall R = Tp/(Tp+Fn) (over 100 craters, how many are detected by the algorithm?)
  • F1 = 2PR/(P+R), which permits to use a single-parameter metric.
  • The goal is of course to maximize F1.

    Beside this, the authors also compared the coordinates and radii of the detected craters with the ones present in the catalogues, i.e. which had been previously determined by other methods. And all of this works pretty well!

    Success for the Moon

    The algorithm detected 92% of the known craters. Moreover, it also announced to the authors the detection of 361 new craters, and showed to be particularly efficient for craters with a diameter smaller than 5 km. Not only these small craters are a challenge for the human eye, but their regular shape makes the automatic detection more reliable. So, you here have an example of a task, for which the computer could be more efficient than the human. Among these 361 new craters, the authors estimate 11% of them to be false positives (Fp). This last number has some uncertainty, since the validation of a crater is made by a human eye, and the outcome depends on the brain, i.e. the human, behind the eye.

    This is very promising but would that work on another body? It seems so…

    Successful transfer-learning to Mercury

    Finally, the authors asked the computer to identify craters on the surface of Mercury. Remember that the computer was trained with Lunar data. This is called a domain shift, and this is a challenge, since the surface of Mercury has not exactly the same properties of the Lunar one. The bombardment activity was different, Mercury was possibly partly resurfaced, the material itself is different…

    The Moon is on the left, and Mercury on the right.
    The Moon is on the left, and Mercury on the right.

    But the results are pretty good, i.e. many craters are actually detected.

    The algorithm needs some refinements. For instance, it may be lured by circular depressions, which are not true craters (false positives). But the results are very encouraging, in particular for identifying craters on bodies, for which no catalogue exists at this date. The last space missions have given Digital Elevation Models for Venus, Mars, Vesta, and Ceres, and this algorithm may prove very useful to identify their craters.

    Deep Learning is the future!

    The study and its authors

    And that’s it for today! Please do not forget to comment. You can also subscribe to the RSS feed, and follow me on Twitter, Facebook, Instagram, and Pinterest.

Ice on Mercury

Hi there! You know Mercury, the innermost planet of the Solar System. It has recently been explored during 4 years by the American spacecraft MESSENGER, which gave us invaluable data on its surface, its magnetic field, its interior…
Today I present you a study on the ice on Mercury. It is entitled Constraining the thickness of polar ice deposits on Mercury using the Mercury Laser Altimeter and small craters in permanently shadowed regions, by Ariel N. Deutsch, James W. Head, Nancy L. Chabot & Gregory A. Neumann, and has recently been accepted for publication in Icarus.
We know that there is some ice at the surface of Mercury, and the study wonders how much. Since Mercury is close to the Sun, its surface is usually hot enough to sublimate the ice… except in permanently shadowed regions, i.e. in craters. For that, the authors compared the measured depth of small craters, and compared it with the expected depth from the excavation of material by an impactor. The difference is supposed to be ice deposit.

Mercury and MESSENGER

The planet Mercury is known at least since the 14th century BC. It was named after the Roman messenger god Mercurius, or Hermes in Greek, since the messengers saw it at dawn when they left, and at dusk when they arrived. The reason is that Mercury is in fact pretty close to the Sun, i.e. three times closer than our Earth. So, usually the Sun is so bright that it prevents us from observing it. Unless it is below the horizon, which happens at dawn and at dusk.

Mercury makes a full revolution around the Sun in 88 days, and a full rotation in 58 days. This 2/3 ratio is a dynamical equilibrium, named 3:2 spin-orbit resonance, which has been reached after slow despinning over the ages. This despinning is indeed a loss of energy, which has been favored by the tidal (gravitational) action of the Sun. This resulting spin-orbit resonant configuration is a unique case in the Solar System. A consequence is that the Solar day on Mercury lasts 176 days, i.e. if you live on Mercury, the apparent course of the Sun in the sky lasts 176 days.

The proximity of the Sun makes Mercury a challenge for exploration. Mariner 10 made 3 fly-bys of it in 1974-1975, mapping 45% of its surface, and measuring a tiny magnetic field. We had to wait until 2011 for the US spacecraft MESSENGER (MErcury Surface, Space ENvironment, GEochemistry and Ranging) to be the first human-made object inserted into orbit around Mercury. The orbital phase lasted 4 years, and gave us a full map of the planet, gravity data, accurate measurements of its rotation, a list of craters, measurements of the magnetic field,…

The instrument of interest today is named MLA, for Mercury Laser Altimeter. This instrument used an infrared laser (wavelength: 1,064 nanometers) to estimate the height of the surface from the reflection of the laser: you send a laser signal, you get it back some time later, and from the time you have the distance, since you know the velocity, which is the velocity of the light. And in applying this technique all along the orbit, you produce a map of the whole planet. This permits for instance to estimate the size and depth of the craters.

The Mercury Laser Altimeter (MLA).
The Mercury Laser Altimeter (MLA).

Ice on Mercury

The discovery of ice at the poles of Mercury was announced in 1992. It was permitted by Earth-based radar imagery made at Goldstone Deep Space Communications Complex in the Mojave desert, in California (USA). Ice is pretty easy to uncover, because of its high reflectivity. But this raises some questions:

  1. How can ice survive on Mercury?
  2. How much ice is there?
  3. How did it arrive?
The Goldstone facilities in 2018. © Google
The Goldstone facilities in 2018. © Google

The first question is not really a mystery. Because of its long Solar day and its absence of atmosphere (actually Mercury has a very tenuous exosphere, but we can forget it), Mercury experiences huge variations of temperature between day and night, i.e. from 100K to 700K, or -173°C to 427°C, or -279°F to 801°F (it is in fact not accurate at the 1°F level…). So, when a region is illuminated, the water ice is definitely not stable. However, there are regions, especially at the poles, which are never illuminated. There ice can survive.

The last two questions are answered by this study.

Ice is still present in craters

For not being illuminated, it helps to be close to a pole, but the topography can be helpful as well. The surface of Mercury is heavily cratered, and the bottoms of some of these craters are always hidden from the Sun. This is where the authors looked for ice. More precisely, they investigated 10 small craters within 10 degrees of the north pole. And for each of them, they estimated the expected depth from the diameter, and compared it with the measured depth. If it does not match, then you have water ice at the bottom. Easy, isn’t it?

The Carolan crater, one of the craters studied. © NASA
The Carolan crater, one of the craters studied. © NASA

Well, it is not actually that easy. The question is: did the water ice arrive after or before the excavation of the crater? If it arrived before, then the impactor just excavated some ice, and the measurements do not tell you anything.

Another challenge is to deal with the uncertainties. MLA was a wonderful instrument, with an accuracy smaller than the meter. Very well. But you are not that accurate if you want to predict the depth of a crater from its diameter. The authors used an empirical formula proposed by another study: d=(0.17±0.04)D0.96±0.11, where d is the depth, and D the diameter. The problem is the ±, i.e. that formula is not exact. This uncertainty is physically relevant, since the depth of the crater might depend on the incidence angle of the impact, which you don’t know, or on the material at the exact location of the impact… and this is a problem, since you cannot be that accurate on the theoretical depth of the crater. The authors provide a numerical example: a 400-m diameter crater has an expected depth between 21.2 and 127.7 m… So, there is a risk that the thickness of ice that you would measure would be so uncertain that actual detection would be unsure. And this is what happens in almost of all the craters. But the detection is secured by the fact that several craters are involved: the more data you have, the lower the uncertainties. And the ice thickness derived from several craters is more accurate than the one derived from a single crater.

Results: how much ice?

And the result is: the ice thickness is 41+30-14m. The uncertainty is large, but the number remains positive anyway, which means that the detection is positive! Moreover, it is consistent with previous studies, from the detection of polar ice with Goldstone facilities, to similar studies on other regions of Mercury. So, there is ice on Mercury.
An extrapolation of this result suggests that the total mass of water ice on the surface of Mercury is “1014-1015 kg, which is equivalent to ~100-1,000 km3 ice in volume, assuming pure water ice with no porosity” (quoted from the study).

The origin of ice

Mercury is a dense planet, i.e. too dense for such a small planet. It is widely accepted that Mercury as we see it constituted a core of a proto-Mercury, which has been stripped from its mantle of lighter elements. Anyway, Mercury is too dense for the water ice to originate from it. It should come from outside, i.e. it has been brought by impactors. The authors cite studies stating that such a quantity could have been brought by micrometeorites, by Jupiter-family comets, and even by a single impactor.

Another spacecraft soon

Such a study does not only exploit the MESSENGER data, but is also a way to anticipate the future measurements by Bepi-Colombo. This mission will be constituted of two orbiters, one supervised by the European Space Agency (ESA), and the other one by the Japanese agency JAXA. Bepi-Colombo should be launched in October 2018 from Kourou (French Guiana), and inserted into orbit around Mercury in April 2026. Its accuracy is expected to be 10 times better than the one of MESSENGER, and the studies inferring results from MESSENGER data can be seen as predictions for Bepi-Colombo.

The study and its authors

And that’s it for today! Please do not forget to comment. You can also subscribe to the RSS feed, and follow me on Twitter, Facebook, Instagram, and (NEW) Pinterest.

The origin of giant impactors

Hi there! You may know that our Solar System has had a catastrophic youth, destructive impacts playing an inescapable role in sculpting its structure. The paper I present you today, Constraints on the pre-impact orbits of Solar System giant impactors, by Alan P. Jackson, Travis S.J. Gabriel & Erik I. Asphaug, proposes an efficient way to determine the orbit of a giant impactor before the impact. This tells us where this impactor could have come from. The study has recently been published in The Monthly Notices of the Royal Astronomical Society.

Giant impacts in the Solar System

In its early history, the Solar System was composed of many small bodies, i.e. many much than now, most of them having been cleared since then. They have been cleared because the gravitational perturbation of the planets made their orbits unstable. They may also have been destroyed by collisions. Before the clearing was completed, the presence of so many bodies favored intense bombardments. You know for instance the Late Heavy Bombardment (LHB), which probably happened 4 Byr ago, during 200 Myr.
The violence and the outcome of an impact depend on the relative sizes of the target and the impactor, and their relative velocities. Here, the relative velocity should be seen as a vector, i.e. not only the velocity itself is important (the norm of the vector), but its orientation as well, since it directly affects the incidence angle. The craters on the surface of telluric planets, asteroids, and planetary satellites tell us about the history of the bodies, and are the signature of such bombardment. They have been excavated by impactors of moderate size. But now, imagine that the impactor has the size of a planetary body. This is what the authors address as giant impactors.
Giant impactors could have been responsible for

  • the formation of the Moon,
  • the removal of light elements on Mercury,
  • the formation of the two satellites of Mars, Phobos and Deimos,
  • the tilt of Uranus,
  • the disruption of dwarf planets, creating asteroids families,
  • the rings of Saturn,

and many more.

2 kinds of massive impacts

When two bodies of pretty similar size collide, they could

  • either be destroyed, or just one of them be destroyed,
  • survive.

The last case is known as hit-and-run. It happens when the impact is tangential, like between two billiard balls. But it is a little more complicated, of course. This last decade has seen the publication of many Smooth Particle Hydrodynamics (SPH) simulations, in which the impactor and the target are modeled as aggregates of particles. Their mutual interactions are of course considered. Such simulations permit to model the differentiated composition of the two involved bodies, i.e. heavy elements constitute the core, while lighter ones make the mantle, and to trace the outcome of the different geochimical components during and after the impact. This way, the results can be compared with our knowledge of the composition of the bodies. We can evaluate which fraction of the material of the impactor is finally reaccreted on the target, and we can also determine the consequences of hit-and-run collisions. It appears that these collisions do not leave the two bodies intact, but they may strip them from their outer layers.

Why determining their origin

It appeared from the simulations and from the observed compositions of planetary bodies, like the Earth-Moon pair, that impacts do affect the composition of the resulting bodies, and that the difference of composition between the target and the impactor may result in variations of composition after the process is completed, i.e. not only the collision, but also the coalescence of the dust cloud and the reaccretion of the debris. Determining the composition of an impacted planetary body can tell us something on the composition of the impactor.
The composition of planetary bodies depend on their location in the Solar System. The distance with the Sun affects the temperature, which itself affects the viscoelastic properties of the material. Moreover, the initial protoplanetary nebula which gave birth to the Solar System had probably a radial dependent composition, which affected the composition of the resulting planetary bodies. If we could know where an impactor came from, that would tell us something on the primordial Solar System.

The impact velocity gives the orbit of the impactor

In 2014 the first author, i.e. Alan P. Jackson, while he was in UK, lead a study in which the orbital elements of the impacted bodies were determined, in modeling the impact as an impulsive velocity kick. In the present study, the authors invert the formulae, to get the pre-impact elements from the post-impact ones, which are observed, and from the impact velocity, which is estimated by other studies.

This seems easy, but actually is not. One of the problem is that the uncertainties on the impact velocity translates into a family of possible pre-impact elements. Anyway, they give constraints on the semimajor axis, eccentricity and inclination of the impactor. Something very interesting with this method is that the inversion of analytical formulae is very fast with a computer, i.e. you can have the result in a few seconds, maybe less, while the classical method would consist to run N-body simulations during days, where you model the motions of thousands of candidate-impactors (of which you know nothing), until you observe a collision… or not.

In determining the possible pre-impact orbital elements, the authors can assess whether the impactors are likely to fall on the Sun, or to cross the orbit of another planet. In particular, a Sun-grazing solution should obviously be rejected. Moreover, the authors consider that an impactor which would have crossed the orbit of Jupiter would probably have been ejected from the Solar System. As a consequence, such a solution has only a low probability.

And now, let us have a look at the results! The authors applied their method on the formation of the Moon, of Mercury, and on the northern hemisphere of Mars.

A slow impact formed the Moon

It is widely accepted that a giant impactor, nicknamed Theia, has split the proto-Earth between the Earth and the Moon. The literature proposes us three scenarios:

  1. A canonical scenario, in which Theia is a Mars-sized object,
  2. A hit-and-run scenario, in which only part of Theia constitutes the protolunar disk,
  3. A violent scenario, which assumes that the Earth spun very fast at the time of the impact, and that the total angular momentum of the Earth-Moon system was twice the present one. This last scenario requires high impact velocities.

It appears from the results that the last of these scenarios, which requires high velocities, is much less probable than the others, because high velocities translate into highly eccentric orbits. Highly eccentric orbits are the less stable ones, in particular many of them cross the orbit of Jupiter, which could eject them from the Solar System.
So, a conclusion of this study is that the formation of the Moon probably results from a low velocity impact between the proto-Earth and Theia.

Stripping Mercury from its light elements

The composition of Mercury is intriguing, since it is anomalously dense with respect to its size. It is as if the observed Mercury would only be the core of a planet. A proposed explanation is that the proto-Mercury was composed of that core and a mantle of lighter elements (an alternative one is a depletion of lighter elements in the protoplanetary nebula in that region of the Solar System). And of course, it has been imagined that the removal of the mantle is due to a giant impact.

Two scenarios are present in the literature:

  1. A violent impact on the proto-Mercury, which would have removed the mantle,
  2. A succession of hit-and-run collisions in which the proto-Mercury would have been the impactor on the proto-Earth and / or the proto-Venus, and which would have been progressively enriched in iron.

The authors consider the multiple hit-and-run scenario as the most probable one, since it is the one involving the smallest velocities, and limits the possibility of gravitational scattering by Jupiter.

A giant impact on Mars

The North Polar Basin of Mars, or Borealis Basin, covers 40% of the surface of Mars. It may be the largest impact basin in the Solar System, and it creates a dichotomy between the northern and the southern hemispheres.

Topography of Mars, from the instrument MOLA. Borealis Basin is the large blue region in the north. © USGS
Topography of Mars, from the instrument MOLA. Borealis Basin is the large blue region in the north. © USGS

The authors stress that the exact location of Mars at the date of the impact does affect the results, in particular Earth-crossing orbits are allowed only is Mars was close to its pericentre (the location on its orbit, where it is the closest to the Sun). Anyway, they find that the impactor should have had an orbit close to the one of Mars, and suggest that its semimajor axis could have been between 1.2 and 2.2 astronomical unit (the one of Mars being 1.52 AU).

The study and its authors

And that’s it for today! Please do not forget to comment. You can also subscribe to the RSS feed, and follow me on Twitter and Facebook.

How rough is Mercury?

Hi there! Today I will tell you on the smoothness of the surface of Mercury. This is the opportunity for me to present The surface roughness of Mercury from the Mercury Laser Altimeter: Investigating the effects of volcanism, tectonism, and impact cratering by H.C.M. Susorney, O.S. Barnouin, C.M. Ernst and P.K. Byrne, which has recently been published in Journal of Geophysical Research: Planets. This paper uses laser altimeter data provided by the MESSENGER spacecraft, to measure the regularity of the surface in the northern hemisphere.

The surface of Mercury

I already had the opportunity to present Mercury on this blog. This is the innermost planet of the Solar System, about 3 times closer to the Sun than our Earth. This proximity makes space missions difficult, since they have to comply with the gravitational action of the Sun and with the heat of the environment. This is why Mercury has been visited only by 2 space missions: Mariner 10, which made 3 fly-bys in 1974-1975, and MESSENGER, which orbited Mercury during 4 years, between 2011 and 2015. The study of MESSENGER data is still on-going, the paper I present you today is part of this process.

Very few was known from Mercury before Mariner 10, in particular we just had no image of its surface. The 3 fly-bys of Mariner 10 gave us almost a full hemisphere, as you can see below. Only a small stripe was unknown.

Mercury seen by Mariner 10. © NASA.
Mercury seen by Mariner 10. © NASA.

And we see on this image many craters! The details have different resolutions, since this depends on the distance between Mercury and the spacecraft when a given image was taken. This map is actually a mosaic.
MESSENGER gave us full maps of Mercury (see below).

Mercury seen by MESSENGER. © USGS
Mercury seen by MESSENGER. © USGS

Something that may be not obvious on the image is a non-uniform distribution of the craters. So, Mercury is composed of cratered terrains and smooth plains, which have different roughnesses (you will understand before the end of this article).
Craters permit to date a terrain (see here), i.e. when you see an impact basin, this means that the surface has not been renewed since the impact. You can even be more accurate in dating the impact from the relaxation of the crater. However, volcanism brings new material at the surface, which covers and hides the craters.

This study focuses on the North Pole, i.e. latitudes between 45 and 90°N. This is enough to have the two kinds of terrains.

Three major geological processes

Three processes affect the surface of Mercury:

  1. Impact cratering: The early Solar System was very dangerous from this point of view, having several episodes of intense bombardments in its history. Mercury was particularly impacted because the Sun, as a big mass, tends to focus the impactors in its vicinity. It tends to rough the surface.
  2. Volcanism: In bringing new and hot material, it smoothes the surface,
  3. Tectonism: Deformation of the crust.

If Mercury had an atmosphere, then erosion would have tended to smooth the surface, as on Earth. Irrelevant here.

To measure the roughness, the authors used data from the Mercury Laser Altimeter (MLA), one of the instruments of MESSENGER.

The Mercury Laser Altimeter (MLA) instrument

This instrument measured the distance between the spacecraft and the surface of Mercury from the travel time of light emitted by MLA and reflected by the surface. Data acquired on the whole surface permitted to provide a complete topographic map of Mercury, i.e. to know the variations of its radius, detect basins and mountains,… The accuracy and the resolution of the measurements depend on the distance between the spacecraft and the surface, which had large variations, i.e. between 200 and 10,300 km. The most accurate altimeter data were for the North Pole, this is why the authors focused on it.

Roughness indicators

You need at least an indicator to quantify the roughness, i.e. a number. For that, the authors work on a given baseline on which they had data, removed a slope, and calculated the RMS (root mean square) deviation, i.e. the average squared deviation to a constant altitude, after removal of a slope. When you are on an inclined plane, then your altitude is not constant, but the plane is smooth anyway. This is why you remove the slope.

But wait a minute: if you are climbing a hill, and you calculate the slope over 10 meters, you have the slope you are climbing… But if you calculate it over 10 km, then you will go past the summit, and the slope will not be the same, while the summit will affect the RMS deviation, i.e. the roughness. This means that the roughness depends on the length of your baseline.

This is something interesting, which should be quantified as well. For this, the authors used the Hurst exponent H, such that ν(L) = ν0LH, where L is the length of the baseline, and ν the standard deviation. Of course, the data show that this relation is not exact, but we can say it works pretty well. H is determined in fitting the relation to the data.

Results

To summarize the results:

  • Smooth plains: H = 0.88±0.01,
  • Cratered terrains: H = 0.95±0.01.

The authors allowed the baseline to vary between 500 m and 250 km. The definition of the Hurst exponent works well for baselines up to 1.5 km. But for any baseline, the results show a bimodal distribution, i.e. two kinds of terrains, which are smooth plains and cratered terrains.

It is tempting to compare Mercury to the Moon, and actually the results are consistent for cratered terrains. However, the lunar Maria seem to have a slightly smaller Hurst exponent.

To know more

That’s it for today! The next mission to Mercury will be Bepi-Colombo, scheduled for launch in 2018 and for orbital insertion in 2025. Meanwhile, please do not forget to comment. You can also subscribe to the RSS feed, and follow me on Twitter and Facebook.

Measuring the tides of Mercury

Hi there! I have already told you about the tides. If you follow me, you know that the tides are the deformations of a planet from the gravitational action of its parent star (the Sun for Mercury), and that a good way to detect them is to measure the variations of the gravity field of a planet from the deviations of a spacecraft orbiting it. From periodic variations we should infer a coefficient k2, known as the potential Love number, which represents the response of the planet to the tides…

That’s all for today! Please feel free to comment… blablabla…

Just kidding!

Today, I will tell you about another way to measure the tides, from the rotation of Mercury. For this, I will present you a study entitled Periodic and quasi-periodic attractors for the spin-orbit evolution of Mercury with a realistic tidal torque, which was recently published in The Monthly Notices of the Royal Astronomical Society. This is a collaboration between English and Italian mathematicians, i.e. Michele Bartuccelli, Jonathan Deane, and Guido Gentile. In planetary sciences mathematics can lead to new discoveries. In this case, the idea is: tides slow down the rotation of a planetary body, which eventually reaches an equilibrium rotation (or spin). For the Moon, the equilibrium is the synchronous rotation, while for Mercury it is the 3:2 spin-orbit resonance. Very well. A very good way to describe this final state is to describe the equilibrium rotation, i.e. in considering that the tides do not affect the spin anymore. But this is just an approximation. The tides are actually still active, and they affect the final state. In considering it, the authors show that the variations of the spin rate of Mercury should be composed of at least two sinusoids, i.e. two periodic effects, the superimposition of these two periods being quasi-periodic… you now understand the title.

The rotation of Mercury

I have already presented you Mercury here. Mercury is the innermost planet of the Solar System, with a semimajor axis which is about one third of the one of the Earth, i.e. some 58 million km, and a surprisingly large orbital eccentricity, which is 0.206. These two elements favor a spin-orbit resonance, i.e. the rotation rate of Mercury is commensurate with its orbital rate. Their ratio is 3/2, Mercury performing a revolution about the Sun in 88 days, while a rotation period is 58 days. You can notice a 3/2 ratio between these two numbers.

The 3:2 spin-orbit resonance of Mercury
The 3:2 spin-orbit resonance of Mercury

Why is this configuration possible as an equilibrium state? If you neglect the dissipation (the authors do not) and the obliquity (the authors do, and they are probably right to do it), you can write down a second-degree ODE (ordinary differential equation), which rules the spin. In this equation, the triaxiality of Mercury plays a major role, i.e. Mercury spins the way it spins because it is triaxial. Another reason is its orbital eccentricity. This ODE has equilibriums, i.e. stable spin rates, among them is the 3:2 spin-orbit resonance.

And what about the obliquity? It is actually an equilibrium as well, known as Cassini State 1, in which the angular momentum of Mercury is tilted from the normal to its orbit by 2 arcminutes. This tilt is a response to the slow precessing motion (period: 300,000 years) of the orbit of Mercury around the Sun.

Let us forget the obliquity. There are several possible spin-orbit ratios for Mercury.

Possible rotation states

If you went back to the ODE which rules the spin-rate of Mercury, you would see that there are actually several equilibrium spin rates, which correspond to p/2 spin-orbit resonances, p being an integer. Among them are the famous synchronous resonance 1:1 (p=2), the present resonance of Mercury (p=3), and other ones, which have never been observed yet.

If we imagine that Mercury initially rotated pretty fast, then it slowed down, and crossed several resonances, e.g. the 4:1, the 7:2, 3:1, 5:2, 2:1… and was trapped in none of them, before eventually being trapped in the present 3:2 one. Or we can imagine that Mercury has been trapped for instance in the 2:1 resonance, and that something (an impact?) destabilized the resonance…
And what if Mercury had been initially retrograde? Why not? Venus is retrograde… In that case, the tides would have accelerated Mercury, which would have been trapped in the synchronous resonance, which is the strongest one. This would mean that this synchronous resonance would have been destabilized, to allow trapping into the 3:2 resonance. Any worthwhile scenario of the spin evolution of Mercury must end up in the 3:2 resonance, since it is the current state. The scenario of an initially retrograde Mercury has been proposed to explain the hemispheric repartition of the observed impacts, which could be a signature of a past synchronous rotation. Could be, but is not necessarily. Another explanation is that the geophysical activity of Mercury would have renewed the surface of only one hemisphere, making the craters visible only on the other part.

Anyway, whatever the past of Mercury, it needed a dissipative process to end up in an equilibrium state. This dissipative process is the tides, assisted or not by core-mantle friction.

The tides

Because of the differential attraction of the Sun on Mercury, you have internal friction, i.e. stress and strains, which dissipate energy, and slow down the rotation. This dissipation is enforced by the orbital eccentricity (0.206), which induces periodic variations of the Sun-Mercury distance.
An interesting question is: how does the material constituting Mercury react to the tides? A critical parameter is the tidal frequency, i.e. the way you dissipates depends on the frequency you shake. A derivation of the tidal torque raised by the Sun proves to be a sum of periodic excitations, one of them being dominant in the vicinity of a resonance. This results in an enforcement of all the spin-orbit resonances, which means that a proper tidal model is critical for accurate simulations of the spin evolution.
A pretty common way to model the tides is the Maxwell model: you define a Maxwell time, which is to be compared with the period of the tidal excitation (the shaking). If your excitation is slow enough, then you will have an elastic deformation, i.e. Mercury will have the ability to recover its shape without loss of energy. However, a more rapid excitation will be dissipative. Then this model can be improved, or refined, in considering more dissipation at high frequencies (Andrade model), or grain-boundary slip (Burgers model)… There are several models in the literature, which are supported by theoretical considerations and lab experiments. Choosing the appropriate one depends on the material you consider, under which conditions, i.e. pressure and temperature, and the excitation frequencies. But in any case, these physically realistic tidal models will enforce the spin-orbit resonances.

Considering only the tides assumes that your body is (almost) homogeneous. Mercury has actually an at least partially molten outer core, i.e. a global fluid layer somewhere in its interior. This induces fluid-solid boundaries, the outer one being called CMB, for core-mantle boundary, and you can have friction there. The authors assumed that the CMB was formed after the trapping of Mercury into its present 3:2 spin-orbit resonance, which is supported by some studies. This is why they neglected the core-mantle friction.

This paper

This paper is part of a long-term study on the process of spin-orbit resonance. The authors studied the probabilities of capture (when you slow down until reaching a spin-orbit resonance, will you stay inside or leave it, still slowing down?), proposed numerical integrators adapted to this problem…
In this specific paper, they write down the ODE ruling the dynamics in considering the frequency-dependent tides (which they call realistic), and solve it analytically with a perturbation method, i.e. first in neglecting a perturbation, that they add incrementally, to eventually converge to the real solution. They checked their results with numerical integrations, and they also studied the stability of the solutions (the stable solutions being attractors), and the probabilities of capture.

In my opinion, the main result is: the stable attractor is not periodic but quasi-periodic. Fine, but what does that mean?

If we neglect the influence of the other planets, then the variations of the spin rate of Mercury is expected to be a periodic signal, with a period of 88 days. This is due to the periodic variations of the Sun-Mercury distance, because of the eccentricity. This results in longitudinal librations, which are analogous to the librations of the Moon (we do not see 50% of the surface of the Moon, but 59%, thanks to these librations). The authors say that this solution is not stable. However, a stable solution is the superimposition of these librations with a sinusoid, which period is close to 15 years, and an amplitude of a few arcminutes (to be compared to 15 arcminutes, which is the expected amplitude of the 88-d signal). So, it is not negligible, and this 15-y period is the one of the free (or proper) oscillations of Mercury. A pendulum has a natural frequency of oscillations, here this is exactly the same. But contrarily to a pendulum, the amplitude of these oscillations does not tend to 0. So, we could hope to detect it, which would be a direct observation of the tidal dissipation.

Measuring the rotation

What can we observe? We should first keep in mind that the authors addressed the early Mercury, when being trapped into the 3:2 spin-orbit resonance, which was pretty homogeneous. The current Mercury has a global fluid layer, which means a larger (about twice) amplitude of the 88-d signal, and a different dissipative process, the tides being assisted by core-mantle friction. As a consequence, there is no guarantee that the 15-y oscillation (actually a little shorter, some 12 years, because of the fluid core) would still exist, and that would require a dedicated study. But measuring it would be an information anyway.

How to measure it? The first observations of the rotation of Mercury in 1965 and of the librations in 2007 were Earth-based, radar observations, which are sensitive to the velocity. This means that they are more likely to detect a rapid oscillation (88 d, e.g.) than a slow one (12 years…). Observations of the surface of Mercury by the spacecraft MESSENGER confirmed those measurements. In 2018 the ESA/JAXA (Europe / Japan) joint mission Bepi-Colombo will be sent to Mercury, for orbital insertion in 2025 and hopefully a 2-y mission, with a better accuracy than MESSENGER. So, we could hope a refinement of the measurements of the longitudinal motion.

Purple: The 88-d oscillation. Green: Superimposed with the 15-y one. Keep in mind that Bepi-Colombo will orbit Mercury during some 2 years.
Purple: The 88-d oscillation. Green: Superimposed with the 15-y one. Keep in mind that Bepi-Colombo will orbit Mercury during some 2 years.

To know more

That’s it for today! Please do not forget to comment. You can also subscribe to the RSS feed, and follow me on Twitter and Facebook.