Suppose we have a smooth real-valued curve $\alpha(s):[0,1] \mapsto (x(s),y(s))$ satisfying $x(0)=x(1)$ and $y(0)=y(1)$.
I have a few questions which are probably basic but are confusing me.
First, since $\alpha$ is only defined in a right-neighborhood of $0$, and a left-neighborhood of $1$,
then is $\alpha'(0) = (x'(0), y'(0))$ where $x'(0) = \lim_{h \rightarrow 0^+} \frac{x(h)-x(0)}{h}$ and $y'(0) = \lim_{h \rightarrow 0^+} \frac{y(h)-y(0)}{h}$
$\alpha'(1) = (x'(1), y'(1))$ where $x'(1) = \lim_{h \rightarrow 0^+} \frac{x(1)-x(1-h)}{h}$ and $y'(0) = \lim_{h \rightarrow 0^+} \frac{y(1)-y(1-h)}{h}$ ?
Second question, is it necessarily true that $x'(0)=x'(1)$ and $y'(0)=y'(1)$?
I'm thinking of a simple example, $\alpha(s) = (\cos(2\pi s), \sin(2 \pi s)$), then this is a smooth closed curve with $\alpha'(s) = (- 2 \pi \sin (2 \pi s), 2 \pi \cos (2 \pi s))$ and $x'(0)=x'(1)$ and $y'(0)=y'(1)$, but I'm not sure how this has to be argued in general. Any insights appreciated.
I'm also imagining the curvature at $s=0$ and $s=1$ will be the same up to a sign.