We discuss the basics of parametric curves.

The idea of parametric equations

Think back to when you first learned how to graph a function. I’m pretty sure you used a so-called “T-chart,” and if , I bet it looked something like this: With a parametric plot, both and are now functions of a third parameter, we’ll call it , often thought of as time: If , then there isn’t much difference between a parametric plot and a regular plot. On the other hand, with parametric functions, we can generate plots that fail the vertical line test! Check out this graph of

as runs from to :
PIC
Do the parametric equations as runs from to define a function of ?
No, because the graph does not pass the vertical line test. Yes, it is a function of , because for each input , there is exactly one output value, an ordered pair.

Famous parametric equations

We’ll discuss some basic parametric equations.

Circles

The standard form for a circle centered at a point with radius is given by One problem with the standard form for a circle is that it is somewhat difficult to find points on the circle. A parametric equation representing a circle solves this problem.

One way to think about parametric formulas for circles is to imagine as “drawing” the unit circle as changes. Make a table showing how the circle is being plotted as runs from to :
Is the circle “drawn” in a clockwise or counterclockwise fashion?
clockwise counterclockwise
One day while trying to graph a unit circle, you accidentally write down What happens now? Do you still get a circle? How is this different from what we did in the previous question?
you still plot a unit circle in a counterclockwise fashion, with the same starting and ending points you plot a unit circle but in a clockwise fashion, with the same starting and ending points you still plot a unit circle in a counterclockwise fashion, but the starting and ending points are different you plot a unit circle but in a clockwise fashion, but the starting and ending points are different this no longer plots a circle

In mathematics, when parameterizing closed curves (like circles), the convention is to draw them in a “counterclockwise” direction. This is called the positive orientation.

What should and be to parameterize the circle in a counterclockwise fashion, with corresponding to ?

Lines

Suppose you want a parametric equation for a line that goes through the point with a certain direction:

PIC
where the is imagined as starting at and going to the point :
PIC
So to understand the direction of the arrow above, we need to move it back to the origin.
In the graph above, what is the direction of the arrow? The direction is given by .

At this point we can give a very useful representation for a line:

where the is imagined as starting at and going to the point . Another way of writing this is
Suppose you have the parametric formula for a line What is ?
What is ?

Other equations and other plots

One thing that can be confusing about parametric plots is that there can be multiple representations of the same plot:

Which of the following parametric equations draw the circle ?
and for and for and for and for and for and for
Which of the following parametric equations draw the line ?
and for and for and for and for and for and for

Parametric plots allow us to make some pretty crazy plots.

Can you give a parametric formula for this cool spiral that starts at the origin and runs to ?
PIC

One important class of parametric curves are Lissajous figures. These are curves of the form

Here is a plot of a Lissajous curve where , , and
PIC
These figures come up a lot in electrical engineering. Do yourself a favor and play around with Lissajous figures for differing values of , and .

Converting to parametric equations

If you are given it is really easy to convert this to a parametric function, just write

Can you use the technique described immediately above to express as a parametric function?

Converting from parametric equations

On the other hand, if you are given a parametric function, to express as function of can be much more difficult. Here are the basic strategies to try:

  • Solve for .
  • Solve for a function of .
  • Use a trigonometric identity.

In each case the process that we are using is called elimination of a parameter.

We’ll give several examples of how one actually eliminates a parameter.

Solving for the variable

In the first example, we’ll solve for .

Solving for a common function

In our next example we’ll solve for a function of that is common to both and .

Solving for related functions

In our final example, we will use a trigonometric identity.