Binormal - 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

All Products    Maple    MapleSim


VectorCalculus

  

Binormal

  

compute a Vector in the direction of the binormal vector to a curve in R^3

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Binormal(C, t, n)

Parameters

C

-

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

t

-

(optional) name; specify the parameter of the curve

n

-

(optional) equation of the form normalized=true or normalized=false, or simply normalized

Description

• 

The Binormal(C, t) command computes a Vector in the direction of the binormal vector to a curve in R^3.  Note that this Vector is not normalized by default, so it is a scalar multiple of the unit binormal vector to the curve C. Therefore, by default, the result is generally different from the output of TNBFrameC,t,output=B.

• 

If n is given as either normalized=true or normalized, then the resulting vector will be normalized before it is returned. As discussed above, the default value is false, so that the result is not normalized.

• 

The curve can be specified as a free or position Vector or a Vector valued procedure. This determines the returned object type. However, it must have exactly three components, that is, the curve that the Vector or Vector valued procedure represents is in R^3.

• 

If t is not specified, the function 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 which 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.

• 

If a coordinate system attribute is specified on C, C is interpreted in that coordinate system.  Otherwise, the curve is interpreted as a curve in the current default coordinate system.  If the two are not compatible, an error is raised.

Examples

withVectorCalculus:

Binormalcost,sint,t,t

sint2cost212

(1)

Binormalexptcost,exptsint,t

2ⅇtcost1+2ⅇ2t2ⅇtsint1+2ⅇ2t2ⅇ2t1+2ⅇ2t

(2)

B1Binormaltt,t2,t3:

B1t

6t29t4+4t2+16t9t4+4t2+129t4+4t2+1

(3)

B2Binormaltt,t2,t3,normalized:

B2t

3t29t4+9t2+19t4+4t2+129t4+4t2+13t9t4+9t2+19t4+4t2+129t4+4t2+119t4+9t2+19t4+4t2+129t4+4t2+1

(4)

SetCoordinatescylindrical

cylindrical

(5)

Binormala,t,tassuminga::Andpositive,constant

0aa2+1a2a2+1

(6)

See Also

VectorCalculus

VectorCalculus[Curvature]

VectorCalculus[GetCoordinates]

VectorCalculus[PrincipalNormal]

VectorCalculus[RadiusOfCurvature]

VectorCalculus[SetCoordinates]

VectorCalculus[TangentVector]

VectorCalculus[TNBFrame]

VectorCalculus[Torsion]

VectorCalculus[Vector]