A vector-valued function of one real variable assigns a vector (a point in 3D space) to each input. Written

Each coordinate is an ordinary scalar function of . A vector-valued function is three scalar functions packaged together, and everything we know how to do with scalar functions — take limits, differentiate, integrate — applies componentwise.

The image of — the set of points traced out as varies — is a curve in 3D space. The curve lives in 3D (you can walk around it, view it from different angles), but it has only one parameter pinning down where you are on it. One degree of freedom.

Don’t confuse degrees of freedom with the dimension of the ambient space. The curve is “one-dimensional” in the sense that one parameter labels its points, but it doesn’t sit in a 1D space — it sits in . The same distinction matters for surfaces (two degrees of freedom, but still in 3D).

Standard parameterizations

Line through in direction :

At you’re at ; for each unit increase in , you move by . If , measures arc length directly.

Circle of radius in the -plane, counterclockwise:

Helix:

The projection traces a unit circle while climbs steadily. A corkscrew that rises for every revolution.

Graph : use as the parameter, .

Same curve, different parameterizations

for traces the parabola from to . traces the same parabola in reverse. Same image, different orientation. For line integrals, orientation sometimes matters (vector line integrals flip sign) and sometimes doesn’t (scalar line integrals are orientation-independent).

Domain, limit, continuity

The domain of is the intersection of the domains of its component functions.

The limit is componentwise (provided each component limit exists):

is continuous at iff each component is continuous at .

Looking ahead

The next steps — differentiation, tangent vector, Arc length — develop the calculus of curves and lead directly to line integrals in vector fields.