I am trying to show that the tangent of a regular curve is independent of its parametrization.
Let $c, \tilde c: \mathbb R \to \mathbb R^2$ be injective $C^1$-curves and $c'(t) \not=0, \tilde c'(s) \not= 0$. Now assume that $c$ and $c'$ define the same curve as point set, i.e. $c(\mathbb R)=\tilde c (\mathbb R)$. I want to show that $c'(t_0)$ and $\tilde c'(s_0)$ differ just by a $\mathbb R$-multiple, whenever $c(t_0)=c(s_0)$. We may assume $t_0=s_0=0,c(s_0)=t(s_0)=0$.
- I tried to parametrize by arc length, but how can I know that then the parametrizations must be the same up to orientation?
- I tried to look at the parameter change between $c$ and $\tilde c$, but how can I know that $\tilde c ^{-1} \circ c$ is differentiable?
Let $c: I \to \mathbb{R}^2$ and suppose $|c'(t)| \not = 0$ for all $t \in I$. Suppose now that $\gamma: J \to \mathbb{R}^2$ is just a reparametrization of $c$ i.e there exists diffeomorphism $g: J \to I$ such that $c \circ g = \gamma$. By the chain-rule we have:
$$\frac{d}{dt} \gamma = \frac{d}{dt} (c \circ g) =\nabla c\Bigr|_{g(t)} \cdot g'(t)$$
Suppose $c(t_0) = \gamma(s_0) = (c \circ g)(s_0)$. If we take the above evaluation at $t = s_0$ then we have that $\gamma'(s_0) = \nabla c(g(s_0)) \cdot g'(s_0)$. If you can suppose as well that $c$ is injective, then:
$$c(t_0) = c(g(s_0)) \Rightarrow t_0 = g(s_0) \Rightarrow \frac{d}{dt}\Bigr|_{t = s_0} \gamma=\nabla c(t_0) \cdot g'(t_0)$$
The place where I see regularity helping is when we consider $c'(t_0)$. As it stands, we have no alternate form for $c'(t)$. If we can assume $|c'(t)| \not = 0$ then we can parametrize by arc-length parameter $t = h(s)$. Then we have:
$$\frac{d}{dt} c(t) = \frac{d}{ds} c(h(s)) = \nabla c(h(s)) \cdot h'(s) = \nabla c(t) \cdot \frac{dt}{ds} = \frac{\nabla c(t)}{\frac{ds}{dt}} = \nabla c(t) \cdot \frac{1}{\|c'(t)\|} = \nabla c(t)$$
i.e the two become multiples once we take the above evaluation at $t = t_0$ since $g'(t_0) \in \mathbb{R}$.