With a given nonzero vector $\vec{r}(t)$, how do I that $\vec{r'}(t)$ is orthogonal to $\vec{r''}(t)$? The length ($||\vec{r'}(t)||$ is constant.) This is what I have tried so far.
Let $\vec{r}(t)= <f(t),g(t),h(t)>$. Then, $\vec{r'}(t)$ is $<f'(t),g'(t),h'(t)>$. And $\vec{r''}(t)$ is $<f''(t),g''(t),h''(t)>$.
For vectors to be orthogonal to each other, their dot products must be 0, meaning $\vec{r'}(t)\cdot\vec{r''}(t)=0$. This is where I get stuck. How do I prove that $\vec{r'}(t)\cdot\vec{r''}(t)=f'(t)\cdot f''(t)+g'(t)\cdot g''(t)+h'(t)\cdot h''(t) =0$?
\begin{align*} f'(t)\cdot f''(t)+g'(t)\cdot g''(t)+h'(t)\cdot h''(t)&=\frac{1}{2}\frac{d}{dt}(f'^2+g'^2+h'^2)\\ &=\frac{1}{2}\frac{d}{dt}\|r'(t)\|^2 \\ &=0. &&(\because \|r'(t)\|=c) \end{align*}