Student[VectorCalculus][PlotPositionVector] - plots a curve or surface defined by a position vector
|
Calling Sequence
|
|
PlotPositionVector(pv)
PlotPositionVector(pv, r)
PlotPositionVector(pv,r, options1)
PlotPositionVector(pv, r1,r2)
PlotPositionVector(pv,r1,r2, options2)
|
|
Parameters
|
|
pv
|
-
|
'Vector'(algebraic); the position Vector representing a curve or surface
|
r
|
-
|
range or name=range; the range of the parameter of the curve
|
r1
|
-
|
name=range; the range of one of the parameters of the surface
|
r2
|
-
|
name=range; the range of one of the parameters of the surface
|
options1
|
-
|
(optional) curve options, equation(s) of the form keyword = value, where keyword is either 'points', 'vectorfield', 'vectorfieldoptions', 'pvdiff', 'tangent', 'tangentoptions', 'normal', 'normaloptions', 'binormal', 'binormaloptions' or 'curveoptions'
|
options2
|
-
|
(optional) surface options, equation(s) of the form keyword = value, where keyword is either 'points', 'pointoptions', 'coordcurve', 'curveoptions', 'pvdiff', 'diffoptions', 'normal', 'normaloptions', 'normalfield', 'normalfieldoptions', 'normalorientation', 'vectorfield', 'vectorfieldoptions', or 'surfaceoptions'
|
|
|
|
|
Description
|
|
•
|
The PlotPositionVector command plots a curve or surface defined by a two- or three-dimensional position Vector. For a curve, the plot can be in two- or three-dimensional space.
|
•
|
The first argument pv is a position Vector. The components of the position Vector represent the parametric description of the curve or surface in Cartesian coordinates. For more information about position Vectors, see PositionVector.
|
–
|
If the position Vector has one parameter it is assumed to represent a curve.
|
–
|
If the position Vector has two parameters and three components it is assumed to represent a surface. If the position Vector has two parameters and two components it is assumed to represent unevaluated curves.
|
–
|
If the position Vector has no indeterminates, a single Vector rooted at the origin is plotted.
|
•
|
Given a position Vector with one parameter representing a curve, the range r is specified in the form param = a..b or a..b. Given a position Vector with two parameters and three dimensions representing a surface, the ranges r1 and r2 are specified in the form param1=a..b and param2=c..d respectively. Given a position Vector with two parameters and two components, one parameter has to be assigned a specific value and the other must be a range of the form param = a..b.
|
•
|
The optional arguments options1 and options2 provide plot options and control extra structures that can be added to the plot of the curve and surface.
|
•
|
Use PlotVector to plot vector fields, free Vectors, and rooted Vectors.
|
|
|
Options
|
|
•
|
'points'=[a] or 'points'=[[a,b]]
|
If the option 'points'=[a] or 'points'=[[a,b]] is given, the position Vector is evaluated at the values of the parameters and the corresponding point is plotted along the curve or surface.
–
|
For a position Vector with two parameters, the point [a,b] is interpreted as param1=a and param2= b where param1 and param2 are the parameter names given in the ranges r1 and r2 respectively.
|
–
|
For the point [a], a must lie in the range r and for the point [a,b], a and b must lie in the ranges r1 and r2 respectively. Otherwise, an error message is displayed.
|
–
|
Use [a1,a2,...,ak] or [[a1,b1],...,[ak,bk]] to specify more than one point.
|
Curve Options:
If the option 'vectorfield' = VField is provided, the vector field VField is evaluated at equally spaced points on the curve and the resulting rooted Vectors are displayed. The number of vectors displayed can be controlled with the option 'vectornum'=posint and the evaluation points on the curve can be provided with the option 'points'.
–
|
Since the position Vector is a Cartesian Vector, the vector field will be converted to Cartesian coordinates before the evaluation.
|
–
|
A list of vector fields can be specified using 'vectorfield'=[VField1,..,VFieldk].
|
The option 'pvdiff'=[param$k] plots the rooted Vector corresponding to the th derivative of the components of the position Vector along the curve. The number of vectors displayed can be controlled with the option 'vectornum'=posint. The evaluation point(s) on the curve can be provided with the option 'points'.
–
|
More than one derivative can be plotted using 'pvdiff'=[[d1],[d2]...], where each sublist is a valid second argument to diff.
|
The option 'tangent'= truefalse controls whether or not normalized tangent vectors are plotted along the curve. The number of vectors displayed can be controlled by the option 'vectornum'=posint. The default value is false. The evaluation point(s) on the curve can be provided with the option 'points'.
The option 'normal'= truefalse controls whether or not normalized principal normal vectors are plotted along the curve. The number of vectors displayed can be controlled by the option 'vectornum'=posint. The default value is false. The evaluation point(s) on the curve can be provided with the option 'points'.
The option 'binormal'= truefalse controls whether or not normalized binormal vectors are plotted along a three dimensional curve. The number of vectors displayed can be controlled by the option 'vectornum'=posint. The default value is false. The evaluation point(s) on the curve can be provided with the option 'points'. If pv represents a two dimensional curve, an error message is displayed.
A list of plot options for plotting the curve. For more information on plotting options, see plot/options. The default value is [].
•
|
'pointoptions', 'vectorfieldoptions', 'tangentoptions', 'normaloptions', 'binormaloptions' =list
|
A list of plot options for plotting the vectorfield, tangent vectors, principal normal vectors, and binormal vectors on the curve. For more information on plotting options, see plot/options. Their default value is [].
Surface Options:
•
|
'coordcurve'= [{param1, param2}=a,options1 ]
|
The option 'coordcurve' plots a coordinate curve on the surface obtained by fixing one of the parameters, param1 or param2 to the value a. Any of the curve options in options1 can be specified to the coordinate curve.
–
|
If the value a of the parameter is out of range, an error message is displayed.
|
–
|
A list of coordinate curves can be specified, using 'coordinatecurve'=[[...],...,[...]].
|
If the option 'vectorfield' = VField is provided, the vector field VField is evaluated at equally spaced points on the surface and the resulting rooted Vectors are displayed. The number of vectors displayed can be controlled with the option `vectorgrid`=[posint,posint] and the evaluation points on the surface can be provided with the option 'points'.
–
|
Since the position Vector is a Cartesian Vector, the vector field will be converted to Cartesian coordinates before the evaluation.
|
–
|
This option can take a list of vector fields, using 'vectorfield'=[VField1,..,VFieldk].
|
•
|
'pvdiff'=[{param1,param2}$k]
|
The option 'pvdiff'={param1,param2}$k plots the rooted Vector corresponding to the th derivative of the components of the position Vector along the surface. The number of vectors displayed can be controlled with the option 'vectorgrid'=[posint,posint]. The evaluation point(s) on the curve can be provided with the option 'points'.
–
|
More than one derivative can be plotted using 'pvdiff'=[[param$k1],[param$k2]...].
|
The option 'normal'= truefalse controls whether or not a normal vector to the surface is plotted. By default the normal vector is evaluated at the center of the specified ranges of the parameters, however the evaluation point(s) on the surface can be provided with the option 'points'. The default value is false.
–
|
The orientation of the normal vector can be controlled with the option 'normalorientation'=truefalse.
|
–
|
The formula used to compute the normal vector of a position Vector is .
|
•
|
'normalfield' = truefalse
|
If a vector field is provided with the option `vectorfield`, the additional option 'normalfield'= truefalse controls whether or not a normal field is evaluated at equally spaced points on the surface. The resulting rooted vectors are displayed. If no vector field is provided, an error message is displayed. The default value is false.
A list of plot option for plotting the surface. For more information on plotting options, see plot3d/options. The default value is [].
•
|
'pointoptions', 'diffoptions', 'normaloptions', 'vectorfieldoptions', 'normalfieldoptions'=list;
|
Lists of plot options for plotting points, vectors corresponding to derivatives, normal vectors, vector fields and normal fields on the surface. For more information on plotting options, see plot3d/options. Their default value is [].
|
|
Examples
|
|
>
|
|
Position Vectors
>
|
|
| (1) |
>
|
|
Specify the range of the parameter.
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
>
|
|
Display tangent vectors on the curve.
>
|
|
>
|
|
Evaluate a vector field on the curve.
>
|
|
| (4) |
>
|
|
Display the tangent, principal normal and binormal vectors on a curve.
>
|
|
| (5) |
>
|
|
>
|
|
Evaluate a vector field uniformly on the curve.
>
|
|
| (6) |
>
|
|
>
|
|
| (7) |
Specify points on the curve for plotting other structures.
>
|
|
>
|
|
Two dimensional position Vectors with two parameters.
>
|
|
| (8) |
Provide numeric value of one of the parameters.
>
|
|
>
|
|
Surfaces
>
|
|
| (9) |
>
|
|
Specify points on the surface.
>
|
|
Visualize tangent vectors along coordinate curves.
>
|
|
>
|
|
Visualize the normal field of a given vector field.
>
|
|
>
|
|
| (10) |
Evaluate a vector field uniformly on the surface.
>
|
|
Display a coordinate curve on a surface.
>
|
|
|
|