TangentVector - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Student[VectorCalculus]

  

TangentVector

  

compute a Vector in the direction of the tangent vector to a curve in R^2 or R^3

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

TangentVector(C, t, options)

Parameters

C

-

free or position Vector; specify the components of the curve in R^2 or R^3

t

-

(optional) name; specify the parameter of the curve

options

-

(optional) equation(s) of the form option=value where option is one of output, curveoptions, normalized, range, vectoroptions, vectors, or view

Description

• 

The TangentVector(C, t) calling sequence computes a Vector in the direction of the tangent vector to a curve in R^2 or R^3.

  

Note: This vector is not normalized by default, so it is a scalar multiple of the unit tangent vector to the curve C. Therefore, by default, the result is generally different from the output of TNBFrame(C, t, tangent=true). If either normalized=true or normalized is given in options, however, the resulting vector will be normalized.

• 

The curve must have exactly two or three components, that is, the curve that the Vector represents is in R^2 or R^3.

• 

If t is not specified, the command tries to determine a suitable variable name by using the components of C.  To do this, it checks all of the indeterminates of type name in the components of C and removes the ones that are determined to be constants.

  

If the resulting set has a single entry, that entry is the variable name.  If it has more than one entry, an error is raised.

• 

The options arguments primarily control plot options.

  

output = value, plot, or animation

  

This option controls the return value of the command.

– 

output = value returns the value of the tangent. Plot options are ignored if output = value.  This is the default value.

– 

output = plot returns a plot of the space curve and the tangent vectors. The number of tangent vectors is specified by the vectors option.

– 

output = animation returns an animation of the space curve and the tangent vectors. The number of tangent vectors is specified by the vectors option.

• 

curveoptions = list

  

A list of plot options for plotting the space curve. For more information on plotting options, see plot/options. The default value is [].

• 

normalized = truefalse

  

Either true or false. Specifies whether the tangent vector is to be normalized. The default value is false.

• 

range = realcons..realcons

  

The range of the independent variable. The default value is 0..5.

• 

vectoroptions = list

  

A list of plot options for plotting the tangent vectors. For more information on plotting options, see plot/options. The default value is []. Note: Free Vectors and rooted Vectors are plotted using plots[arrow].

• 

vectors = posint

  

Specifies how many tangent vectors are to be plotted or animated. The default value is 5.

• 

view = [realcons..realcons, realcons..realcons, realcons..realcons] (3-D) or [realcons..realcons, realcons..realcons] (2-D)

  

Specify the plot view. For more information, see plot3d/options and plot/options.

• 

caption = anything

  

A caption for the plot.

  

The default caption is constructed from the parameters and the command options. caption = "" disables the default caption. For more information about specifying a caption, see plot/typesetting.

Examples

withStudentVectorCalculus:

TangentVectorPositionVectorcost,sint,t,t

sintcost1

(1)

TangentVectorPositionVectorcost,sint,t,t,normalized

2sint22cost222

(2)

TangentVectorexptcost,exptsint,t

ⅇtcost+sintⅇtsintcost1

(3)

TangentVectorcost,sint,t,output=plot,scaling=constrained

TangentVectorcost,sint,t,t,output=plot,range=0..7,vectors=3,vectoroptions=color=red,curveoptions=color=green,scaling=constrained

To play the following animation in this help page, right-click (Control-click, on Macintosh) the plot to display the context menu.  Select Animation > Play.

TangentVectorcost,sint,t,t,output=animation,range=0..7,vectors=3,vectoroptions=color=red,curveoptions=color=green,scaling=constrained

SetCoordinatescylindricalr,t,z

cylindricalr,t,z

(4)

simplifyTangentVectora,t,tassuminga::Andpositive,constant

0a1

(5)

SetCoordinatescartesian:

The command to create the plot from the Plotting Guide is

TangentVectorcost,sint,t,t,output=plot,scaling=constrained

See Also

assuming

realcons

Student[VectorCalculus]

Student[VectorCalculus][Binormal]

Student[VectorCalculus][Curvature]

Student[VectorCalculus][GetCoordinates]

Student[VectorCalculus][PrincipalNormal]

Student[VectorCalculus][RadiusOfCurvature]

Student[VectorCalculus][SetCoordinates]

Student[VectorCalculus][SpaceCurve]

Student[VectorCalculus][SpaceCurveTutor]

Student[VectorCalculus][TNBFrame]

Student[VectorCalculus][Torsion]

Student[VectorCalculus][Vector]

VectorCalculus

VectorCalculus[TangentVector]

 


Download Help Document