Geometry of Trajectories
The tangent vector encodes the local geometry of the trajectory. The tangent line to the curve at is the line through in direction : .
The arc length from to is — the integral of speed over time. Curvature (where is the unit tangent) measures how quickly the curve turns.
Two key geometric facts about curves in the plane: (1) Constant speed () means the speed vector has no tangential acceleration: . (2) Circular trajectories have constant nonzero curvature.
Formal View
Arc length is parametrization-independent: different parametrizations of the same geometric curve give the same arc length.
Interactive Visualization
Span Visualizer
Why This Matters
Arc length and curvature are fundamental to differential geometry and appear throughout physics and engineering.
- Robot path planning: minimizing path length subject to curvature constraints
- Computer graphics: Bézier curves and splines characterized by their curvature profiles
- Geodesics on manifolds generalize arc-length minimization to curved spaces
Quiz
The arc length of for is:
Two different parametrizations of the same geometric curve always give the same arc length.
Common Mistakes
- Computing arc length as (a vector integral) instead of (an integral of the speed).
- Confusing speed (scalar) with velocity (vector).
- Assuming arc length equals the parameter range — this is only true for unit-speed parametrizations.