My textbook doesn't explain this very well, so what I want to know is:
- What is the purpose of parametric equations?
- What is a parameter?
- What is the advantage of these equations over a function y=f(x)?
- What do they essentially enable you to do?
I find this topic to be impenetrable so a thorough explanation in simple terms would be very much appreciated. Thank you.
We usually think of functions like $f(x)$ by their graph; for instance, to $f(x) = 1$ we associate a horizontal line, and to $f(x) = \sin x$ we associate the sin wave. However there is another good way to looking at functions: by their image. The function $f(x) = 0$ has domain and the real numbers, but its image is a single point (just 0). For $f(x) = \sin x$, the image is the interval $[-1,1]$. You might say that this is pretty much useless, because (for example) $f(x) = |x|$ and $f(x) = e^x$ have almost exactly the same images but are wildly different.
It turns out that looking at the image works a lot better in dimensions higher than 1, which is what parametric equations do. We can think of $f(x)$ as a parametric equation with just one parameter, namely $x$, and its image lies in just the real line. Similarly, the pair $(f(x), g(x))$ is a parametric equation whose image lies in the plane. If we take $f(x) = \cos x, g(x) = \sin x$, the image is a circle - much richer than in the one-dimensional case. Using more functions than just a pair we can look at paths in higher-dimensional space, like 3-space, and trace out lines in it. Using more parameters we can trace out surfaces or more complicated objects. Keep in mind that just as we can look at the function $f(x)$ as a parametrization of its image, which lies somewhere in the line, we can look at the pair $(f(x), g(x))$ as a function instead of a parametric equation. Its graph won't lie in the plane anymore though - we have to plot the argument against it, so it will lie in 3-space.
In summary, the parametric equation/function dichotomy isn't really a dichotomy at all. It just arises from two different ways of looking at functions - by their graphs and by their images.
Added: The fact that parametric equations represents a "broader" class of curves than the graph of simple functions arises because we can represent more thing in higher dimensions than in lower ones. When we go from the graph to the image, we're really just projecting down by collapsing an axis. For instance, the way we go from a sin wave to the interval $[-1,1]$ in my example is by squishing the $x$-axis down to a point.