In our class, we're learning that you can split up the acceleration, $\mathbf{a}$, of a particle into two convenient components, like so:
$$\mathbf{a} = a_T\mathbf{T} + a_N\mathbf{N}$$
Where $a_T$ is the "tangential component" of acceleration, $a_N$ is the "normal component", and $\mathbf{T}$ and $\mathbf{N}$ are the unit tangent and unit normal vectors to the curve $\mathbf{r}(t)$, respectively.
But we also learned earlier about a third kind of vector, $\mathbf{B}$ - the "binormal vector" - which is orthogonal to both $\mathbf{N}$ and $\mathbf{T}$.
Why isn't the formula thus
$$\mathbf{a} = a_T\mathbf{T} + a_N\mathbf{N} + a_B\mathbf{B}?$$
Note: I know that the binormal vector $\mathbf{B}$ is not generally defined as a unit vector for the purposes of Multivariable Calculus classes. But in this instance, just assume $\mathbf{B}$ represents the unit binormal vector, and that $a_B$ represents the "binormal component" of acceleration.
I have a sneaking suspicion that the jounce, $\mathbf{j} = \mathbf{r}^{(3)}(t)$, of the particle moving along $\mathbf{r}(t)$ is, in fact, defined by
$$\mathbf{j} = j_T\mathbf{T} + j_N\mathbf{N} + j_B\mathbf{B}.$$
...since, well,
$$\mathbf{v} = \Vert\mathbf{v}\Vert\mathbf{T} = v_T\mathbf{T}$$
and
$$\mathbf{a} = a_T\mathbf{T} + a_N\mathbf{N};$$
It just seems like each new order of derivative taken of $\mathbf{r}(t)$ adds to the equation a new, orthogonal component of motion. If that's the case, why??