Chapter 2: Space Curves
Section 2.1: Position-Vector Representation
Essentials
A plane curve defined parametrically can be graphed with the plot command; in ℝ3, a curve defined parametrically can be graphed with the spacecurve command from the plots package. However, these commands are amongst the oldest of the graphing commands in Maple and do not make provision for graphing ancillary items along the curves. These ancillary items include points, and various sets of vectors defined along the curve.
Hence, the examples below will illustrate the use of two newer and more robust commands found in the VectorCalculus packages. Since the Student VectorCalculus package is most lenient with respect to declaring coordinate systems and coordinate-variable names, this package turns out to be the simpler one to use.
The two commands are PositionVector and PlotPositionVector, the first of which defines a curve as a position vector; the second, graphs the position vector as a curve. Although the Context Panel system can change a "free" vector to a position vector, there is as yet no provision for implementing the PlotPositionVector command interactively. Hence, in all the examples below, these two commands are executed explicitly.
The argument of the PositionVector command is a list of expressions that define the curve parametrically. An optional argument can be used to declare the coordinate system in which these expressions are to be interpreted. The position vector exists only in Cartesian coordinates, do any expressions that are deemed to be in an alternate system are converted to Cartesian coordinates. The command returns a column vector.
The PlotPositionVector command does not behave like the early graphing commands in Maple where options are added as a sequence of equations. For this command, options are grouped by category, and appear as lists of equations. For example, for the ordinary plot command, the option "scaling = constrained" is added directly as an additional argument. In the PlotPositionVector command, it must be added as a sub-option to the "curveoptions" option. This is illustrated in Example 2.1.2, Example 2.1.3, and Example 2.1.4.
Examples
Example 2.1.1
For t∈−3,3, graph the plane curve defined parametrically by xt=1+t2, yt=1−t3. On the graph, indicate the points where t=−3,0,1, and 2.
Example 2.1.2
For θ∈0,4 π, graph the plane curve defined parametrically by xθ=θ cosθ−sinθ, yθ=θ sinθ+cosθ. On the graph, indicate the points where θ=0,π, and 3 π.
Example 2.1.3
For t∈0,4 π, graph the plane curve defined parametrically by xt=et/5cost, yt=et/5sint. On the graph, indicate the points where t=0,π, and 3 π.
Example 2.1.4
For t∈0,3 π, graph the helix defined parametrically by xt=cost, yt=sint, zt=t/3. On the graph, indicate the points where t=π, and 2 π.
Example 2.1.5
For t∈1,5, graph the space curve defined parametrically by xt=t, yt=lnt, zt=et/3. On the graph, indicate the points where t=1,3, and 4.
<< Chapter Overview Table of Contents Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document