Curve (parametrized curve)

A continuous (often differentiable) map from an interval into ℝ^k.
Curve (parametrized curve)

A (parametrized) curve in Rk\mathbb{R}^k is a function

γ:[a,b]Rk,\gamma:[a,b]\to \mathbb{R}^k,

usually assumed at least continuous (and often differentiable or C1C^1 depending on context). The set γ([a,b])Rk\gamma([a,b])\subseteq\mathbb{R}^k is the trace (or image) of the curve.

Curves provide a way to describe paths, boundaries, and parameterized geometry. In analysis, curves are used to build paths in spaces and to study continuous images of intervals.

Examples:

  • The line segment from xx to yy is γ(t)=(1t)x+ty\gamma(t)=(1-t)x+ty on [0,1][0,1].
  • The circle can be parametrized by γ(t)=(cost,sint)\gamma(t)=(\cos t,\sin t) on [0,2π][0,2\pi].
  • The graph of a function f:[a,b]Rf:[a,b]\to\mathbb{R} is the curve γ(t)=(t,f(t))\gamma(t)=(t,f(t)) in R2\mathbb{R}^2.