Andromeda
Note

TNB Frame

Definition

The TNB frame (or Frenet-Serret frame) is a moving coordinate system consisting of three mutually orthogonal unit vectors—Tangent (T\mathbf{T}), Normal (N\mathbf{N}), and Binormal (B\mathbf{B})—that describe the local geometry of a space curve.

Why It Matters

The TNB frame provides a moving coordinate system that ‘travels’ with an object along a curve. It is the mathematical foundation for describing the twist and curvature of paths, essential for designing stable roller coasters, safe highway curves, and precise surgical robotics.

Core Concepts

  • Binormal Vector Definition B=T×N\mathbf{B} = \mathbf{T} \times \mathbf{N}

    • How to read: “Binormal vector B equals the cross product of the unit tangent vector T and the principal unit normal vector N.”
    • Meaning: B is the unique unit vector that completes the right-handed orthonormal triad {T, N, B}. Since T is along the velocity and N points toward the center of curvature (in the osculating plane), their cross product B is perpendicular to that plane — it points in the direction the curve is “twisting” out of the plane of bending. Its derivative gives the torsion τ, which quantifies the rate of twisting (how much the curve leaves the osculating plane). Use this frame for any space curve when you need a local “road” coordinate system (tangent = forward, normal = left turn, binormal = up relative to the turn).
  • The Basis Vectors:

    • T\mathbf{T}: Unit tangent (direction of motion).
    • N\mathbf{N}: Principal unit normal (direction of turn).
    • B\mathbf{B}: Binormal (direction of “twist” or deviation from the turn plane).
  • Key Planes:

    • Osculating Plane: Determined by T\mathbf{T} and N\mathbf{N}; the plane in which the curve “kisses” its best-fit circle.
    • Normal Plane: Determined by N\mathbf{N} and B\mathbf{B}; perpendicular to the direction of motion.

Connected Concepts