VectorCalculus
Binormal
compute a Vector in the direction of the binormal vector to a curve in R^3
Calling Sequence
Parameters
Description
Examples
Binormal(C, t, n)
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
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.
withVectorCalculus:
Binormalcost,sint,t,t
sint2−cost212
Binormalexp−tcost,exp−tsint,t
2ⅇ−tcost1+2ⅇ−2t2ⅇ−tsint1+2ⅇ−2t2ⅇ−2t1+2ⅇ−2t
B1≔Binormalt↦t,t2,t3:
B1t
6t29t4+4t2+1−6t9t4+4t2+129t4+4t2+1
B2≔Binormalt↦t,t2,t3,normalized:
B2t
3t29t4+9t2+19t4+4t2+129t4+4t2+1−3t9t4+9t2+19t4+4t2+129t4+4t2+119t4+9t2+19t4+4t2+129t4+4t2+1
SetCoordinatescylindrical
cylindrical
Binormala,t,tassuminga::Andpositive,constant
0−aa2+1a2a2+1
See Also
VectorCalculus[Curvature]
VectorCalculus[GetCoordinates]
VectorCalculus[PrincipalNormal]
VectorCalculus[RadiusOfCurvature]
VectorCalculus[SetCoordinates]
VectorCalculus[TangentVector]
VectorCalculus[TNBFrame]
VectorCalculus[Torsion]
VectorCalculus[Vector]
Download Help Document