Andromeda
Note

Curvature

Definition

Curvature κ\kappa measures the sharpness of a curve’s bend at a specific point. It is defined as the magnitude of the rate of change of the unit tangent vector T\mathbf{T} with respect to the arc length ss.

Why It Matters

Curvature quantifies the “sharpness” of a path, which is vital for safe engineering and navigation. It dictates how much force is required to stay on track and allows us to design everything from high-speed rails to medical devices with precision.

Core Concepts

  • Fundamental Definition (arc-length form) κ=dTds\kappa = \left| \frac{d\mathbf{T}}{ds} \right|

    • How to read: “The curvature kappa equals the absolute value of the derivative d T d s.”
    • Meaning: Rate of change of the unit tangent T\mathbf{T} with respect to arc length ss—how fast direction changes per unit distance. For a circle of radius RR, κ=1/R\kappa = 1/R.
  • General parametric form (any parameter t) κ=1vdTdtwhere v=drdt\kappa = \frac{1}{|\mathbf{v}|} \left| \frac{d\mathbf{T}}{dt} \right| \quad \text{where } \mathbf{v} = \frac{d\mathbf{r}}{dt}

    • How to read: “The curvature kappa equals one divided by the magnitude of v times the magnitude of the derivative d T d t.”
    • Meaning: Re-parametrized form when tt is not arc length; the factor 1/v1/|\mathbf{v}| corrects for non-unit-speed parameterization.
  • Vector cross-product formula (most practical for space curves) κ=v×av3\kappa = \frac{|\mathbf{v} \times \mathbf{a}|}{|\mathbf{v}|^3}

    • How to read: “The curvature kappa equals the magnitude of the cross product of v and a, all over the magnitude of v cubed.”
    • Meaning / when to use: Practical formula from r(t)\mathbf{r}(t)v×a|\mathbf{v} \times \mathbf{a}| captures perpendicular (turning) acceleration; divide by v3|\mathbf{v}|^3 to normalize speed. Use for particle paths; κ=0\kappa = 0 means instantaneously straight.
  • Radius of curvature R=1κR = \frac{1}{\kappa}

    • How to read: “The radius of curvature equals one over kappa.”
    • Meaning: The radius of the osculating circle (the circle that best matches the curve at that point, matching position, tangent, and curvature). Small R = tight turn; R → ∞ = straight line. Used in road/rail design (lateral acceleration = v²/R), in optics (lens curvature), and in differential geometry.

Connected Concepts