Dynamics

Position, velocity, and acceleration

The two basic geometric objects we are using are positions and vectors. Positions describe locations in space, while vectors describe length and direction (no position information). To describe the kinematics (motion) of bodies we need to relate positions and vectors to each other.

Position vectors

Two positions $P$ and $Q$ can be used to define a vector $\vec{r}_{PQ} = \overrightarrow{PQ}$ from $P$ to $Q$. We call this the relative position of $Q$ from $P$. If we start from the origin $O$, so we have $\vec{r}_{OP} = \overrightarrow{OP}$, then we call this the position vector of position $P$. When it is clear, we will write $\vec{r}_P$ for this position vector, or sometimes even just $\vec{r}$.

Points $P$ and $Q$ and their relative and absolute position vectors. Note that we can write the position vectors with respect to different origins and in different bases.

Transformation of position vectors

The position vector $\vec{r}_{OP}$ of a point $P$ depends on which origin we are using. Using a different origin will result in a different position vector for the same point. The position vectors of a point from two different origins differ by the offset vector between the origins:

Change of origin for position vectors.

\[\begin{aligned} \overrightarrow{O_1 P} &= \overrightarrow{O_1 O_2} + \overrightarrow{O_2 P} \\ \vec{r}_{O_1 P} &= \vec{r}_{O_1 O_2} + \vec{r}_{O_2 P} \end{aligned}\]

Position vectors are defined by the origin and the point, but not by any choice of basis. We can write any position vector in any basis and it is still the same vector.

Basis for $\vec{r}_{O_1P}$: none $\hat\imath,\hat\jmath$ $\hat{u},\hat{v}$
Basis for $\vec{r}_{O_2P}$: none $\hat\imath,\hat\jmath$ $\hat{u},\hat{v}$

Points $P$ and $Q$ and their relative and absolute position vectors. Note that we can write the position vectors with respect to different origins and in different bases, in any combination.

Velocity and acceleration vectors

The velocity $\vec{v}$ and acceleration $\vec{a}$ are the first and second derivatives of the position vector $\vec{r}$. Technically, this is the velocity and acceleration relative to the given origin, as discussed in detail in the sections on relative motion and frames.

Definition of velocity $\vec{v}$ and acceleration $\vec{a}$.

\[\begin{aligned} \vec{v} &= \dot{\vec{r}} \\ \vec{a} &= \dot{\vec{v}} \end{aligned}\]

The velocity can be decomposed into components parallel and perpendicular to the position vector, reflecting changes in the length and direction of $\vec{r}$.

Decomposition of velocity and acceleration vectors.

\[\begin{aligned} \vec{v}_\text{proj} &= \operatorname{Proj}(\vec{v}, \vec{r}) = \dot{r} \hat{r} \\ \vec{v}_\text{comp} &= \operatorname{Comp}(\vec{v}, \vec{r}) = r \dot{\hat{r}} \\ \vec{a}_\text{proj} &= \operatorname{Proj}(\vec{a}, \vec{v}) = \dot{v} \hat{v} \\ \vec{a}_\text{comp} &= \operatorname{Comp}(\vec{a}, \vec{v}) = v \dot{\hat{v}} \end{aligned}\]

Show:
Movement: circle var-circle ellipse arc
trefoil eight comet pendulum
Show:

Velocity and acceleration of various movements. Compare to FigureĀ #rvc-fp.

Velocity and acceleration in Cartesian basis

Differentiating in a fixed Cartesian basis can be done by differentiating each component.

Velocity and acceleration in Cartesian basis.

\[\begin{aligned} \vec{r} &= r_1 \,\hat\imath + r_2 \,\hat\jmath + r_3 \,\hat{k} \\ \vec{v} &= \dot{r}_1 \,\hat\imath + \dot{r}_2 \,\hat\jmath + \dot{r}_3 \,\hat{k} \\ \vec{a} &= \ddot{r}_1 \,\hat\imath + \ddot{r}_2 \,\hat\jmath + \ddot{r}_3 \,\hat{k} \end{aligned}\]

Assuming $\hat\imath,\hat\jmath,\hat{k}$ are all fixed vectors, we can differentiate twice using #rvc-ec.

Pure rotation about a fixed origin

If an object is rotating with angular velocity $\omega$ about a fixed origin, then the velocity and acceleration are given by the following relations:

Velocity and acceleration about a fixed origin.

\[\begin{aligned} \vec{v} &= \vec{\omega} \times \vec{r} \\ \vec{a} &= \vec{\alpha} \times \vec{r} + \vec{\omega} \times (\vec{\omega} \times \vec{r}) \\ \end{aligned}\]

We know that the velocity $\vec{v} = \dot{\vec{r}}$.

Recall that the time derivative of a vector can be decomposed into the following, as shown here: \[ \dot{\vec{r}} = \dot{r}\, \hat{r} + r\, \dot{\hat{r}} \]

In pure rotation, the vector length is not changing, therefore $\dot{r} = 0$.

Recall that the vector direction derivative can be expressed as: \[ \dot{\hat{r}} = \vec\omega \times \hat{r} \]

Plugging in the above expression: \[\begin{aligned} \dot{\vec{r}} &= r \, \dot{\hat{r}} \\ &= r \, \left(\vec\omega \times \hat{r}\right) \\ &= \vec\omega \times r \, \hat{r} \\ &= \vec\omega \times \vec{r} \end{aligned}\]

We can now differentiate the expression for velocity with time to obtain acceleration: \[\begin{aligned} \vec{a} &= \dot{\vec{v}} \\ &= \dot{\vec{\omega}} \times \vec{r} + \vec\omega \times \dot{\vec{r}} \\ &= \vec\alpha \times \vec{r} + \vec\omega \times \vec{v} \\ &= \vec\alpha \times \vec{r} + \vec\omega \times \left(\vec\omega \times \vec{r}\right) \end{aligned}\]

Velocity and acceleration in polar basis

Computing velocity and acceleration in a polar basis must take account of the fact that the basis vectors are not constant.

Velocity and acceleration in polar basis.

\[\begin{aligned} \vec{r} &= r \,\hat{e}_r \\ \vec{v} &= \dot{r} \,\hat{e}_r + r \dot\theta \,\hat{e}_\theta \\ \vec{a} &= (\ddot{r} - r\dot\theta^2) \,\hat{e}_r + (r \ddot\theta + 2 \dot{r} \dot\theta) \,\hat{e}_\theta \end{aligned}\]

Starting from the position vector $\vec{r} = r\,\hat{e}_r$, we differentiate and use the basis vector derivatives $\dot{\hat{e}}_r = \dot\theta \,\hat{e}_\theta$ and $\dot{\hat{e}}_\theta = -\dot\theta \,\hat{e}_r$, giving: \[\begin{aligned} \vec{r} &= r \,\hat{e}_r \\ \vec{v} &= \dot{\vec{r}} \\ &= \dot{r} \,\hat{e}_r + r \,\dot{\hat{e}}_r \\ &= \dot{r} \,\hat{e}_r + r \dot\theta \, \hat{e}_\theta \\ \vec{a} &= \dot{\vec{v}} \\ &= \ddot{r} \,\hat{e}_r + \dot{r} \,\dot{\hat{e}}_r + \dot{r} \dot\theta \,\hat{e}_\theta + r \ddot\theta \,\hat{e}_\theta + r \dot\theta \,\dot{\hat{e}}_\theta \\ &= \ddot{r} \,\hat{e}_r + \dot{r} \dot\theta \,\hat{e}_\theta + \dot{r} \dot\theta \,\hat{e}_\theta + r \ddot\theta \,\hat{e}_\theta - r \dot\theta \dot\theta \,\hat{e}_r \\ &= (\ddot{r} - r\dot\theta^2) \,\hat{e}_r + (r \ddot\theta + 2 \dot{r} \dot\theta) \,\hat{e}_\theta. \end{aligned}\]

The acceleration term $-r\dot\theta^2\,\hat{e}_r$ is called the centripetal (center-seeking) acceleration, while the $2\dot{r}\dot\theta \,\hat{e}_\theta$ term is called the Coriolis acceleration.

Movement: circle var-circle ellipse arc
trefoil eight comet pendulum
Show:
Origin: $O_1$ $O_2$

Velocity and acceleration in the polar basis. Compare to FigureĀ #rkv-fa. Observe that $\hat{e}_r,\hat{e}_\theta$ are not related to the path (not tangent, not in the direction of movement), but rather are defined only by the position vector. Note also that the polar basis depends on the choice of origin.