Andromeda
Note

Curvilinear Acceleration

Definition

Acceleration (a\mathbf{a}) in curvilinear motion can be decomposed into two orthogonal components: a=aTT+aNN\mathbf{a} = a_T \mathbf{T} + a_N \mathbf{N}

  • How to read: “a equals a-T times T-hat plus a-N times N-hat.”
  • Meaning: Total acceleration splits into a component along the path (changing speed) and a component perpendicular to the path (changing direction).

where T\mathbf{T} is the unit tangent vector and N\mathbf{N} is the principal normal vector.

Why It Matters

This decomposition reveals whether an object is changing speed or changing direction. In aerospace and automotive engineering, it is the key to preventing structural failure during high-G turns and ensuring the stability of orbits and trajectories.

Core Concepts

  • Tangential Component (aTa_T): Measures the rate of change of speed (v|\mathbf{v}|): aT=ddtv=vava_T = \frac{d}{dt} |\mathbf{v}| = \frac{\mathbf{v} \cdot \mathbf{a}}{|\mathbf{v}|}
    • How to read: “a-T equals d/dt of speed, or v dot a over the magnitude of v.”
    • Meaning: How fast the object is speeding up or slowing down along the path.
  • Normal Component (aNa_N): Measures the rate of change of direction: aN=κv2=v×ava_N = \kappa |\mathbf{v}|^2 = \frac{|\mathbf{v} \times \mathbf{a}|}{|\mathbf{v}|}
    • How to read: “a-N equals kappa times speed squared, or magnitude of v cross a over speed.”
    • Meaning: Centripetal acceleration—required to bend the path. Grows with curvature κ\kappa and with speed squared.
  • Pythagorean Relation: a2=aT2+aN2|\mathbf{a}|^2 = a_T^2 + a_N^2.
    • How to read: “Magnitude of a squared equals a-T squared plus a-N squared.”
    • Meaning: Since aTa_T and aNa_N are perpendicular, total acceleration magnitude follows the Pythagorean theorem.

Connected Concepts