Is there a better way to show the intrinsic curvature of a cylinder is zero?

1.8k Views Asked by At

I am new to differential geometry and Riemannian geometry.

I have on two separate occasions (separated by 6 months) encountered exercises where I feel like I am not giving a complete answer.

Problem 1:

Show that the Gaussian curvature of the surface of a cylinder is zero.

Problem 2:

Use Cartesian coordinates to write out and solve the geodesic equations for a two-dimensional flat plane and show the solutions are straight lines.

In both cases, my argument went something like

  1. Define the metric.
  2. Show the Christoffel symbols are zero.
  3. Use this to show there is no curvature.

But I feel like this is just me avoiding the real stuff. In other words, I resort to calculus because I don't actually know what I'm doing. So I make a roundabout argument rather than diving right into the mathematics itself.

Is my argument sensible? Is there a more formal way to approach this type of problem? If you could do an example that would be fantastic.

2

There are 2 best solutions below

0
On

A few words.. (too long to be a comment, I think)

Suppose we have a parametrization ${\bf x}(u,v) = (x^1(u,v),x^2(u,v),x^3(u,v))$ and a unit normal vector $\bf N$ all the way.


For problem $1$, if you call the coefficients of the first fundamental form $$E = \langle {\bf x}_u, {\bf x}_u \rangle, \quad F = \langle {\bf x}_u,{\bf x}_v\rangle, \quad G = \langle{\bf x}_v,{\bf x}_v\rangle$$ and the coefficients of the second fundamental form $$e = \langle{\bf N},{\bf x}_{uu}\rangle, \quad f = \langle {\bf N},{\bf x}_{uv}\rangle, \quad g = \langle {\bf N},{\bf x}_{vv}\rangle,$$ then we can prove that $$H = \frac{1}{2}\frac{Eg+eG-2Ff}{EG-F^2}, \qquad K = \frac{eg-f^2}{EG-F^2}.$$ You can see Do Carmo's book for proofs of this, for instance. If we have a cylinder parametrized by ${\bf x}(u,v) = (r\cos u, r\sin u, v)$, then a unit normal vector is ${\bf N}(u,v) = (\cos u, \sin u, 0)$. We compute straightly $$\begin{align*}{\bf x}_{uu}(u,v) &= (-r\cos u, -r\sin u, 0) \\ {\bf x}_{uv}(u,v) &= {\bf 0} \\ {\bf x}_{vv}(u,v) &= {\bf 0}\end{align*},$$ so that $f = g = 0$, and follows that $K = 0$.

If you look, for example, in O'Neill's Elementary Differential Geometry, he goes on and on using differential forms, but really, in the end you will be doing the exact same calculations. My point is, when I'm working in $\Bbb R^3$, I just suck it up and go for the calculations. Once you understand what really is going on behind it, you wont't be so bothered by doing this.

Sure, another way is noticing that one of the principal curvatures is zero (along the $z-$axis), and hence $K = 0$, but then you would have to prove indeed that this last thing I said is true.


For problem $2$, you can avoid covariant derivatives and Christoffel symbols, if you're lucky and know your way around ODE's. Just remember that a curve $\alpha$ in a surface $M$ is given by $\alpha(t) = {\bf x}(u(t),v(t))$, and $\alpha$ is a geodesic if its acceleration is normal to $M$, that is, if exists a function $\lambda$ such that $$\alpha''(t) = \lambda(t){\bf N}(u(t),v(t)).$$

You can take a look at my answer here, about finding the geodesics of the... cylinder.

Another way, more specific, is using Clairaut parametrizations. In details, ${\bf x}$ is Clairaut in $u$ if $E$ and $G$ don't depend on $v$ and $F = 0$. This way the (pre)-geodesics are given by $\alpha(u) = {\bf x}(u,v_0)$, for fixed $v_0$, and all the other ones are given by $\alpha(u) = {\bf x}(u,v(u))$, where $v(u)$ satisfies $$\frac{{\rm d}v}{{\rm d}u} = \frac{\pm c\sqrt{E}}{\sqrt{G}\sqrt{G-c^2}},$$and I again point you to O'Neill for this part. I don't know if you can always find such a parametrization. Maybe locally.


Certainly there are better explanations and hints out here, but I hope this does helps you.

2
On

For problem 2 what you did is the only correct thing. Interpreting "straight line" to mean "the solution to a linear relation between the coordinate values" then you must compute the Christoffel symbols. This is the following "meta" fact

Statements about geometry as viewed in a specific coordinate system invariably requires a proof given in terms of computations in that coordinate system (and in particular the Christoffel symbols).

For example, if you look at the radius-angle parametrisation of the flat plane, then relative to this coordinate you cannot prove that geodesics are all straight lines.


For problem 1 the answer depends on what you want to learn.

The method you used is the most general method that can be used whenever you are given some parametrisation of a surface. So it is the most flexible.

But in the case of the cylinder you are not dealing with a generic surface. So if you are willing to use additional information you can make a faster argument.

For example:

  1. You can come up with a parametrisation of the cylinder for which the first fundamental form is exactly the same as (some domain of) the flat plane. Then appealing to Theorema Egregium you immediately get flatness.
  2. You can compute the second fundamental form without computing the Christoffel symbols; indeed using the definition of normal sections you can in principle directly compute the quadratic form associated to the second fundamental form, and from there realize that one of the principal curvatures is 0. This then implies, via the Gauss equation, that the Gauss curvature vanishes.
  3. Sometimes in my class I ask the students to compute the formula for the curvature of a surface of revolution in terms of the "radius" function. If you have done this previously you can plug it in directly and see that the curvature is zero.