Fiveable

Calculus IV Unit 1 Review

QR code for Calculus IV practice questions

1.3 Tangent vectors and normal vectors

1.3 Tangent vectors and normal vectors

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Tangent Vectors and Normal Vectors

Tangent and normal vectors give you a way to describe how a curve behaves locally: what direction it's heading and how it's bending at any given point. These vectors form the foundation for the Frenet frame, a moving coordinate system that travels along the curve and captures its geometry at every point.

Tangent and Normal Vectors

Tangent Vectors and Unit Tangent Vectors

Given a smooth curve defined by a position vector r(t)\vec{r}(t), the tangent vector at a point is the derivative:

r(t)\vec{r}'(t)

This vector points in the direction of motion and its magnitude equals the speed along the curve. Note that r(t)\vec{r}'(t) is often called the velocity vector, not the unit tangent vector. The distinction matters.

The unit tangent vector strips away speed information and isolates pure direction:

T(t)=r(t)r(t)\vec{T}(t) = \frac{\vec{r}'(t)}{|\vec{r}'(t)|}

Because T(t)=1|\vec{T}(t)| = 1 always, this vector tells you which way the curve is going without any information about how fast.

Tangent Vectors and Unit Tangent Vectors, Calculus of Vector-Valued Functions · Calculus

Normal Vectors and Unit Normal Vectors

The unit normal vector captures the direction in which the curve is turning. You get it by differentiating the unit tangent vector and normalizing:

N(t)=T(t)T(t)\vec{N}(t) = \frac{\vec{T}'(t)}{|\vec{T}'(t)|}

A few things to keep straight here:

  • T(t)\vec{T}'(t) itself is perpendicular to T(t)\vec{T}(t). This follows from the fact that T(t)T(t)=1\vec{T}(t) \cdot \vec{T}(t) = 1; differentiating both sides gives 2T(t)T(t)=02\,\vec{T}(t) \cdot \vec{T}'(t) = 0.
  • N(t)\vec{N}(t) always points toward the center of curvature, the center of the circle that best approximates the curve at that point.
  • N(t)\vec{N}(t) describes the direction of bending, not the magnitude. The magnitude of bending is captured by curvature κ\kappa.

Computing N(t)\vec{N}(t) step by step:

  1. Find r(t)\vec{r}'(t) and compute r(t)|\vec{r}'(t)|.
  2. Form T(t)=r(t)r(t)\vec{T}(t) = \frac{\vec{r}'(t)}{|\vec{r}'(t)|}.
  3. Differentiate T(t)\vec{T}(t) with respect to tt to get T(t)\vec{T}'(t).
  4. Normalize: N(t)=T(t)T(t)\vec{N}(t) = \frac{\vec{T}'(t)}{|\vec{T}'(t)|}.

Step 3 is usually the messiest part because the quotient rule on T(t)\vec{T}(t) can get algebraically heavy. Simplify T(t)\vec{T}(t) as much as possible before differentiating.

Frenet Frame

Tangent Vectors and Unit Tangent Vectors, Calculus - Wikipedia

Frenet Frame and Its Components

The Frenet frame (also called the TNB frame) is a right-handed, orthonormal coordinate system that moves along the curve. It consists of three vectors at each point:

  • T(t)\vec{T}(t) — unit tangent vector (direction of motion)
  • N(t)\vec{N}(t) — unit normal vector (direction of bending)
  • B(t)\vec{B}(t) — binormal vector (perpendicular to both)

The binormal vector is defined as:

B(t)=T(t)×N(t)\vec{B}(t) = \vec{T}(t) \times \vec{N}(t)

Since T\vec{T} and N\vec{N} are orthogonal unit vectors, their cross product B\vec{B} is automatically a unit vector perpendicular to both. Together, {T,N,B}\{\vec{T}, \vec{N}, \vec{B}\} form a right-handed orthonormal basis that adapts to the curve's geometry as you move along it.

The Frenet frame is the natural setting for defining curvature (how fast the curve bends, measured by changes in T\vec{T}) and torsion (how fast the curve twists out of a plane, measured by changes in B\vec{B}).

Osculating Plane and Its Relationship to the Frenet Frame

The osculating plane at a point on the curve is the plane spanned by T(t)\vec{T}(t) and N(t)\vec{N}(t). Think of it as the plane that the curve is "trying to lie in" at that instant.

  • It contains the best-fit circle (the osculating circle) to the curve at that point.
  • The binormal vector B(t)\vec{B}(t) is the normal to the osculating plane.
  • For a planar curve, the osculating plane is the same everywhere: it's just the plane the curve lives in. For a space curve, the osculating plane tilts and rotates as you move along the curve, and the rate of that rotation is exactly what torsion measures.

The osculating plane, the Frenet frame, and the concepts of curvature and torsion are all tightly linked: T\vec{T} and N\vec{N} define the osculating plane, B\vec{B} is perpendicular to it, curvature tracks how T\vec{T} rotates within the plane, and torsion tracks how the plane itself rotates in space.