1

In reading the Lemma to the Four-Vertex Theorem in Do Carmo's book Differential Geometry of Curves and Surfaces, he writes:

Lemma: Let $\alpha: [0,l] \rightarrow \mathbb{R}^2$ be a plane closed curve parametrized by arc length and let $A,B,C$ be arbitrary real numbers. Then $\int_{0}^{l} (Ax + By + C) \frac{dk}{ds} ds = 0$, where the functions $x=x(s), y=y(s)$ are given by $\alpha(s) = (x(s), y(s))$ and $k$ is the curvature of $\alpha$.

Proof: Recall that there exists a differentiable function $\theta: [0,l] \rightarrow \mathbb{R}$ such that $x'(s) = cos \theta(s), y'(s) = sin \theta(s)$. Thus $k(s) = \theta'(s)$ and $x'' = -ky'$ and $y'' = kx'$.

So far so good, he then writes:

Therefore since the functions involved agree at $0$ and $l$, then $$\int_{0}^{l} k' ds =0$$ $$\int_{0}^{l} xk'ds = -\int_{0}^l kx' ds = - \int_{0}^{l} y'' ds = 0$$ $$\int_{0}^{l} yk' ds = -\int_{0}^{l} ky' ds = \int_{0}^{l} s'' ds = 0 $$

I'm not sure why $x'(0) = x'(l)$ or why $y'(0) = y'(l)$ (or rather why the above three equalities equal to $0$), any insights appreciated.

  • I think since $\alpha$ is closed loop so $\alpha(0)=\alpha(l)$ and since is smooth $\alpha'(0)=\alpha'(l)$. – C.F.G Aug 30 '21 at 06:19
  • @C.F.G I just posted a question using that exact same reasoning here: https://math.stackexchange.com/questions/4236245/the-derivatives-of-closed-curves where you can see that the derivatives are not necessarily equal at the endpoints (I think)? – IntegrateThis Aug 30 '21 at 06:23

1 Answers1

2

The answer is simple: do Carmo defines a plane closed curve to be a regular parameterized curve $\alpha :[a,b] \to \mathbb R^2$ such that $\alpha$ and all its derivatives agree at $a$ and $b$. See p. 30.

In the language of manifolds: A plane closed curve can be thought as a smooth map $S^1 \to \mathbb R^2$ whose domain is the unit circle $S^1$.

Paul Frost
  • 87,968