21 Cartography
The sphere is a 2-dimensional object (its inside is three dimensional, but remember the geometry that concerns us is only the surface), but so far we have been studying it using the three coordinates of Euclidean 3-space in which it lives. This is sometimes incredibly convenient - it let us describe the geodesics of the sphere in a simple way as intersections of
While the number of variables alone certainly increases complexity, worse computational woes are caused by the fact that the cartesian
This makes certain computations prohibitively difficult: you may recall that so far out of the three properties we claimed equivalently define geodesics, (length-minimizing, zero acceleration, and fixed by symmetries), we have actually only proven the latter two to be equivalent. The reason is simply that dealing with length integrals of the form
lead to some pretty long calculations, and massively increase the complexity of actually doing a the calculation, leading to some pretty unenlightening pages of integrals.
But the good news is, there’s another perspective on spherical geometry which addresses these shortcomings of the
- Its naturally intrinsically 2-dimensional, dealing only with 2D vectors and
matrices. - It allows (some) geodesics to be described in a simple way, making various length integrals more tractable.
- It can be drawn on a chalkboard or in a notebook, so I don’t have to lug a physical sphere up and down to the fourth floor for each class!
And the best feature of this new approach to geometry is that we are already familiar with it - humans have been using it to represent spheres since antiquity. It’s the study of maps.
In this chapter we will look at some historical examples of maps, try to discover the underlying mathematical concepts that tie them all together, and then look at one (particularly simple) map as an example, to see how calculations are done.
21.1 Examples
The idea to try and accurately portray regions of the spherical earth on a portion of the Euclidean plane dates back to antiquity, and in the 2nd century CE Ptolemy wrote a book - Geographica containing a prescription of coordinates for map-making, and a map of the known world (the Mediterranean basin).
Over the intervening centuries many hundreds of different map-making styles have been created, with each map specifically designed to serve certain purposes best. Perhaps the most famous map is the Mercator projection, designed in 1569 by Gerardus Mercator (whose real name was Gerhard Kremer):
This map was originally designed to simplify navigation by ship: it has the very useful property that any angle you measure on the map accurately reflects the true angle value on the globe (more about this, later).
While this map became famous for preserving angles, it is also infamous for not accurately representing areas. In reality Africa is a gigantic continent (the United States approximately fits just into the Sahara Desert!), but here it appears to be about the same size as Greenland: an island which is actually fourteen times smaller. To appreciate the amount of distortion here, we can look at an overlay of each country with an accurately-sized version of itself.
To interact with such a graphic in real time, visit the website https://www.thetruesize.com/, which allows you to choose a country to drag around the mercator projection, and see its true size relative to other countries on the map!
Of course, its natural that there’s distortion to the shape and size of regions on the map: we are trying to flatten the curved geometry of the sphere into a region of the plane! After we’ve developed a bit more mathematical material, we will prove a theorem to this effect. To help visualize the distortions of map, French mathematician Nicolas Auguste Tissot introduced the drawing of small disks on a map - representing the images of small uniformly sized circles on the earth. Such a shape is now known in map-making as a Tissot’s Indicatrix (plural: Tissot’s Indicatrices).
The pairing of a map with Tissot’s Indicatrices gives a helpful way to both visualize the earth while simultaneously being aware of the distortion incurred by this projection. We will adopt this as good style throughout the rest of the text, and anytime we draw a new map for the first time, we will accompany it with Tissots Indicratices (though once we start into the mathematics, we will leave this mapmaker terminology behind and start calling them map disks, or infinitesimal disks).
A natural question after seeing the Mercator map is, can you find a map that doesn’t mess up areas so much? And indeed, you can! The map projection below is attributed to John Lambert in 1772 and is usually called the Lambert Cylindrical Projection, but the key idea traces back to Archimedes!
The Archimedes/Lambert map preserves the area of all regions, but it does so at its own cost: now angles are distorted! Recall that each of Tissots Indicatrices represents a small perfect circle on the globe - so the fact that these are being represented as thinner and thinner ovals near the poles means the map is stretching much more in one direction than in the other.
There are all sorts of area-preserving maps like this. The Archimedes/Lambert projection leaves the area near the equator relatively undistorted, but stretches horizontally near the poles. Instead, the Smyth projection manages to conserve area by stretching vertically inside the tropics, and horizontally outside:
This vertical stretching makes a map wtih smaller aspect ratio, and this trend can be continued: the Tobler projection stretches most of the earth vertically and only the arctic circle horizontally, to make a map which is a perfect square:
There are also other map styles which choose to preserve angles (like Mercator), such as the Lambert Cone Projection
or the Pierce Projection which does unequally display area, but attempts to arrange it so the big distortions happen out at sea, and do not affect the landmasses as much.
Another map in this category is stereographic projection, which will be the most important map of all mathematically (see the future chapter by the same name). Having drawn Tissots Indicatrices, you can easily tell these maps scale distances non-uniformly over the globe, but at each point scale all distances by the same amount, as circles are sent to circles!
Other maps may try to preserve certain distances, instead of lengths or angles. The Azimuthal Equidistant projection shows the correct distance from the north pole to any point on the map, while distorting both angles and areas. One particularly egregious distortion: the south pole is mapped to an entire ring (a circle of constant distance from the north pole), an unfortunate feature causing some people on the internet to take this map literally, and claim there is a great ice wall surrounding our disk shaped world.
So far, all the maps we’ve looked at have tried to depict the earth in some reasonable shaped region of the plane, and just live with the resulting distortion. But one can instead try to as best preserve angle and area as possible, and instead distort the shape of the map itself. Notable maps in this family include the tetrahedral projection,
as well as the Waterman projection, based on a truncated octahedron
or the even wilder Dymaxion projection
21.2 Foundations
Alright - so we’ve now seen a bunch of maps, and spent some time thinking about how to interpret them. But how do we make this subject mathematical? To do mathematics we need definitions, and so the first thing we have to do is figure out abstractly, what is a map. What features are in common to all of the examples above?
One thing they all have in common is that they are all represented by some region in the Euclidean plane. The other fundamental commonality is that each point in that region represents some unique point of the sphere. Mathematically, pairings of points of one space uniquely with points of another space are modeled by a certain type of function: a bijection. So a map is a function!
Definition 21.1 (Map) A map is a region
So, charts are functions that take pieces of the sphere and flatten them out onto pieces of the plane. But charts are (by definition) invertible, and so their inverse is a function which takes a region in the plane and presses it onto the sphere. Going this direction is also quite useful, so we’ll give these a name, and call them parameterizations.
Definition 21.2 (Parameterization) A parameterization of a region
The inverse of any chart is a parameterization, and the inverse of any parameterization is a chart. For this course, we will restrict our study to maps for which both the chart and parameterization are continuous and differentiable, so we can do geometry with infinitesimal vectors! In mathematics more generally, such maps are called diffeomorphisms.
Because the earth is a sphere and the plane is…not a sphere, its actually impossible to make a map which depicts every single point of the earth continuously. (This is readily believable, if you try to imagine continuously flattening a sphere onto the plane so no two points overlap, but its formal proof requires the subject of topology) Oftentimes, we are able to depict most of the earth (say, except for single lines or points where we cut it), and this causes no major issues. But if you insist on having a map of every point on the sphere, you need more than one map. Mathematicians call such a collection an atlas.
Definition 21.3 (Atlas) An atlas is a collection of maps such that each point
We will not have a need to consider atlases in this brief chapter, but they play a large role in the theoretical foundations of mathematical map-making: the subject known as Riemannian geometry.
Here, our goals are straightforward: given a map
21.3 Getting Quantitative
The goal of a map is to compute in
21.3.1 Lengths
Probably unsurprisingly at this point in the course, the solution to all these problems is to zoom in, and use calculus to answer these things. This lets us replace the problem of curve lengths with infinitesimal lengths.
Proposition 21.1 If
Proof. This is just a direct computation with the chain rule! If
Thus, the fundamental quantity we need to be able to compute is the map-length of an individual vector: given a vector
Definition 21.4 Let
Once we can compute infinitesimal lengths like this, not only have we solved the problem of finding the length of a curve on a map, but we can also draw the Tissot Indicatrices! Tissot imagined these as small disks at each point, and we can model them precisely as infinitesimal disk in the tangent space.
Definition 21.5 (Map Disk) At each point
21.3.2 Angles
We can similarly compute angles in a map, first use the parameterization to take us back to the sphere, and then measure the ‘true’ angle value there.
Proposition 21.2 (Map Angle) Let
Proof. This is just the Euclidean formula for angles,
on the (EUclidean) tangent space to
21.3.3 Areas
Finally, how do we calculate map area? Again - we can think infinitesimally, and ask what happens to infinitesimal areas, and then integrate the result. An infinitesmial aread
But such a unit square might not represent a unit area on the sphere! Think about the mercator projection: if this little square were near the north or south pole, mapping it onto the sphere would shrink it a lot (as projecting from the earth to the map increases size near the poles), so this square would actually represent a small area. (Indeed, we will see later that the area of an infinitesimal unit square in the Mercator projection at latitude
To calculate the infinitesimal map area
Such an area is rather annoying to measure in general, as the vectors
Definition 21.6 Let
Luckily, we will not often need to utilize the full generality of this definition. We will call a parameterization rectangular if it sends the
Proposition 21.3 Let
Proof. For maps with rectangular parameterizations,
Because the area of a rectangle is hust base times height - we can simply transfer