13.710 min read
The Tangent Vector
For a differentiable trajectory , the tangent vector at is the derivative . This is the Jacobian of (a matrix, i.e., a column vector):
Geometrically, is the velocity vector at : its direction is the tangent direction to the curve at the point , and its magnitude is the speed (rate of arc length traversal).
Formal View
Definition 13.6 — Tangent Vector / Velocity
For a differentiable trajectory , the tangent vector (velocity) at is
The unit tangent vector is (defined when ).
Example 13.3 — Tangent Vector to a Circle
For : . At : position , tangent — pointing upward, perpendicular to the radius, as expected for a circle.
Why This Matters
The tangent vector is the foundation of differential geometry and the physics of motion.
- Physics: velocity and acceleration of a particle in 3D space
- Differential geometry: curvature and torsion of curves
- Robot path planning: ensuring smooth trajectory derivatives for continuous velocity profiles
Quiz
Question 1
For , the tangent vector at is:
Question 2
The magnitude of the tangent vector represents the speed of traversal of the curve.
Common Mistakes
- Confusing the tangent vector (a vector at a point) with the tangent line (the line through that point in the tangent direction).
- Forgetting to evaluate the derivative at the specific parameter value.
- Confusing speed (, a scalar) with velocity (, a vector).