Skip to main content
Matthew Litwin

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

Sphere

Define a Spherical Coordinate System. For a given point take:

In our example we will let r=1r=1.

Coordinate System

Cartesian Coordinates

For the conversion to cartesian coordinates we have:

Tangent Space

At each pont you have basis vectors of the tangent space: {e1,e2}\{e^1,e^2\}.

For our sphere, the basis vectors are perpendicular, so this is a cartesian coordinate system.

Sphere'

But how long are they are they?

Let e1e^1 be our line of longitude, which is a great circle, so a constant diameter for all points. Take our unit of distance so e1=1|e^1|=1.

Now for e2e^2 or line of latitude, we have to be a little careful since its radius depends on θ\theta, it's only a great circle along the equator θ=π/2\theta=\pi/2. Looking at the cartesian coordinates, zz is constant, and you are left with a circle of radius rsinθr \sin \theta.

Well that's enough for tonight.

Next Up

Next up will be "A Tangent Space with a non-orthogonal coordinate system"