Binormal Vector — Definition, Formula & Examples
The binormal vector is a unit vector perpendicular to both the unit tangent vector and the principal normal vector of a space curve. It completes the right-handed orthonormal frame (called the Frenet-Serret frame) that moves along the curve.
Given a smooth space curve with unit tangent vector and principal unit normal vector , the binormal vector is defined as . Since and are orthogonal unit vectors, is also a unit vector, and the triple forms an orthonormal basis at each point of the curve.
Key Formula
Where:
- = Binormal vector (unit vector)
- = Unit tangent vector to the curve
- = Principal unit normal vector to the curve
How It Works
First, compute the unit tangent vector . Next, find the principal normal vector . Then take their cross product: . The binormal vector points in the direction perpendicular to the osculating plane (the plane that best fits the curve locally). Its rate of change is related to the torsion of the curve, which measures how the curve twists out of its osculating plane.
Worked Example
Problem: Find the binormal vector for the helix at any point .
Find T: Compute the derivative and normalize it.
\mathbf{r}'(t) = \langle -\sin t,\, \cos t,\, 1 \rangle, \quad \|\mathbf{r}'\| = \sqrt{\sin^2 t + \cos^2 t + 1} = \sqrt{2}$$$$\mathbf{T} = \frac{1}{\sqrt{2}}\langle -\sin t,\, \cos t,\, 1 \rangle
Find N: Differentiate T with respect to t and normalize.
\mathbf{T}'(t) = \frac{1}{\sqrt{2}}\langle -\cos t,\, -\sin t,\, 0 \rangle, \quad \|\mathbf{T}'\| = \frac{1}{\sqrt{2}}$$$$\mathbf{N} = \langle -\cos t,\, -\sin t,\, 0 \rangle
Compute B = T × N: Take the cross product of T and N.
Answer: , which is indeed a unit vector at every point along the helix.
Why It Matters
The binormal vector is essential in differential geometry and physics for describing how curves twist through three-dimensional space. Engineers use the Frenet-Serret frame (built from T, N, and B) to analyze the motion of particles along curved paths, design roller coasters, and study the geometry of DNA helices.
Common Mistakes
Mistake: Computing N × T instead of T × N, which reverses the direction of B.
Correction: The binormal vector is defined as B = T × N (in that order). Reversing the cross product gives −B, which breaks the right-handed orientation of the Frenet-Serret frame.
