So far, we are fairly accustomed to using "rectangular" coordinates in R
2 and R
3 from previous courses. (Rectangular coordinates are those of the form (x,y) in
R
2 and (x,y,z) in R
3.) In previous courses, you've been introduced to Polar Coordinates. Recall the relationships between x, y, r and theta: x=rcos(theta) and
y=rsin(theta), which yielded x
2 + y
2 =r
2. If you think about it, you can think of the coordinates defined thusly as a map of R
2 to R
2:

. If one thinks of this, you will realize the 'graphs' you drew when you studied earlier were not graphs at all
but rather were images of a parametric curve where there are two parameters.
Drawing parametric images was helpful in producing certain curves which would have been rendered far
more difficult to describe in terms of x and y. Among other reasons, the relationship between x and y is not always one of a function. For the same reason,we will be introduced to alternative
coordinate systems in three dimensional space that will allow us to visualize shapes that would be difficult if not impossible to convey as functions or in rectangular coordinates