We’ve dealt with several ways to describe curves in :

  • As the graph of a function. For example, .
  • As the set of points satisfying an equation. For example, the points such that .
  • As the set of points satisfying an equation in another coordinate system. For example, in polar coordinates.

Another way that we can describe a curve is using parametric equations. When describing a curve using parametric equations, we define and in terms of a third variable, often , called the parameter. We often think about as representing time, and imagine the curve being drawn out as increases. This gives us another way to describe curves in , and potentially describe some new and strange curves.

We can describe the unit circle in with the parametric equations

for .

We can think of as giving the angle that a point makes with the positive axis. It can also be helpful to imagine as representing time, and the parametric equations tracing out the circle as time passes.

Consider the parametric equations for the unit circle in :

for .

We can combine these equations into a single vector,

We can visualize the vectors tracing out the unit circle as goes from to .

Notice that we are blurring the distinction between vectors and points. Although we can think of as a position vector, we would more commonly think of as a point on a curve. Although this might seem a bit sloppy, it will prove very useful throughout the course. Although intuitively we might prefer to use points, a lot of the computations tools that we’ll require are more appropriately used with vectors.

We have defined a function from the interval to , and this idea provides the motivation behind our definition for paths.

Parametric Curves in

We’ll focus on the cases and in this course.

We defined a path as a continuous function, however, we haven’t said what it means for a multivariable function to be continuous. We’ll come back to this later, and we’ll give a rigorous definition for continuity. For now, this should fit with your intuition: you can draw the path without lifting your pencil from the paper.

Sometimes we care more about the image of a path than how the path is drawn out, and then we refer to a curve.

The difference between a curve and a path is largely a matter of perspective: when working with a curve, we pay attention to what is drawn; when working with a path, we care about how it is drawn.

Examples in

In this section, we give examples of parametrizations of a couple of more complicated curves in , taking advantage of our previous experience with cylindrical coordinates.

Images were generated using CalcPlot3D.