0

Take a surface S. Suppose there is a sphere with a finite radius such that every point on S falls within the sphere. Then given two points P1 and P2 such that a geodesic on S exists betwwen them, is there an upper bound on the length of the shortest geodesic between these points? Does this upper bound apply to all points on the surface?

I'm dealing with an algorithm for finding geodesics on certain surfaces and it falls apart if there are two points such that only one geodesic exists and the length is infinite. I know with toroidal shapes that one can produce an infinite geodesic thar never repeats itself. However this path is not the only way to reach certain points and there is an upper bound on length of all shortest distance geodesics on that shape. My concern is where such "infinite" geodesics are the only option.

For context I'm working with surfaces made up of triangles only. However my curiosity demands the more general not strictly polygonal case.

user64742
  • 2,207

1 Answers1

2

No. For instance, $S$ could be a slight "thickening" of a curve that spirals out towards the sphere, getting denser and denser in each new spherical shell, such that the total length of the curve is infinite. There are then points on $S$ whose distance travelling within $S$ is arbitrarily large.

user64742
  • 2,207
Eric Wofsey
  • 330,363