Section 13.1: Vector Functions and Space Curves

Using Computers to Draw Space Curves

Space curves are inherently more difficult to draw by hand than plane curves; for an accurate representation we need to use technology. For instance, Figure 7 shows a computer-generated graph of the curve with parametric equations \[ x = (4 + \sin 20t)\cos t \qquad y = (4 + \sin 20t)\sin t \qquad z = \cos 20t \]

It’s called a toroidal spiral because it lies on a torus. Another interesting curve, the trefoil knot, with equations \[ x = (2 + \cos 1.5t)\cos t \qquad y = (2 + \cos 1.5t)\sin t \qquad z = \sin 1.5t \] is graphed in Figure 8. It wouldn’t be easy to plot either of these curves by hand.

Even when a computer is used to draw a space curve, optical illusions make it difficult to get a good impression of what the curve really looks like. (This is especially true in Figure 8. See Exercise 52.) The next example shows how to cope with this problem.


EXAMPLE 7 Use a computer to draw the curve with vector equation \(\mathbf{r}(t) = \langle t, t^2, t^3 \rangle\). This curve is called a twisted cubic.