Vector Valued Function

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)

Aka. vector function. A function whose domain is a set of real numbers and whose range is a set of vectors.

r(t)=x(t),y(t),z(t)=x(t)i^+y(t)j^+z(t)k^\boldsymbol{r}(t) = \langle x(t), y(t), z(t) \rangle = x(t)\hat{i} + y(t)\hat{j} + z(t)\hat{k}

As tt varies, r(t)\boldsymbol{r}(t) is positioned with its initial point at the origin, and its terminal point traces out CC. In this case r(t)\boldsymbol{r}(t) is the radius vector, or position vector, for CC.

Component Function

x(t)x(t), y(t)y(t), z(t)z(t) are the component functions of r(t)\boldsymbol{r}(t).

Domain

Domain of r\boldsymbol{r} is the set of all tt for which r(t)\boldsymbol{r}(t) is defined.

Space Curve

A vector-valued function r(t)\boldsymbol{r}(t) whose values are three-dimensional vectors traces out a space curve in three-dimensional space.

Examples:

  • r(t)=cost,sint,0\boldsymbol{r}(t) = \langle \cos t, \sin t, 0 \rangle traces out the unit circle in the xyxy-plane centered at the origin.
  • r(t)=t,t2,t3\boldsymbol{r}(t) = \langle t, t^2, t^3 \rangle traces out the twisted cubic.
Was this helpful?