In this post we illustrate the interest that Differential Geometers (those folks who like to mix Calculus with Geometry) have with the concepts of curvature and geodesics. We illustrate curvature as that deviant quality inherent to a sphere which deforms the standard Euclidean result requiring that angles of a triangle add to
Last Updated: Wednesday, January 03, 2024 - 12:28:23.
In the post Cost of Curvature the area
Specifically the area of a
As seen in Figures 1 and 2, a result of this formula is that the area of a
Figure 1: Result: The area of a
Figure 2: Result: The area of a
Note that what we do not see in this area–of–rectangles–on–a–sphere result is an ideal formula that simplifies to something like
The known area of a
If the area of a
Unfortunately, this ideal result is not reality. Instead we have the complicated formula for rectangular area on a sphere
In this post, we illustrate that by switching to areas of (geodesic) triangles on a sphere then there is an ideal formula
Mathematically, we can describe a sphere of radius
Figure 3: Special Curves On a Sphere: Describe the sphere parametrically as
Without yet getting into technical details, let’s state that the geodesics on a sphere, seen in Figure 4, are
Figure 4: Examples of Geodesics on a Sphere: The Equator, All Lines of Longitude, and any Great Circle.
Here is one series of steps for obtaining a parametrically defined formula
For two latitude (
Find the vectors
A vector
With
Figure 5: An Outline of a Method to Find the Equation of a Great Circle. The geodesic between two points
Note: The equation of the Great Circle between two points
Figure 6: A Geodesic Triangle: The measure of the angles of this triangle (for example,
Figure 7: A Geodesic Triangle on the Earth.
In Figures 8 and 9 the relationship between the sum of angles of a geodesic triangle on a sphere of radius
Figure 8: The Geodesic Triangles Star in a Film… As the radius
Figure 9: A Limit Appears…The sum of the angles for this segment of film are
From the Apple Book A Curvature Story we know that the curvature
As the radius of the sphere increases (
Figure 10: The Euclidean Limit: On a sphere of large radius, this triangle looks a lot like a “normal” (Euclidean) triangle. In a “normal” triangle, the angles add to
In a first attempt at generating the images in this post I already knew the result
I checked my code against this result in the case
This area computation is corroborated since the sum of angles in the
Anticipating a time when I would need to compute the area of a region
Note: The details behind using Stoke’s Theorem (three line integrals on the boundary curves) to evaluate the area of a geodesic triangle can be found in the “Additional Resources” section of this post.
Figure 11: Computational Complexity: Computing area of a geodesic triangle with one edge being the great circle between the two points
While I was able to use Stoke’s Theorem to compute the area the region
Take the three corners of the geodesic triangle,
Consider a point
The edge of the geodesic triangle between the points
To avoid Stoke’s Theorem altogether, we can simply find an equation of the plane (given by the black triangle in Figure 11) and stretch this to the surface of the sphere. The equation of this plane given parameterically is, for example,
Finally, the area of a the geodesic triangle can be obtained from a Surface Area Integral
As can be seen in Figure 12, both Stoke’s Theorem (along the edges of the geodesic triangle parameterized as stretched lines) and the surface area integral (geodesic triangle parameterized as a stretched triangular plane) give the same values. It is these “stretchy” parameterizations we used in all of the figures in this post.
Note: The formulas for Great Circles (in two parameterizations) and the some details behind Stoke’s Theorem will appear in the “Additional Resources” section of this post.
Figure 12: A Stretchy Idea: (1) The vector between the points
In Figure 4, examples of geodesics on a sphere were shown without first giving a definition of a geodesic. The reason for this omission is simply that a formal definition requires a lot mathematical and symbological machinery. Rather than continuing to omit these details, I will try to summarize some of the technical issues as these tools and techniques will appear in future posts.
Kernel-Index Notation, Numbering, and Naming Rather than write the sphere as a parameterized surface of revolution in the notation
Coordinate Curves and Their Mappings to a Surface. If the coordinates change with a parameter (say time, t) then a curve in the coordinate space (a coordinate curve) can be written as
Figure 13: Mapping the Equator in Coordinate Space to Real 3D Space: A point
Figure 14: Mapping the Prime Meridian in Coordinate Space to Real 3D Space: A point
In future posts we will explain in detail the geometric computations of and the meaning of each of the geometric objects shown below. These computations were done using a Maple package I wrote called tensorAddOns. Our goal here to record this data and use what we need to define the geodesic equations on a surface of revolution with specfic application to a sphere.
Surface of Revolution with Jacobian and Hessian:
Metric Tensors (First Fundamental Form) of a Surface of Revolution:
Normal Vector to a Surface of Revolution:
Second Fundamental Form of a Surface of Revolution:
Shape Operator of a Surface of Revolution:
Christoffel Symbols a Surface of Revolution,
The (lowered) Riemann Curvature Tensor a Surface of Revolution,
where
As a demonstration of the tensorAddOns package I wrote in Maple (and a more specific instance of the geometric formulas above), we show screenshots of the calling sequence and output of the code in the case of a sphere. A sphere is surface of revolution
Figure 15: Calling sequence and output of Maple package tensorAddOns: Surface Data and Geodesic Equations on a Sphere.
From the computations in Section The Geometry of the Sphere as a Surface of Revolution we see that in the parameterization of the sphere
Recall from Section The Equator and all Lines of Longitude and the Great Circles are Geodesics on a Sphere that the equator can be written as
Figure 16: Even Computers Can Have Troubles: Despite having found and demonstrated (by hand) that the equator
Figure 17: Guess and Check 1: Solution to the Geodesic Equations Seems to be a Great Circle.
Figure 18: Guess and Check 2: Solution to the Geodesic Equations is Confirmed to be Great Circle.
Note: Showing the Great Circles are the only solutions to the geodesic equations on the sphere is possible using the qualitative solution methods of Clairaut and will be addressed in the “Additional Resources” section of this post.
In this post we have tried to illustrate the interest Differential Geometers (those folks that like to mix Calculus with Geometry) have with the concept of curvature and geodesics. The technical and computational challenges are numerous in Differential Geometry. In this post we have illustrated a really interesting formula in Section The Big Result…A Euclidean Limit,
that not only defines the curvature of a sphere but also in the same formula shows the implications of this definition (a two for one so to speak). Namely, curvature is that deviant quality inherent to a sphere which deforms the standard Euclidean result that angles of a triangle are required to add to
Figure 19: More tensors and the Maple tensorAddOns package to come in future posts.
Note: The formulas for Great Circles (in two parameterizations) between two points
Note: The details behind using Stoke’s Theorem (three line integrals on the boundary curves) to evaluate the area of a geodesic triangle can be found in the “Additional Resources” section of this post.
Note: Describing the Great Circles as solutions to the geodesic equations on the sphere is possible using the qualitative solution methods of Clairaut (i.e. a conservation law) and will be addressed in the “Additional Resources” section of this post.