Chapter 28 — Further Reading

Each entry below says what to read it for and, where possible, maps directly onto this chapter's sections. Start with the two reference texts the whole book is benchmarked against (Stewart and OpenStax); branch into the differential-geometry and applications titles once the core is solid.


Core textbook coverage — section-by-section mapping

Stewart, J. (2021). Calculus: Early Transcendentals (9th ed.), Chapter 13 "Vector Functions." The closest companion to this chapter; near-identical scope and notation. - §13.1 Vector Functions and Space Curves ↔ our §28.1–28.2 (defining $\mathbf{r}(t)$, the gallery of curves, the helix and twisted cubic). - §13.2 Derivatives and Integrals of Vector Functions ↔ our §28.3 (component-wise calculus, the four product rules). - §13.3 Arc Length and Curvature ↔ our §28.5–28.9 (arc length, unit-speed reparametrization, $\mathbf{T}$, $\mathbf{N}$, curvature, osculating circle). - §13.4 Motion in Space: Velocity and Acceleration ↔ our §28.4 and §28.9, §28.11 (velocity/speed/acceleration, the $a_T$/$a_N$ split, projectiles and orbits). Stewart's exercise sets in 13.3–13.4 are the best source of additional drill on curvature and the tangential/normal decomposition.

Strang, G., and Herman, E. Calculus, Volume 3 (OpenStax, free). Chapter 3 "Vector-Valued Functions" matches us almost one-to-one and is freely downloadable. - §3.1 Vector-Valued Functions and Space Curves ↔ our §28.1–28.2. - §3.2 Calculus of Vector-Valued Functions ↔ our §28.3 (limits, derivatives, integrals, product rules). - §3.3 Arc Length and Curvature ↔ our §28.5–28.9. - §3.4 Motion in Space ↔ our §28.4, §28.9, §28.11. OpenStax has worked examples with full solutions and a generous applications section on projectile and circular motion — ideal for self-checking.

A precise cross-reference table mapping every chapter of this book to Stewart and to OpenStax lives in appendix-h-stewart-chapter-mapping.md and appendix-i-openstax-chapter-mapping.md.

Thomas' Calculus (Hass, Heil, Weir; 14th ed.), Chapter 13 "Vector-Valued Functions and Motion in Space." A third mainstream treatment with especially clear figures of the moving $\mathbf{T}$ and $\mathbf{N}$ along a curve; consult its arc-length-parametrization worked examples if §28.6 felt abstract.

Going deeper — differential geometry of curves

Pressley, A. (2010). Elementary Differential Geometry (2nd ed.), Springer, Chapters 1–2. The natural next step. Develops arc length, curvature, the Frenet frame, and torsion rigorously but gently — exactly the optional "Math Major Sidebar" material of §28.9, expanded into full chapters, including a proof of the Fundamental Theorem of Space Curves.

do Carmo, M. P. (2016). Differential Geometry of Curves and Surfaces (revised ed.), Dover, Chapter 1. The standard graduate-adjacent reference; its treatment of curvature and torsion is the canonical one. Read after Pressley if you want the deeper version.

Spivak, M. (1999). A Comprehensive Introduction to Differential Geometry, Vol. 1. For the mathematically ambitious only; situates space curves inside the full theory of manifolds. Reach for it once you have a real-analysis background.

Applications — Case Study 1 (aerospace / orbits)

Curtis, H. (2020). Orbital Mechanics for Engineering Students (4th ed.), Chapters 2–3. Derives $\mathbf{r}'' = -\mu\mathbf{r}/r^3$ and the conservation of angular momentum $\mathbf{L} = \mathbf{r}\times\mathbf{r}'$ in the exact vector language of §28.11 — the best bridge from this chapter to real astrodynamics.

Bate, Mueller, and White (1971). Fundamentals of Astrodynamics, Dover. A famously inexpensive classic; Chapter 1 builds Keplerian orbits from vector calculus alone, with the planarity argument of §28.11 front and center.

Vallado, D. (2013). Fundamentals of Astrodynamics and Applications (4th ed.). The professional reference; see its perturbation and numerical-propagation chapters to understand why real orbits are integrated numerically (the §28.10 workflow) rather than solved in closed form.

Applications — Case Study 2 (highway and roller-coaster design)

AASHTO (2018). A Policy on Geometric Design of Highways and Streets ("the Green Book"). The engineering standard for horizontal curves, superelevation (banking), and spiral transitions. Its design tables are $a_N = \kappa v^2$ (§28.9) in applied dress, with the clothoid as the transition curve.

Levin, A. (2002). "The mathematics of roller coasters," The Physics Teacher 40. A short, readable account of why real loops are clothoids rather than circles — built around holding $\kappa v^2$ steady, exactly the §28.9 argument.

Applications — physics and biology threads

Griffiths, D. J. (2017). Introduction to Electrodynamics (4th ed.), §5.1. The Lorentz force $q\,\mathbf{v}\times\mathbf{B}$ and the resulting helical motion of charged particles — the §28.11 aurora example with full physical detail.

Olson, W. K., and Zhurkin, V. B. (2000). "Modeling DNA deformations," Current Opinion in Structural Biology 10, 286–297. The biophysics behind the DNA-helix curvature estimate of §28.11; read it to see why the chapter flags that number as a model-dependent illustration, not a fixed constant.

A practice recommendation

Pick one real motion — a satellite pass over your city, a stretch of highway curve, or a single strand of the DNA helix — and write it as a vector function $\mathbf{r}(t)$. Then compute, by hand and then with the §28.10 Python recipes: velocity, speed, acceleration, arc length over an interval, the unit tangent $\mathbf{T}$, and the curvature $\kappa$. Carrying one concrete curve through the entire toolkit cements every formula in this chapter far better than working isolated exercises.