Parametric Curve

Work in progress. This note is still being written and incomplete.

1 min read Last updated Fri Aug 14 2026 03:05:03 GMT+0000 (Coordinated Universal Time)

A particle moving along a curve CC in three-dimensional space has xx, yy, zz coordinates as functions of time tt:

x=f(t),y=g(t),z=h(t)x = f(t), \qquad y = g(t), \qquad z = h(t)

These are the parametric equations of motion of the particle.

Parameter

tt is the parameter.

Trajectory

The curve traced out by the particle. Denoted by CC usually. Restricting tt to an interval [a,b][a, b] gives

x=f(t),y=g(t),z=h(t),atbx = f(t), \qquad y = g(t), \qquad z = h(t), \qquad a \le t \le b

Orientation

The direction in which CC is traced as tt increases is the orientation of the curve.

Examples:

  • The circular helix x=acostx = a\cos t, y=asinty = a\sin t, z=btz = bt, 0t2π0 \le t \le 2\pi, for fixed real a>0a > 0 and bb.

Closed Curve

A parametric curve CC represented by r(t)\boldsymbol{r}(t), atba \le t \le b, is closed iff r(a)=r(b)\boldsymbol{r}(a) = \boldsymbol{r}(b).

Was this helpful?