Parameterizing Curves
At the end of Part I, we described curves as sets of points satisfying equations. A parameterization gives us a different picture: imagine placing a moving point on the curve and recording its position as time passes. The path traced by the point is the geometric curve, while its motion tells us an orientation, a speed, and where to begin and end.
6.1Lines, Segments, and Curves
The simplest possible motion is to start at a point and move in a constant direction.
Definition 6.1 (Parametric Line). Let
parameterizes the line through
At
Suppose instead that we want the line segment from a point
Theorem 6.2 (Line Segment Between Two Points). The line segment from
The second form shows that the point is a weighted average of the two
endpoints. When
The same idea applies to any motion whose position is described by functions of one parameter.
Definition 6.3 (Plane Curve). A plane curve is a function
We've seen examples of plane curves already, for instance parametric lines (like
Definition 6.4 (Space Curve). A space curve is a function
We see curves like this in everyday life: watching a bird fly through the air, we see its position changing in time, so its
Parametric curves are used in animation, physics, and engineering. A single formula can control the motion of a bird, a car, or an animated character by giving its position at each time
6.2Parameterization Tips
Studying the properties of parametric curves falls squarely within mathematics, and we will soon spend significant time developing the calculus to do so. But creating parametric curves is more art than science: it helps to build up some intuition for a few basic examples and then learn how to combine and modify them to produce new and more interesting curves. I encourage you to follow along in the discussions below using the interactive figures throughout the chapter.
Example 6.5 (Parametrizing the Graph of a Function). If
6.3Parameterizing Implicit Curves
Recall that an implicit equation gives a relationship between
6.3.1The Circle
If we solve the circle equation for
These give separate parameterizations for the upper and lower semicircles. To trace the entire circle in a single trip, it is better to build the defining equation into the coordinate functions.
Example 6.6 (Parametrizing Circles). The implicit equation for the unit circle is
We see that if
parameterizes a circle of radius
6.3.2The Cusp 𝑦 2 = 𝑥 3
Example 6.7 (Different Parameterizations of $y^2=x^3$). We can parameterize the implicit curve
This is not a single parameterization because of the
A third option is to find a function for
The animation below compares these choices. Pay attention not only to whether the moving point satisfies the equation, but to how much of the implicit curve it actually reaches.
6.3.3Intersections of Surfaces
Just as we parameterize an implicit plane curve by finding functions that satisfy its relation, we can parameterize curves that are intersections of two known surfaces.
Example 6.8. Parameterize the twisted cubic, lying on
Example 6.9. Parameterize the intersection of the cylinder
Example 6.10. Intersection of
This is the equation for a circle! We can find its center and radius by completing the square:
So, this is the circle
Which is a circle of radius
6.4Reading a Parameterization
Different parameterizations can describe the same curve: since a parameterization is like an animation of the curve, you can think of this as tracing out the curve at different speeds.
Example 6.11 (Different Parameterizations of the Circle). All three of these parametric curves trace out the unit circle.
The first traces it at unit speed, counterclockwise. The second at twice the speed in the same direction. And the third, at unit speed but backwards (clockwise).
The image of a parameterization
The image is the geometric curve. The parameterization carries additional information: its formula and interval tell us the direction of travel, the speed, and how many times the image is traced.
The parameter interval matters just as much as the formula. For example,
6.5New Curves from Old
Once we know a few parametric curves—circles, lines, and some implicit curves—it is easy to find more by modifying the ones we already know! We have already used two of the simplest such transformations, scaling and translation, in the case of circles.
Theorem 6.12 (Scaling a Parametric Curve). If
Theorem 6.13 (Translating a Parametric Curve). If
Of course, more interesting transformations are also possible - and it's easiest to see this through a couple examples!
6.6Case Study: Spirals
We will make and understand a collection of spirals starting with the basic equation of the unit circle
Example 6.14 (Archimedean Spiral). For
Example 6.15 (Logarithmic Spiral). The logarithmic spiral moves away from the origin exponentially fast, instead of linearly. This has radius at time
Different functions
Exercise 6.16 (Whirlpool). Can you make a spiral that rotates about the origin at unit speed, but whose radius asymptotes to 2, never getting any larger?
Example 6.17 (Helix). A helix is a curve where
Example 6.18 (Slinky-Like Helix). What if we want a helix like curve to move vertically at an uneven rate? Replace the
Example 6.19 (Spiral on a Cone). The surface
Thus, the curve is
The final figure places these constructions side by side. The same circular motion becomes a spiral when its radius changes and a helix when its height changes.
6.7A Parameterization Checklist
There is no formula which constructs every parameterization automatically, but the following checklist catches most of the important choices:
Identify the geometry. Is the curve a line, a graph, a circle, an implicit curve, or an intersection of surfaces?
Choose a useful parameter. Use one coordinate directly when possible; use sine and cosine for circular behavior; or choose functions which make the defining equation hold automatically.
Specify the parameter interval. The interval determines which part of the curve is traced and how many times it is covered.
Verify the image. Substitute the coordinate functions into the original equations, and check that the parameterization reaches every desired point.
Check endpoints and orientation. Evaluate the endpoints of the interval and follow increasing values of
to see which direction the curve moves.𝑡
Remark 6.20 (Optional: Eliminating the Parameter). The reverse problem is to start with a parameterization and find an equation for its image. For example, if
then
Eliminating the parameter recovers the geometric path, but it usually loses the parameter interval, orientation, speed, and number of traversals. It therefore answers a different question from constructing a parameterization.
We now know how to construct and interpret vector-valued functions. In the next chapter, we bring calculus back into the story: limits, derivatives, and integrals of curves will all be computed one component at a time.