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 :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.
In mathematics, when parameterizing closed curves (like circles), the convention is to draw them in a “counterclockwise” direction. This is called the positive orientation.
Lines
Suppose you want a parametric equation for a line that goes through the point with a certain direction:
where the is imagined as starting at and going to the point : So to understand the direction of the arrow above, we need to move it back to the origin.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 isOther equations and other plots
One thing that can be confusing about parametric plots is that there can be multiple representations of the same plot:
Parametric plots allow us to make some pretty crazy plots.
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 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
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.