Introduction to Calculus

Work in progress. This note is still being written and incomplete.

1 min read Last updated Fri Aug 14 2026 03:05:03 GMT+0000 (Coordinated Universal Time)

For a particle moving along a curve CC traced by r(t)\boldsymbol{r}(t), the derivative of r(t)\boldsymbol{r}(t) carries a physical interpretation used throughout this module.

Velocity

v(t)=r(t)\vec{v}(t) = \boldsymbol{r}'(t)

v(t)\vec{v}(t) is tangent to CC and points in the direction of motion.

Speed

v(t)=v(t)=r(t)v(t) = \lVert \vec{v}(t) \rVert = \lVert \boldsymbol{r}'(t) \rVert

Acceleration

a(t)=v(t)=r(t)\vec{a}(t) = \vec{v}'(t) = \boldsymbol{r}''(t)

a(t)\vec{a}(t) measures how the velocity vector changes, both in magnitude (speed) and in direction.

Was this helpful?