Trajectories
A trajectory (or parametric curve) is a vector-valued function where the domain is an interval (1D). As the parameter varies over , the output traces a curve through .
Examples:
- Straight line through in direction :
- Circle of radius in the plane:
- Helix in :
Trajectories are the case (one parameter) of vector-valued functions. They are fundamental in physics (position as function of time), differential equations (solution curves), and dynamical systems.
Formal View
The same curve can be traced by different parametrizations. The parametrization encodes not just the path but also the speed and direction of travel.
Interactive Visualization
Trajectory and Tangent Vector
Why This Matters
Trajectories are the mathematical language for describing motion, flow, and solution curves of differential equations.
- Physics: position , velocity , acceleration of a particle
- Dynamical systems: solution trajectories of
- Computer graphics and animation: smooth parametric paths for object motion
Quiz
The trajectory for traces:
Two different parametrizations can trace the same set of points (same geometric curve) in .
Common Mistakes
- Confusing the trajectory (a function) with its image (a geometric curve).
- Forgetting that trajectory derivatives give velocity, not just direction.
- Assuming a parametrization is one-to-one — the same point can be visited multiple times.