Curvature

Work in progress. This note is still being written and incomplete.

2 min read Last updated Fri Aug 14 2026 03:05:03 GMT+0000 (Coordinated Universal Time)

Let CC be a graph of a C1C^1 vector-valued function r\boldsymbol{r}, parametrized by arc length ss, with T(s)T'(s) existing. The curvature of CC at ss is

κ(s)=dTds\kappa(s) = \left\lVert \frac{\text{d}T}{\text{d}s} \right\rVert

Since T(s)=r(s)T(s) = \boldsymbol{r}'(s) for an arc-length parametrization, if r(s)\boldsymbol{r}''(s) exists,

κ(s)=r(s)\kappa(s) = \lVert \boldsymbol{r}''(s) \rVert

If r(t)\boldsymbol{r}(t) is twice differentiable and r(t)0\boldsymbol{r}'(t) \ne \vec{0}, the curvature of CC is

κ(t)=T(t)r(t)\kappa(t) = \frac{\lVert T'(t) \rVert}{\lVert \boldsymbol{r}'(t) \rVert}

Equivalently,

κ(t)=r(t)×r(t)r(t)3\kappa(t) = \frac{\lVert \boldsymbol{r}'(t) \times \boldsymbol{r}''(t) \rVert}{\lVert \boldsymbol{r}'(t) \rVert^3}

Examples:

  • The curvature of a straight line is 00.
  • The curvature of a circle with radius a>0a > 0 is 1a\frac{1}{a}.

Osculating Circle

If a curve CC in two-dimensional space has non-zero curvature κ\kappa at a point PP, the circle of radius

ρ=1κ\rho = \frac{1}{\kappa}

that shares a common tangent with CC at PP and is centered on the concave side of the curve at PP is the osculating circle, or circle of curvature, at PP.

  • ρ\rho: radius of curvature at PP

Center of Curvature

The center of curvature of CC at a point P=r(s)P = \boldsymbol{r}(s) with κ(s)0\kappa(s) \ne 0 is the center of the osculating circle at PP:

r(s)+ρN(s)\boldsymbol{r}(s) + \rho\, N(s)

Since N(s)N(s) points toward the concave side of CC, the center of curvature lies at distance ρ\rho from PP on that side.

Was this helpful?