No history yet

Frenet-Serret Fundamentals

A Moving Viewpoint

When we analyze a curve twisting through three-dimensional space, a fixed coordinate system isn't always the most helpful. It's often better to describe the curve from a local perspective, as if we were traveling along it. To do this, we use a moving coordinate system called the Frenet-Serret frame.

This frame is made of three mutually perpendicular unit vectors that move along the curve with us: the Tangent (T), the Principal Normal (N), and the Binormal (B). Together, they form the TNB frame, which gives us a complete description of the curve's orientation at any point.

The Tangent Vector

The first vector, the Tangent vector TT, is the most intuitive. It points in the direction of motion along the curve. If we have a curve defined by a position vector r(s)r(s), where ss is the arc length, the tangent vector is simply the derivative of the position vector with respect to arc length.

Because we're using arc length parameterization, the magnitude of this derivative is always 1. This makes TT a unit vector, which simplifies many calculations. It tells us the direction of the curve, but nothing about its speed.

T(s)=drdsT(s) = \frac{dr}{ds}

The Direction of Bending

Since the tangent vector TT always has a length of 1, it can only change its direction, not its magnitude. The derivative of the tangent vector, dT/dsdT/ds, captures this change. Think about driving a car: as you turn the wheel, your direction changes. The faster you turn, the greater the change.

A crucial property of unit vectors is that their derivative is always perpendicular to the vector itself. This means that the vector dT/dsdT/ds is orthogonal to the tangent vector TT. The direction of this derivative vector points toward the center of the curve's bend, essentially showing which way the curve is turning.

The magnitude of this change is called the curvature, denoted by the Greek letter kappa ("kappa"kappa). A straight line has zero curvature, while a tight corner has high curvature. We can then define the Principal Normal vector, NN, as the unit vector that points in the direction of dT/dsdT/ds.

N(s)=1κdTds,where κ=dTdsN(s) = \frac{1}{\kappa} \frac{dT}{ds}, \quad \text{where } \kappa = \left\| \frac{dT}{ds} \right\|

The Osculating Plane

Now we have two orthogonal vectors at every point on our curve: TT, the direction of motion, and NN, the direction of the curve's bend. Together, these two vectors span a plane.

Osculating Plane

noun

The plane determined by the tangent vector (T) and the principal normal vector (N) at a point on a curve. It is the plane that best fits the curve near that point.

This plane contains the instantaneous motion and acceleration of a point moving along the curve. It's the plane that "kisses" the curve, providing the best possible planar approximation of the curve in the immediate vicinity of that point. The Binormal vector BB, defined as B=T×NB = T \times N, is perpendicular to this plane.

The concept of the osculating plane is fundamental. It simplifies the local geometry of a complex 3D curve into a more manageable 2D picture, telling us how the curve is behaving at that exact moment.

Let's review these core concepts.

Quiz Questions 1/7

What is the primary purpose of the Frenet-Serret (TNB) frame in the analysis of a curve?

Quiz Questions 2/7

If a curve is parameterized by its arc length ss, how is the unit Tangent vector TT defined?

Understanding the T and N vectors is the first step to mastering how we describe the geometry of curves in space.