Curves
Curves are the simplest of the multivariate function types — a single parameter traces out a path through space. We met them briefly when surveying the common types of multivariate functions; here we develop them more fully.
A curve is a mapping
of an interval with continuous component functions . The two cases that show up most often are plane curves () and space curves ().
Continuous by definition, differentiable only on request. The definition requires the components to be continuous — so every curve is automatically continuous, but not automatically differentiable. A curve with corners or cusps (think of a square traced around its perimeter) still counts as a curve; differentiability is an extra property we layer on in the Smoothness section below.
Why instead of ?
Elsewhere we use for the domain of a general multivariate function, since the domain can be any subset of . For curves, the input lives in and the domain is by definition an interval — so we switch to to make that built-in restriction visible at a glance. It’s a notational hint, not a different concept: is just the curve-specific name for the same domain slot.
Both plane curves and space curves were visualized when we introduced them — see those sections for the worked parametrizations.
Image (Trace)
As ranges over the interval , the curve visits a set of points in . That set — the geometric “drawing” the parametrization leaves behind — has its own name.
The image (or trace) of a curve is the set of all points it visits as runs over :
Different parametrizations can produce the same image. For example, on and on both trace the unit circle — only the speed (and the parameter range) differ. The image cares about where the curve goes, not how it gets there.
Start, End, and Closed Curves
When a curve is defined on a closed interval , its two endpoints get standard names.
For a curve , the value is called the start (or starting) point and the end (or ending) point. The curve is called a closed curve if these two points coincide:
A closed curve loops back on itself. The plane curve example we introduced earlier — the ellipse on — is closed: . The space curve spiral, by contrast, climbs in as grows, so it never returns to its starting point and is not closed.
Smoothness
A curve inherits its smoothness from its component functions: if every is differentiable as a 1D function, is differentiable as a curve. The standard classes carry over with curve-flavored names.
A curve with component functions is called a -curve (or -times continuously differentiable) if every component is of class on . The two cases that come up most often:
- -curve (continuously differentiable) — each has a continuous first derivative.
- -curve (twice continuously differentiable) — each has continuous first and second derivatives.
A curve is called a piecewise -curve (or piecewise continuously differentiable) if the interval can be partitioned into finitely many subintervals on each of which the component functions are continuously differentiable.
The piecewise variant is what lets us treat curves with corners — think of a square traced around its perimeter, where the velocity flips direction abruptly at each vertex but is well-defined on the four open edges. The curve as a whole isn’t (the derivative jumps at the corners), but it’s piecewise because we can split the parameter interval into four pieces on each of which it is.