The Tangent Space
Let's set the scene of the things I think I understand, at least to the first approximation. We have a curvilinear coordinate system on a space under some metric. For example, the surface of a sphere. We will start simple, and then mess with it to look at a slightly more complicated variant.
Coordinates
Define a Spherical Coordinate System. For a given point take:
- radius
- polar angle (angle from the north pole)
- azimuth (angle from the prime meridian)
In our example we will let .
Coordinate System
- The lines of longitude ( is constant) are great circles through the poles
- The lines of latitude ( is constant) are perpendicular to the longitudes
Cartesian Coordinates
For the conversion to cartesian coordinates we have:
Tangent Space
At each pont you have basis vectors of the tangent space: .
For our sphere, the basis vectors are perpendicular, so this is a cartesian coordinate system.
'
But how long are they are they?
Let be our line of longitude, which is a great circle, so a constant diameter for all points. Take our unit of distance so .
Now for or line of latitude, we have to be a little careful since its radius depends on , it's only a great circle along the equator . Looking at the cartesian coordinates, is constant, and you are left with a circle of radius .
Well that's enough for tonight.
Next Up
Next up will be "A Tangent Space with a non-orthogonal coordinate system"
- ← Previous
Interlude in the House of SVG