Parallel Transport on a Sphere
11 Mar 2024This post explains how parallel transport works on the surface of a sphere by solving the parallel transport equation and by highlighting some observations.
The parallel transport equation specifies how a vector can be parallel-transported:
∂Vα∂xβ+ΓαμβVμ=0∂Vα∂xβ+ΓαμβVμ=0(1)In standard spherical coordinates (θ,ϕθ,ϕ), with θθ being the colatitude, the angle measured from the z-axis where 0 is the North Pole (0≤θ≤π0≤θ≤π rad), and ϕϕ being the angle from the x-axis in the xy-plane (0≤ϕ<2π0≤ϕ<2π rad). If one is restricted to the surface of a sphere and by using the spherical metric after setting r=1r=1, one obtains the following metric:
ds2=dθ2+sin2θdϕ2.ds2=dθ2+sin2θdϕ2.(2)If one is interested in the parallel-transporting a vector along a constant latitude (ie a constant θθ), the components of a vector VV change according to equation 11:
∂Vα∂ϕ=−ΓαθϕVθ−ΓαϕϕVϕ∂Vα∂ϕ=−ΓαθϕVθ−ΓαϕϕVϕ(3)In order to do a parallel transport, one needs an initial vector. Using a local basis where
eθ=∂∂θ,eϕ=∂∂ϕ.eθ=∂∂θ,eϕ=∂∂ϕ.One can choose the initial vector VV to be tangent to ϕϕ at the equator (θ=π2,ϕ=0)(θ=π2,ϕ=0) with components Vθ=0,Vϕ=aVθ=0,Vϕ=a where a∈R is a constant that indicates how many radians the vector stretches along the ϕ direction.
All that remains is solving equation 3. The Christoffel symbols can be computed from the metric (2) as follows:
Γμνσ=12gμα(∂gαν∂xσ+∂gασ∂xν−∂gνσ∂xα)One finds from equation 3 the following coupled partial differential equations:
∂Vθ∂ϕ=sin(θ)cos(θ)Vϕ,∂Vϕ∂ϕ=−cot(θ)Vθ.The solutions to these equations must involve sines/cosines, using a computer algebra system one finds the following solutions:
Vϕ(ϕ)=acos(ϕcos(θ)),Vθ(ϕ)=asin(θ)sin(ϕcos(θ)).These are functions in ϕ only; θ is constant in this case.
The following animation shows a sphere rotating along the z-axis with some vectors being parallel-transported for different values of θ. The initial vectors are blue, and the parallel-transported vectors are green. As one can see, in general, after an amount of Δϕ=2π radians (ie one rotation), the vector does not coincide with the original one! This is due to the curvature of the sphere.
It can also be shown that parallel transport preserves the length of the vector. At the equator (θ=π2), the blue vector is not visible because the parallel-transported vector coincides exactly with the original one. This curve at the equator is called a great circle, which is a geodesic, and a gerodesic curve parallel-transports its own tangent vector, so it should be no surprise that both vectors coincide.
The angle α between the parallel-transported vector V′ and the original vector V can be calculated with the aid of the metric using the following formula:
cos(α)=g(V,V′)‖V‖‖V′‖. cos(α)=gμνVμV′ν√gρσVρVσ√gρσV′ρV′σ=cos(2πcos(θ)) ⇔α=±2πcos(θ)+2πn,n∈Z.It is now evident that the angle α depends on θ.
For example, taking θ=π2, one finds α=0. For θ=π3, one finds α=π which is the opposite direction of the initial vector.