Radius of Curvature

Learning Objectives

  • Understand the formal mathematical definition and geometric meaning of curvature as the rate of change of direction.
  • Calculate the precise radius of curvature for any twice-differentiable Cartesian function y=f(x)y = f(x).
  • Determine the exact Cartesian coordinates of the center of curvature (the center of the osculating circle).
  • Compute curvature algebraically for complex curves defined by parametric and polar equations without converting back to Cartesian forms.
  • Apply curvature theory to rigorous civil engineering applications, specifically horizontal highway curve design (superelevation) and the Euler-Bernoulli beam deflection equation.
In civil engineering, particularly in highway geometric design (horizontal and vertical curves) and structural beam analysis, understanding precisely how sharply a continuous curve bends is mathematically crucial. Curvature and the radius of curvature quantify this bending. A smaller radius implies a tighter, sharper bend, which corresponds to higher centrifugal forces on vehicles or higher internal bending moments within a loaded structural member.

Curvature

Curvature (K)

Curvature, denoted by KK (kappa), measures how fast a curve is changing direction at a given point. A straight line has zero curvature. A small circle has a large curvature, while a large circle has a small curvature.

Radius of Curvature

The radius of curvature is the radius of the circle that best fits the curve at a specific point. This circle is called the osculating circle (from Latin osculari, meaning "to kiss"), because it touches the curve exactly at that point and has the same tangent and curvature.
Let a curve be defined by a twice-differentiable function y=f(x)y = f(x). The Curvature (KK) is:

Curvature Formula

Curvature of a function y = f(x).

K=y[1+(y)2]3/2K = \frac{|y''|}{[1 + (y')^2]^{3/2}}

Variables

SymbolDescriptionUnit
KKCurvature-
yy'First derivative of y with respect to x-
yy''Second derivative of y with respect to x-
The Radius of Curvature (RR or ρ\rho) is the reciprocal of the curvature:

Radius of Curvature Formula

Radius of the osculating circle.

R=1K=[1+(y)2]3/2yR = \frac{1}{K} = \frac{[1 + (y')^2]^{3/2}}{|y''|}

Variables

SymbolDescriptionUnit
RRRadius of curvature-
KKCurvature-

Significance in Engineering

In highway engineering, the minimum acceptable radius of curvature for a road curve directly dictates the maximum safe design speed a vehicle can travel without skidding outward due to centrifugal force, balanced by pavement friction and superelevation banking. In structural engineering, the Euler-Bernoulli beam theory states that the deflection curve of a loaded beam relies fundamentally on its radius of curvature, where the exact relationship is 1R=MEI\frac{1}{R} = \frac{M}{EI}. For small deflections, this is approximated as yMEIy'' \approx \frac{M}{EI}.

Interactive Simulation

Use the simulation below to explore how the radius of curvature dictates highway design superelevation (banking) and pavement friction parameters.

Superelevation Design: Curvature Applications

In civil engineering highway alignment, the radius of curvature RR directly governs the road banking angle ee (superelevation) to ensure vehicles navigate safely at speed vv.

50m (Sharp)500m (Gentle)
30 km/h120 km/h
0% (Flat)10% (Banked)
Design Governing Equation
e+f=v2gR=v2κge + f = \frac{v^2}{g R} = \frac{v^2 \kappa}{g}
Curvature $\kappa$:0.00667 m⁻¹
Centrifugal Force:1.85 m/s²
Required Pavement Friction $f$:0.129
✅ SAFE: Curve coordinates satisfy all AASHTO design guidelines!
Rear-View Pavement Force Diagram
NFfFg = mgFc = mv²/RRoad Angle θ = 3.4° (e = 0.06)
Curvature (κ × 10³) vs. Comfortable Superelevation (e %)
Loading chart...
Calculus Application: Curvature κ=limΔs0ΔθΔs\kappa = \lim_{\Delta s \to 0} \frac{\Delta \theta}{\Delta s} changes dynamically along highway easement spiral curves. Superelevation is gradually increased in direct linear proportion to curvature to maintain a safe, slip-free ride!

Interactive Simulation

Use the simulation below to explore the radius of curvature and its corresponding osculating circle.

Osculating Circle Simulation

Move the slider to see how the radius of curvature and the osculating circle change along the parabola y=x2y = x^2.

Point (x, y):(0.50, 0.25)
First Derivative (y'):1.00
Radius of Curvature (R):1.41

Center of Curvature

The center of curvature (h,k)(h, k) is the center of the osculating circle. It is located on the normal line to the curve, at a distance RR from the point of tangency (x,y)(x, y), on the concave side of the curve.
The formulas for the coordinates (h,k)(h, k) of the center of curvature are derived using the normal slope:

x-coordinate of the Center of Curvature

The h coordinate of the osculating circle's center.

h=xy[1+(y)2]yh = x - \frac{y'[1 + (y')^2]}{y''}

Variables

SymbolDescriptionUnit
hhx-coordinate of the center of curvature-
xxx-coordinate of the point of tangency-
y,yy', y''First and second derivatives-

y-coordinate of the Center of Curvature

The k coordinate of the osculating circle's center.

k=y+1+(y)2yk = y + \frac{1 + (y')^2}{y''}

Variables

SymbolDescriptionUnit
kky-coordinate of the center of curvature-
yyy-coordinate of the point of tangency-

Parametric Equations of Curvature

In many engineering and physics applications (e.g., projectile motion, orbital mechanics), a curve is given by parametric equations x=x(t)x = x(t) and y=y(t)y = y(t) rather than a direct function y=f(x)y = f(x). Finding the curvature requires applying the chain rule to the standard formula.
If a smooth curve is given parametrically by x=x(t)x = x(t) and y=y(t)y = y(t), the curvature KK is computed as:

Parametric Curvature Formula

Curvature for parametrically defined curves.

K=xyyx[(x)2+(y)2]3/2K = \frac{|x'y'' - y'x''|}{[(x')^2 + (y')^2]^{3/2}}

Variables

SymbolDescriptionUnit
x,yx', y'First derivatives with respect to parameter t-
x,yx'', y''Second derivatives with respect to parameter t-
Where primes denote differentiation with respect to tt (x=dxdtx' = \frac{dx}{dt}, y=dydty' = \frac{dy}{dt}, etc.).

Curvature in Polar Coordinates

When curves are represented in polar coordinates (r=f(θ)r = f(\theta)), such as spirals or cardioids, converting them to Cartesian or parametric form can be tedious. A direct formula for curvature in polar coordinates exists using derivatives with respect to θ\theta.
For a polar curve r=f(θ)r = f(\theta), the curvature KK is given by:

Polar Curvature Formula

Curvature for curves in polar coordinates.

K=r2+2(r)2rr[r2+(r)2]3/2K = \frac{|r^2 + 2(r')^2 - r r''|}{[r^2 + (r')^2]^{3/2}}

Variables

SymbolDescriptionUnit
rrRadial distance as a function of \theta-
r,rr', r''Derivatives with respect to \theta-
Where rr' and rr'' are the first and second derivatives of rr with respect to θ\theta.
Key Takeaways
  • Curvature (KK) measures how sharply a curve bends. It relies heavily on the second derivative.
  • Radius of Curvature (RR) is the reciprocal of curvature. It is the radius of the osculating circle that best approximates the curve at a point.
  • The standard formula for a function y=f(x)y=f(x) is: R=[1+(y)2]3/2yR = \frac{[1 + (y')^2]^{3/2}}{|y''|}.
  • The Center of Curvature (h,k)(h, k) locates the exact center of this osculating circle using the normal vector direction.
  • Parametric and Polar Forms provide specialized formulas for computing curvature directly from parameters tt or angles θ\theta without needing to eliminate them.
  • These concepts are foundational for designing safe highway curves and analyzing beam deflections in structural theory.