In this section we create the describe curves in space.
A curve in space can be described using a vector-valued function:
The vector equation of the line is Distributing the parameter and adding the vectors on the right hand side, we have Renaming the vector on the left hand side as we have which is a vector-valued function.
Here is a video solution of problem 1a:
The domain of a space curve is the largest subset of for which each of the component functions are defined.
The domain of must satisfy all three conditions: Thus the domain of is the interval .
The orientation of a space curve is in the direction of increasing values of the parameter .
A line segment from the point to the point is a space curve that can be written as \begin{align*} \vec r(t) &= \vec P + t \arrowvec{PQ}, (\vec P \text{is the position vector of the point} \;P)\\ &=\vector{x_1, y_1, z_1} + t\vector{x_2-x_1, y_2-y_1, z_2-z_1} \\ &= (1-t)\vector{x_1, y_1, z_1} + t\vector{x_2, y_2, z_2}, \end{align*}
where .
If we write the vector from the origin to as and similarly for , then the line segment
has the elegant form
The vector form of the line segment is \begin{align*} \vec r(t) &= (1-t)\vector{1, 2, -1} + t \vector{-2, -2, 1}\\ &= \vector{1-t, 2-2t, -1+t} + \vector{-2t, -2t, t}\\ &= \vector{1-3t, 2-4t, -1+2t} \end{align*}
and its domain is . The sketch is below.
Here is a video solution of problem 3:
Other interesting space curves include the helix and the twisted cubic
Plot both of these space curves using this online graph plotter
2024-09-27 14:00:49