Is there a simple way to express $N(t)$, the unit normal vector of a vector curve, in terms of $r(t)$? I know that $T(t)$=$\frac{r'(t)}{||r'(t)}||$ and that $N(t)$=$\frac{T'(t)}{||T'(t)||}$. Is it possible to simplify the definition of $N(t)$, or is the simplest version [$\frac{r'(t)}{||r'(t)||}$]'?
Why is $N(t)$ not defined as just $\frac{r''(t)}{||r''(t)||}$?
Note that the quotient rule means that the two expressions are not equal. $$ \left(\frac{r'(t)}{\|r'(t)\|} \right)' = \frac{\|r'(t)\|r''(t) - \|r'(t)\|'r'(t)}{\|r'(t)\|^2} \neq \frac{r''(t)}{\|r''(t)\|} $$ Why use the more complicated-looking one? Well, we want $N(t)$ to be perpendicular to $T(t)$.