vector calculus
Arc Length and Curvature in Space
You should know: arc length, vectors
Overview
A space curve traced by a vector-valued function r(t) = (x(t), y(t), z(t)) has a length that can be computed by integrating the speed |r'(t)| over the parameter interval — the natural 3D generalization of the arc-length formula from single-variable calculus. Beyond length, curvature κ measures how sharply a curve bends at each point: a straight line has curvature 0 everywhere, while a tight circle has large constant curvature. Together, arc length and curvature let us describe a curve's shape independent of how fast it happens to be traversed, forming the basis of the Frenet-Serret frame used in the differential geometry of curves.
Intuition
Think of arc length as the reading on an odometer as a car drives along a curved road: it accumulates distance traveled regardless of direction changes, computed by integrating speed over time. Curvature, meanwhile, measures how hard you'd have to turn the steering wheel to stay on the road — a straight highway needs no turning (curvature 0), while a tight hairpin turn demands a sharp twist of the wheel (large curvature). Formally, curvature is the rate at which the unit tangent vector T (the direction you're facing) changes direction per unit of distance traveled, not per unit of time — this is what makes curvature a property of the curve's SHAPE alone, unaffected by how fast you drive along it.
Formal Definition
For a smooth curve r(t) = (x(t), y(t), z(t)) on [a, b], the arc length is:
Arc length measured from t=a up to a variable endpoint t
Equivalent to κ = |dT/ds|, but computable directly from r(t) without reparametrizing by arc length
Notation
| Notation | Meaning |
|---|---|
| Unit tangent vector — direction of motion | |
| Curvature — rate at which the unit tangent turns per unit arc length | |
| Arc-length differential |
Derivation
The workable curvature formula κ = |r'×r''|/|r'|³ is derived from the definition κ=|dT/ds| by relating T and its derivative to r', r'' via the chain rule:
The velocity vector is speed times the unit tangent direction
Differentiate using the product rule
T×T=0, so only the T×T' term survives
T has constant length 1, so T·T'=0, meaning T ⊥ T'
Using ds/dt=|r'|, so |dT/ds|=|T'|/|r'|, and substituting the previous result
Properties
Reparametrization invariance
Straight lines have zero curvature
Radius of curvature
Theorems
Applications
3D Visualization
Worked Examples
Compute the velocity vector and its magnitude.
Integrate the constant speed √2 over the interval.
Answer: L = 2π√2
Practice Problems
Find the arc length of r(t) = (3t, 4t, 0) for 0 ≤ t ≤ 2.
Find the curvature of the circle r(t) = (2cos t, 2sin t, 0) at any t, and compare to the formula κ=1/R for a circle of radius R=2.
A roller coaster track follows y = x³ (x in units of 10 meters). Find the curvature at x=1, and state whether the curve bends more sharply there than at x=0 (where κ=0, since f''(0)=0).
Common Mistakes
Confusing arc length (a scalar, total distance traveled) with the arc length FUNCTION s(t) (a running total up to parameter t).
L = ∫ₐᵇ|r'(t)|dt is a single number (total length), while s(t) = ∫ₐᵗ|r'(u)|du is itself a function of t, used to reparametrize a curve by arc length.
Believing curvature depends on how fast a curve is traversed (the parametrization's speed).
Curvature κ = |dT/ds| is defined per unit of ARC LENGTH, not per unit of parameter t, making it a purely geometric property of the curve's shape — a slow and a fast parametrization of the same circle have the same κ.
Using the plane-curve curvature formula κ=|f''|/(1+f'²)^(3/2) for a curve given parametrically in 3D.
That formula only applies to a curve written as a graph y=f(x); for a general parametrized space curve r(t), use κ = |r'×r''|/|r'|³ instead.
Quiz
Flashcards
Summary
- Arc length L = ∫|r'(t)|dt integrates speed over the parameter interval to give total distance traveled along a space curve.
- Curvature κ = |dT/ds| = |r'×r''|/|r'|³ measures how sharply a curve bends, independent of how fast it's traversed.
- A circle of radius R has constant curvature κ=1/R; straight lines have κ=0 everywhere.
- The plane-curve formula κ=|f''|/(1+f'²)^(3/2) is a special case for graphs y=f(x).
- Applications range from highway curve-speed limits to camera-path smoothing in computer graphics.
References
- BookStewart, J. Calculus: Early Transcendentals, 8th ed. Ch. 13.3.
- WebsiteWikipedia — Arc length
- WebsiteWikipedia — Curvature
Mathematics