Assume $\alpha$ is a path in $\mathbb{R^3}$ with velocity $\boldsymbol{v}(t)$, speed $v(t)$, and acceleration $ \boldsymbol{a}(t)$. Assume $\boldsymbol{v}(t) \neq 0$ and $\boldsymbol{T}'(t) \neq 0$ for all $t$. Prove that $\boldsymbol{v} \cdot \boldsymbol{a} = vv'$
By the way, right off the bat, I'm thrown by one thing: Speed $\left (\text{i.e.}, ~ v(t) = || \boldsymbol{v}|| \right)$ is a scalar. So shouldn't $\frac{d}{dt}v(t) = 0$?
Anyway, $ \text{velocity} = \boldsymbol{v}(t) = \alpha'(t) = (x'(t), y'(t), z'(t))$ and $ \text{acceleration} = \boldsymbol{a}(t) = \alpha''(t) = (x''(t), y''(t), z''(t))$
But I don't see how the dot product of the two $(x'(t)x''(t) + y'(t)y''(t) + z'(t)z''(t))$ would equal speed times its own derivative $\sqrt{x'(t) + y'(t) + z'(t)} * \frac{(x'(t) + y'(t) + z'(t))^{-1/2}}{2}$.
What is the correct approach to this proof?
Let $v=v(t)=||\boldsymbol{v}||$, we have
$$\boldsymbol{v}\cdot\boldsymbol{a}=\boldsymbol{v}\cdot \frac{d\boldsymbol{v}}{dt}=\frac12\frac{d}{dt}(\boldsymbol{v}\cdot\boldsymbol{v})=\frac12\frac{dv^2}{dt}=\frac12\cdot2vv'=vv'$$