Curvature and Torsion of Space Curves
Learning objectives
- Compute curvature and torsion for a parametrized space curve
- Construct the Frenet-Serret frame at a point and interpret each vector geometrically
- State and apply the Frenet-Serret formulas
- Recognise the fundamental theorem of space curves: and determine the curve up to rigid motion
In the plane a curve can only bend; in space it can also twist. A helix climbing up a staircase, a strand of DNA, a roller-coaster track — all of these have shape that no single scalar can encode. Differential geometry handles this with a second invariant, the torsion , measuring how fast the curve twists out of its instantaneous plane of bending. Together and determine the shape of any smooth space curve uniquely (up to rigid motion). That uniqueness is the fundamental theorem of space curves.
The Frenet-Serret frame
For a smooth curve parametrized by arc length and with , define three mutually orthogonal unit vectors at each point:
- Unit tangent — points in the direction of motion. Length because is arc length.
- Principal normal
— the direction in which is currently rotating, perpendicular to . Points toward the centre of the osculating circle.
- Binormal
— perpendicular to both, completing a right-handed orthonormal triple.
The plane spanned by and is the osculating plane — the instantaneous plane of bending. If this plane never changes (constant ), the curve is planar.
The Frenet-Serret formulas
The three frame vectors evolve along the curve according to a tightly coupled system:
The first formula defines (the rate at which the tangent rotates inside the osculating plane). The third defines (the rate at which the binormal — and therefore the osculating plane itself — rotates about ). The middle formula is forced by orthonormality of the frame.
The arbitrary-parameter formulas
For a curve in any parametrization, the invariants are:
For the standard helix with , both invariants are constant: and . A circle is the special case : and .
The fundamental theorem
Given any smooth positive function and any smooth function defined on an interval, there exists a smooth space curve realising them, unique up to a rigid motion of . In other words, the pair is a complete set of local invariants for space curves: knowing them is knowing the curve, modulo translation and rotation.
Pause and think: Why does the principal normal become undefined at an inflection point of a space curve? (Hint: at an inflection .) What does that singularity tell you about the limits of the Frenet machinery, and how would you fix it in code?
Try it
- Predict first: for the helix , is the torsion positive or negative? Compute it with the cross-product formula and verify your intuition about right-handedness.
- For the planar curve , compute . The answer should be — explain in one sentence why every planar curve embedded in has zero torsion.
- True or false: a curve with everywhere is a straight line. Justify directly from the Frenet-Serret formulas.
- The unit-speed Frenet-Serret formulas can be written as a matrix ODE:
. Verify that the coefficient matrix is skew-symmetric, and explain why that guarantees the frame stays orthonormal.
A trap to watch for
The Frenet-Serret formulas are written for arc-length parametrization. When you use them with a non-unit-speed , you must remember that derivatives w.r.t. are not the same as derivatives w.r.t. : . The cross-product formulas above already include this scaling, but students often try to plug directly into and produce wrong answers. Rule: either re-parametrize by arc length first, or use the explicit- cross-product formulas.
What you now know
You can extract two intrinsic scalars — curvature and torsion — from any space curve, build the Frenet-Serret frame, write the coupled ODE governing its evolution, and quote the fundamental theorem that these invariants determine the curve up to rigid motion. The next section steps up a dimension: surfaces have two principal curvatures at each point, and combining them gives the Gaussian and mean curvatures that classify local surface shape.
References
- Garrity, T. (2002). All the Mathematics You Missed: But Need to Know for Graduate School. Cambridge University Press, ch. 7.
- do Carmo, M. P. (2016). Differential Geometry of Curves and Surfaces (2nd ed.). Dover, ch. 1.
- Pressley, A. (2010). Elementary Differential Geometry (2nd ed.). Springer, ch. 2-3.
- Spivak, M. (1999). A Comprehensive Introduction to Differential Geometry (3rd ed., Vol. 2). Publish or Perish, ch. 1.
- Misner, C. W., Thorne, K. S., Wheeler, J. A. (2017). Gravitation. Princeton University Press, ch. 9 (Frenet frames in relativistic contexts).