Smooth Functions

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)

r(t)\boldsymbol{r}(t) is smooth on an open interval II iff:

  • Differentiable
    r\boldsymbol{r} is differentiable on II, no corners, cusps, or breaks in the position function.
  • Continuous derivative
    r\boldsymbol{r}' is continuous on II, the direction and speed of the curve can’t jump abruptly.
  • Non-vanishing derivative
    r(t)0\boldsymbol{r}'(t) \ne \vec{0} for all tIt \in I. If the velocity vector hits zero, the curve can stop and reverse, or form a sharp point, even though r\boldsymbol{r} is still differentiable there.

A curve traced by r(t)\boldsymbol{r}(t) may fail to be smooth where r\boldsymbol{r}' is not continuous or where r(t)=0\boldsymbol{r}'(t) = \vec{0}.

Examples:

  • r(t)=6costcos6t,6sintsin6t\boldsymbol{r}(t) = \langle 6\cos t - \cos 6t, 6\sin t - \sin 6t \rangle, 0t2π0 \le t \le 2\pi, is not smooth at the points between its petals.
Was this helpful?