Alternative Derivation of the Tangent Vector
There is an instructive alternative way to arrive at the tangent vector formula using the local linear approximation. The LLA of the trajectory at is .
This means: near , the curve is well-approximated by the straight-line trajectory . The tangent line to the curve is exactly this linear approximation.
More explicitly: is the unique vector such that as . This is the 1D special case of the Jacobian definition: is an column vector.
Formal View
This shows that tangent vectors are simply the case of the general Jacobian framework.
Why This Matters
Connecting tangent vectors to the Jacobian framework shows that all derivative concepts (gradient, Jacobian, tangent vector) are special cases of the same abstract idea.
- Chain rule for compositions of trajectories with scalar-valued functions
- Path integrals: integrating a scalar field along a curve uses the tangent vector
- Frenet-Serret formulas in differential geometry use higher-order derivatives
Quiz
The Jacobian for a trajectory is:
The tangent vector can be computed component-wise: for each component of .
Common Mistakes
- Treating the Jacobian of a trajectory as a scalar instead of a column vector.
- Confusing the tangent vector with the gradient (they apply to opposite types of functions).
- Forgetting that the LLA of a trajectory is a straight-line approximation, not the exact curve.