2

Let $z = f(x,y)$ be a surface. Let $(x_0, y_0, z_0)$ and $(x_1, y_1, z_1)$ be two points on that surface. Let $g(t) = \langle x(t), y(t), z(t)\rangle$ be a parameterization of the geodesic curve between the two points. Is the following statement true?

Let $g_{xy} = \langle x(t), y(t), 0\rangle$ be the projection of the geodesic onto the $xy$ plane. Then $g_{xy}$ is the straight line defined by the points $(x_0, y_0)$ and $(x_1, y_1)$ on the $xy$ plane.

HK Lee
  • 19,964
  • 3
    Consider the case where the surface is a hemisphere, $z= f(x,y)= \sqrt{R^2- x^- y^2}$. A "geodesic" in that surface is (part of) a great circle on the sphere. In particular, the geodesic $x^2+ y^2= R^2$, which lies in the xy-plane, is a circle, not a straight line. – user247327 Apr 24 '17 at 14:05
  • 2
    I'm not sure what your differential geometry background is. But you might be interested in the analysis of when curves of steepest ascent on a graph are always geodesics. See exercise 28 on p. 78 of my differential geometry text. – Ted Shifrin Apr 24 '17 at 20:43

3 Answers3

3

You've got good answers, but here's a "computation-free" reason.

If it were true that

"The projection of a geodesic of a graph $z = f(x, y)$ to the $(x, y)$-plane is a line segment"

then by rotating spatial coordinates in such a way that the surface is still locally represented by a graph $z = \phi(x, y)$, the projection to a generic plane would be a line, from which it follows that the geodesic itself is a segment.

Since most geodesics on a non-planar surface are not line segments, the conjecture cannot be correct.

2

Let $\gamma(t)=(x(t),y(t),f(x(t),y(t)))$ be a geodesic on the surface $z=f(x,y)$ parameterized to have constant speed. It must have that its acceleration is always normal to the surface. In particular, $\gamma'(t)$ is always parallel to $(f_x(x(t),y(t)),f_y(x(t),y(t)),-1)$, which is a normal. However, note that this implies that, unless $f_x$ and $f_y$ are zero or the geodesic on the surface is a straight line in $\mathbb R^3$, there is acceleration in its projection to the plane. Of course, things could conspire to make the projection straight - the lateral acceleration could always be parallel to the projection of the velocity - but, it's actually very rare that the geodesic on such a surface projects to a straight line.

Milo Brandt
  • 60,888
1

If the rigid surface containing the geodesic curve rolls in the plane of osculation with common normal without slipping then we have the same zero geodesic curvature in the plane as well as the surface, the trace on the plane is a straight line.

The instantaneous projection without any rolling is not in general a straight line.

The rolling contact line and projection of given line in fixed $(x-,y-) $ plane are two distinctly different lines.

Narasimham
  • 40,495
  • Thank you very much for clarification @Narasimham. It is important and useful. Recommend reader also have a look at [https://math.stackexchange.com/questions/2585974/an-irregular-ball-rolling-on-a-plane-if-know-the-path-on-ball-surface-how-to-f] for further comparison. Thanks again! – george andrew Jan 02 '18 at 19:03