Find Distance on a 2-Sphere Using Metric Tensor

  • Context: Graduate 
  • Thread starter Thread starter homology
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on calculating the distance between two points on a sphere using the metric tensor. The method involves parameterizing the geodesic with coordinates x1 and x2, typically representing latitude and longitude. The distance is determined through the integral of the square root of the metric tensor components, specifically using the formula ∫ dλ √(Σij (gij (dxi/dλ)(dxj/dλ))). If the geodesic equation is not known, one must solve the differential equations for geodesic motion, represented by d²xu/dλ² + Γu{}ab(dx^a/dλ)(dx^b/dλ).

PREREQUISITES
  • Understanding of metric tensors in differential geometry
  • Familiarity with geodesics and their properties
  • Knowledge of calculus, particularly integration techniques
  • Basic concepts of spherical coordinates (latitude and longitude)
NEXT STEPS
  • Study the derivation of the geodesic equation in Riemannian geometry
  • Learn about the Christoffel symbols and their role in geodesic motion
  • Explore numerical methods for solving differential equations related to geodesics
  • Investigate applications of metric tensors in general relativity
USEFUL FOR

Mathematicians, physicists, and students studying differential geometry or general relativity, particularly those interested in the geometric properties of spheres and geodesic calculations.

homology
Messages
305
Reaction score
1
Okay, say you're given two points on a sphere, using the metric tensor how do you find the distance between the two points? (along the geodesic connecting them)

By the way, I know how to do it with just plain old vectors in R^3, but I'd like try doing it with the metric tensor.

Thanks,

Kevin
 
Physics news on Phys.org
Well, if you have the equation of the geodesic, it's fairly easy. Let's suppose the coordinates are x1 and x2, probably lattitude and longitude. Suppose our geodesic is a curve that has coordinates [tex]\mbox{x^1(\lambda)}[/tex] , [tex]\mbox{x^2(\lambda)}[/tex] i.e
these two functions are the paramaterized geodesic. You can think of [tex]\mbox{\lambda}[/tex] as being a time parameter if you envision an object actually moving along the geodesic. Then to get the distance, you just have to integrate


[tex] \int_{lambda} d \lambda \sqrt{\Sigma_{ij} (g_{ij} {(\frac{d x^i}{d \lambda})(\frac{d x^j}{d \lambda}) )} [/tex]


where [tex]\mbox{\lambda}[/tex] varies from the starting point of the geodesic to the ending point

Expanding out the sum over i,j in the square root for expositional purposes, we write
[tex] \int_{lambda} d \lambda \sqrt{g_{11} (\frac{dx^1}{d\lambda})^2 + 2 g_{12} \frac{dx^1}{d\lambda} \frac{dx^2} {d\lambda} + g_{22} (\frac{dx^2}{d\lambda})^2}[/tex]

If you don't have the equation for the geodesic, you have to solve the differential equations for geodesic motion

[tex] \frac{d^2 x^u}{d \lambda^2} + \Gamma^u{}_{ab}(\frac{dx^a}{d \lambda})(\frac{dx^b}{d \lambda})[/tex]
 
well the geodesic is going to be part of a great circle so I should probably just try to parameterize it...Thanks, I'll try it out.
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K