Arclength#
Definition: Arclength
Let \(\gamma: \mathcal{D} \subseteq \mathbb{R} \to \mathbb{R}^n\) be a vector-valued function and let \(I \subseteq \mathcal{D}\) be an interval with endpoints \(a\) and \(b\) (\(a \le b\)).
The arclength traced by \(\gamma\) over \(I\) is the integral of the Euclidean norm of \(\gamma\)'s derivative on \(I\) (if it exists):
Example: Circumference
We can use this to calculate the circumference of a circle in \(\mathbb{R}\) which is centered at the origin and has radius \(r\). One parametrization of this circle is the function
defined as
for all \(t \in [0;2\pi]\). The circumference is given as follows:
Example: Graph Length
Let \(f: [a,b] \subset \mathbb{R} \to \mathbb{R}\) be a real function.
If \(f\) is differentiable on \([a,b]\), the function
defined as
is a parametrization of \(f\)'s graph. Therefore,
Theorem: Continuously Differentiable Equivalence \(\implies\) Equal Arclength
Let \(\gamma: [a, b] \subset \mathbb{R}\) and \(\varphi: [c, d] \subset \mathbb{R}\) be parametric curves.
If \(\gamma\) and \(\phi\) are continuously differentiable and are equivalent up to a continuously differentiable reparametrization, then they trace the same arclength:
Proof
TODO
Arclength Parametrization#
Definition: Arclength Function
Let \(k: [a,b] \subset \mathbb{R} \to \mathbb{R}^n\) be a regular parametric curve.
The arclength function of \(k\) is the function
defined as the arclength traced by \(k\) from \(a\) to \(t\):
Definition: Arclength Parametrization
Let \(\mathcal{C} \subseteq \mathbb{R}^n\) and let \(k: [a,b] \subset \mathbb{R} \to \mathbb{R}^n\) be a regular vector-valued function which is a parametrization of \(\mathcal{C}\).
The arclength parametrization of \(\mathcal{C}\) is the parametric curve \(\tilde{k}: [0, L(k)] \to \mathbb{R}^n\) defined as
where \(s\) is the arclength function of \(k\).
Theorem: Derivative of Arclength Parametrization
The derivative of an arclength parametrization is always a unit vector with respect to the Euclidean norm.
Proof
TODO