PlotPositionVector - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Vector Calculus : PlotPositionVector

VectorCalculus

  

PlotPositionVector

  

plot a curve or surface defined by a position Vector

 

Calling Sequence

Parameters

Options

Description

Examples

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', 'diffoptions', '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'

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 is raised.

– 

Use [a1,a2,...,ak] or [[a1,b1],...,[ak,bk]] to specify more than one point.

  

 

Curve Options:

• 

'vectorfield' = VField

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].

– 

For more information on vector fields, see VectorField.

• 

'pvdiff'=[param$k]

The option 'pvdiff'=[param$k] plots the rooted Vector corresponding to the kth 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.

• 

'tangent'= truefalse

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'.

• 

'normal'= truefalse

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'.

• 

'binormal'= truefalse

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 is raised.

• 

'curveoptions' =list

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 for the coordinate curve.

– 

If the value a of the parameter is out of range an error is raised.

– 

A list of coordinate curves can be specified, using 'coordcurve'=[[...],...,[...]].

• 

'vectorfield' = VField

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].

– 

For more information on vector fields, see VectorField.

• 

'pvdiff'=[{param1,param2}$k]

The option 'pvdiff'={param1,param2}$k plots the rooted Vector corresponding to the kth 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]...].

• 

'normal' = truefalse

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 pvu,v=xu,vi+yu,vj+zu,vk is N=y,zu,vi+z,xu,vj+x,yu,vk.

• 

'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 is raised. The default value is false.

– 

The formula used to compute the normalfield of a vector field is N.FN where N.F is the dot product of the normalized normal vector N and F.

• 

'surfaceoptions'=list

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, vectorfields and normal fields on the surface. For more information on plotting options, see plot3d/options. Their default value is [].

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 options1 and options2 arguments control extra structures that can be added to the plot of the curve and surface as well as providing plot options for specific elements of the plot. Additional plot options, as described on the plot/option and plot3d/option help pages, that are applicable may also be provided.

Examples

withVectorCalculus:

Position Vectors

pv1PositionVector1,2,3,cartesianx,y,z

PlotPositionVectorpv1

• 

Specify the range of the parameter.

R1PositionVectorp,p2,polarr,t

R1pcosp2psinp2

(1)

PlotPositionVectorR1,p=1..2

R2PositionVectorv,v,polarr,θ

R2vcosvvsinv

(2)

PlotPositionVectorR2,0..3π

Display tangent vectors on the curve.

PlotPositionVectorR2,v=0..3π,tangent=true

Evaluate a vector field on the curve.

VF1VectorFieldx,y,cartesianx,y

PlotPositionVectorR2,v=0..3π,vectorfield=VF1

Display the tangent, principal normal and binormal vectors on a curve.

R3PositionVector1,π2+arctan12t,t,spherical

R32costt2+42sintt2+4tt2+4

(3)

PlotPositionVectorR3,t=0..4π

PlotPositionVectorR3,t=0..4π,tangent=true,normal=true,binormal=true

R4PositionVector1,p,p,cylindricalr,p,s

R4cospsinpp

(4)

Specify points on the curve for plotting other structures.

PlotPositionVectorR4,p=0..4π,tangent=true,points=π

PlotPositionVectorR4,p=0..4π,tangent=true,normal=true,binormal=true,points=π,π2

Two dimensional position Vectors with two parameters.

pv2PositionVectorp,q,polarr,t

pv2pcosqpsinq

(5)

Provide numeric value of one of the parameters.

PlotPositionVectorpv2,p=2,q=0..π

The commands to create the plots from the Plotting Guide are

PlotPositionVectorR2,v=0..3π,tangent=true,pvdiff=v

VF2VectorFieldr,0,0,sphericalr,p,t

PlotPositionVectorR3,t=0..4π,vectorfield=VF2,vectornum=6

Surfaces

S1PositionVectort,vsqrt1+t2,vtsqrt1+t2,cartesianx,y,z

S1tvt2+1vtt2+1

(6)

PlotPositionVectorS1,t=3..3,v=3..3

Specify points on the surface.

PlotPositionVectorS1,t=3..3,v=3..3,points=0,0,1,1,2,2,3,3

Visualize tangent vectors along coordinate curves.

PlotPositionVectorS1,t=3..3,v=3..3,pvdiff=t,v

PlotPositionVectorS1,t=3..3,v=3..3,vectorfield=VectorFieldx,y,0,cartesianx,y,z,vectorgrid=3,3

Visualize multiple coordinate curves and different vectors along those curves

PlotPositionVectorPositionVectorx,y,x2y2,x=1..1,y=1..1,coordcurve=x=12,tangent=true,normal=true,vectornum=2,tangentoptions=color=red,x=1,tangent=true,vectornum=2,scaling=constrained,axes=frame

Visualize the normal field of a given vector field.

PlotPositionVectorS1,t=3..3,v=3..3,vectorfield=VectorFieldx,y,0,cartesianx,y,z,normalfield=true

 

S2PositionVector1,p,q,toroidalr,φ,θ

S2sinhpcosqcoshpcos1sinhpsinqcoshpcos1sin1coshpcos1

(7)

Display a coordinate curve on a surface.

PlotPositionVectorS2,p=0..2π,q=0..2π,coordcurve=p=π2,vectorfield=VectorFieldr,0,0,sphericalr,φ,θ

The command to create the plot from the Plotting Guide is

PlotPositionVectorS2,p=0..2π,q=0..2π,vectorfield=VectorFieldr,0,0,sphericalr,φ,θ,surfaceoptions=color=red,vectorgrid=3,3

See Also

plot/option

plot3d/option

VectorCalculus

VectorCalculus[Binormal]

VectorCalculus[diff]

VectorCalculus[eval]

VectorCalculus[PositionVector]

VectorCalculus[PrincipalNormal]

VectorCalculus[RootedVector]

VectorCalculus[TangentVector]