[Math] Are Position and Velocity (or Velocity and Acceleration) Vectors Always Parallel

kinematicsmathematical-astronomyprojectile motionvectors

While reading Chapter 1 of an astrodynamics textbook, I came across the statement:

$$\mathbf{v}\cdot \mathbf{{\dot{v}}}=v{\dot{v}}$$

In other words, the dot product of velocity and the time-rate-of-change of velocity is simply equal to the product of the magnitudes of the velocity and acceleration vectors. I think I see how this works mathematically:

$$\frac{1}{2}\frac{d}{dt}\left ( \mathbf{v}\cdot \mathbf{v} \right )=\frac{1}{2}\left [\mathbf{v}\cdot \frac{d\mathbf{v}}{dt} +\mathbf{v}\cdot \frac{d\mathbf{v}}{dt}\right]=\mathbf{v}\cdot \frac{d\mathbf{v}}{dt}=\mathbf{v}\cdot \mathbf{\dot{v}}$$

Also, since a vector is always parallel to itself,

$$\mathbf{v}\cdot \mathbf{v}=vv=v^{2}$$

So,

$$\frac{1}{2}\frac{d}{dt}\left ( \mathbf{v}\cdot \mathbf{v} \right )=\frac{1}{2}\frac{d}{dt}\left (v^{2} \right )=\frac{1}{2}\left (2v \right )\frac{dv}{dt}=v\frac{dv}{dt}=v\dot{v}$$

My hangup is this: are a vector and the first time derivative of that same vector always parallel (and in the same direction)? It would seem so, since the (not shown) cosine of theta term equals 1. Seems strange to me, because an object can be traveling in a certain direction while experiencing acceleration in another direction, such as the parabolic trajectory of a projectile near the Earth's surface (ignoring drag). Velocity will be tangent to the arc, while the only acceleration is straight down (due to gravity) and never actually parallel to velocity, so long as there is a horizontal component to the trajectory. Am I missing somehting very obvious here? Thank you for your time and consideration.

Citation: See page 15 (sheet 30 of 470) section 1.4.1.2 of this document.


Some very helpful people left great answers, thank you. More webmining also yielded this thread, which provided yet another good answer to the question. Seems like that one statement is responsible for a fair bit of consternation.

Best Answer

I think that I got your mistake! Here it is

$$\left\|\frac{d\bf{v}}{dt} \right\| \ne \frac{d\bf{\left\|v\right\|}}{dt}\tag{1}$$

In fact, this is simply saying that

In general, norm and differentiation are not interchangble.

So we have

$${\bf{v}} \cdot \frac{d\bf{v}}{dt} = \left\|\bf{v}\right\| \left\|\frac{d\bf{v}}{dt}\right\| \cos \theta= \left\|\bf{v}\right\| \frac{d\bf{\left\|v\right\|}}{dt}\tag{2}$$

and hence you can at most cancel $\left\|\bf{v}\right\|$ from the both sides of the equality to get

$$\left\|\frac{d\bf{v}}{dt}\right\| \cos \theta= \frac{d\bf{\left\|v\right\|}}{dt}\tag{3}$$

Now, according to $(1)$, you cannot cancel $\left\|\frac{d\bf{v}}{dt} \right\|$ with $\frac{d\bf{\left\|v\right\|}}{dt}$ and the $\cos\theta$ won't be equal to one.

To get more enlightened, we know that the velocity vector can be written as

$${\bf{v}}=\left\|{\bf{v}}\right\| {\bf{t}}\tag{4}$$

Now, if you take the derivative you will get

$$\frac{d{\bf{v}}}{dt}=\frac{d\left\|{\bf{v}}\right\|}{dt} {\bf{t}}+\left\|{\bf{v}}\right\| \frac{d{\bf{t}}}{dt}\tag{5}$$

Since ${\bf{t}}$ is a unit vector we can conclude

$${\bf{t}} \cdot {\bf{t}} =1 \qquad \to \qquad {\bf{t}} \cdot \frac{d{\bf{t}}}{dt} =0 \tag{7}$$

and consequently

$$\frac{d{\bf{t}}}{dt} = \left\| \frac{d{\bf{t}}}{dt} \right\| {\bf{n}} = \left\| \frac{d}{dt} \frac{{\bf{v}}}{\left\|{\bf{v}}\right\|} \right\| {\bf{n}} \tag{8}$$

So the vector $\frac{d{\bf{v}}}{dt}$ can be written as

$$\boxed{ \dfrac{d{\bf{v}}}{dt}=\frac{d\left\|{\bf{v}}\right\|}{dt} {\bf{t}}+\left\|{\bf{v}}\right\| \left\| \frac{d}{dt} \frac{{\bf{v}}}{\left\|{\bf{v}}\right\|} \right\| {\bf{n}} } \tag{9}$$

Finally, since ${\bf{t}} \cdot {\bf{n}}=0$ and both are unit vectors, we can compute $\left\|\frac{d\bf{v}}{dt} \right\|$ as follows

$${\left\|\frac{d\bf{v}}{dt} \right\|} = \sqrt{\left[\frac{d\bf{\left\|v\right\|}}{dt}\right]^2 + \left\|{\bf{v}}\right\|^2 \left\| \frac{d}{dt} \frac{{\bf{v}}}{\left\|{\bf{v}}\right\|} \right\|^2} \tag{10}$$

observing Eq.$(10)$, you can see that why $(1)$ is true. There is a special case where the orientation of a vector does not change which means that

$$\mathbf{t}=\frac{{\bf{v}}}{\left\|{\bf{v}}\right\|} = \text{Constant Vector}\tag{11}$$

In that case $(10)$ simplifies to

$$\left\|\frac{d\bf{v}}{dt} \right\| = \left|\frac{d\bf{\left\|v\right\|}}{dt}\right| \tag{12}$$