Read this lesson as text

Parametric Curves

Differential Geometry · Axiom Academy

Understanding curves through parameterization in differential geometry 1. Definition of Parametric Curves A parametric curve in 3-dimensional space is a function that maps a parameter t to a point in space. Instead of describing a curve by an equation like y = f(x), we describe all three coordinates as functions of a single parameter. A parametric curve is a smooth function: where t ranges over an interval [a, b], and each component function x(t), y(t), z(t) is a smooth (differentiable) function. 2. The Parameter t and Its Interpretation The parameter t can be thought of as time . As t increases from a to b, the point α(t) traces out a path in space. Different values of t correspond to different positions along the curve. For example, if t = 0 represents the starting point and t = 1 represents the ending point, then t = 0.5 represents the position halfway through the curve's traversal. One of the most fundamental parametric curves is the circle of radius r in the xy-plane: As t varies from 0 to 2π, the point traces out a complete circle counterclockwise. At t = 0, we start at (r, 0, 0). At t = π/2, we're at (0, r, 0). At t = π, we're at (−r, 0, 0), and so on. 4. Examples: Helices and Spirals A helix is a curve that spirals around an axis while also moving along that axis. It combines circular motion in the xy-plane with linear motion in the z-direction:

This is the written version of the interactive lesson above. See the full Differential Geometry course.