Mathwords logoMathwords

Osculating Plane — Definition, Formula & Examples

The osculating plane at a point on a space curve is the plane that most closely fits the curve near that point. It is spanned by the curve's unit tangent vector and unit principal normal vector, and it contains the curvature vector.

Given a smooth space curve r(t)\mathbf{r}(t) with nonzero curvature at a point r(t0)\mathbf{r}(t_0), the osculating plane is the plane through r(t0)\mathbf{r}(t_0) with normal vector B(t0)=T(t0)×N(t0)\mathbf{B}(t_0) = \mathbf{T}(t_0) \times \mathbf{N}(t_0), where T\mathbf{T} is the unit tangent vector and N\mathbf{N} is the unit principal normal vector. Equivalently, it is spanned by r(t0)\mathbf{r}'(t_0) and r(t0)\mathbf{r}''(t_0), provided they are linearly independent.

Key Formula

(Rr(t0))(r(t0)×r(t0))=0\bigl(\mathbf{R} - \mathbf{r}(t_0)\bigr) \cdot \bigl(\mathbf{r}'(t_0) \times \mathbf{r}''(t_0)\bigr) = 0
Where:
  • R\mathbf{R} = Position vector of a general point $(x,y,z)$ on the plane
  • r(t0)\mathbf{r}(t_0) = Position on the curve at parameter $t_0$
  • r(t0)\mathbf{r}'(t_0) = First derivative (velocity) of the curve at $t_0$
  • r(t0)\mathbf{r}''(t_0) = Second derivative (acceleration) of the curve at $t_0$

How It Works

To find the osculating plane, you need the binormal vector B=T×N\mathbf{B} = \mathbf{T} \times \mathbf{N}, which serves as the plane's normal. Alternatively, compute r(t0)×r(t0)\mathbf{r}'(t_0) \times \mathbf{r}''(t_0) directly — this cross product is parallel to B\mathbf{B} and gives the normal to the osculating plane. The equation of the plane is then (Rr(t0))(r(t0)×r(t0))=0(\mathbf{R} - \mathbf{r}(t_0)) \cdot (\mathbf{r}'(t_0) \times \mathbf{r}''(t_0)) = 0, where R=x,y,z\mathbf{R} = \langle x, y, z \rangle is a general point. The osculating circle (circle of curvature) lies entirely within this plane.

Worked Example

Problem: Find the osculating plane of the helix r(t)=cost,sint,t\mathbf{r}(t) = \langle \cos t,\, \sin t,\, t \rangle at t=0t = 0.
Step 1: Compute the first and second derivatives and evaluate at t=0t=0.
\mathbf{r}'(t) = \langle -\sin t,\, \cos t,\, 1 \rangle \implies \mathbf{r}'(0) = \langle 0, 1, 1 \rangle$$ $$\mathbf{r}''(t) = \langle -\cos t,\, -\sin t,\, 0 \rangle \implies \mathbf{r}''(0) = \langle -1, 0, 0 \rangle
Step 2: Compute the cross product to get the normal to the osculating plane.
r(0)×r(0)=ijk011100=0,1,1\mathbf{r}'(0) \times \mathbf{r}''(0) = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 0 & 1 & 1 \\ -1 & 0 & 0 \end{vmatrix} = \langle 0, -1, 1 \rangle
Step 3: The point on the curve is r(0)=1,0,0\mathbf{r}(0)=\langle 1,0,0\rangle. Write the plane equation.
x1,y,z0,1,1=0    y+z=0\langle x-1,\, y,\, z \rangle \cdot \langle 0,\, -1,\, 1 \rangle = 0 \implies -y + z = 0
Answer: The osculating plane at t=0t=0 is z=yz = y, or equivalently y+z=0-y + z = 0.

Why It Matters

The osculating plane is central to the Frenet–Serret frame, which describes how curves twist and bend through space. Engineers use it in designing roller coasters and roadways, where understanding the local plane of curvature determines safe banking angles and structural loads.

Common Mistakes

Mistake: Using r(t0)\mathbf{r}'(t_0) and r(t0)\mathbf{r}''(t_0) to span the plane when the curvature is zero at that point.
Correction: When κ=0\kappa = 0 (i.e., r\mathbf{r}' and r\mathbf{r}'' are parallel or r=0\mathbf{r}'' = \mathbf{0}), the osculating plane is undefined or requires a limiting argument. Always check that the cross product r×r\mathbf{r}' \times \mathbf{r}'' is nonzero before proceeding.