[Physics] Centre of instantaneous rotation problem

newtonian-mechanicsrigid-body-dynamicsrotational-dynamics

Is there a point of Centre of Instantaneous Rotation (CIR) for every type of motion or only for cases of rolling?

Best Answer

For a 3D rigid body there is always an instantenous screw axis. This consists of a 3D line (with direction) and a pitch. The pitch describes how much parallel translation occurs for each rotation of the rigid body. A pure rotation has zero pitch, whereas a pure translation has an infinite pitch. ( 3D Kinematics Ref. html, University of Pennsylvania Presentation ppt, Screw Theory wiki)

Screw Properties

  1. Given a moving rigid body, a point A located at $\vec{r}_A$ at some instant has linear velocity vector at the same point $\vec{v}_A$ and angular velocity $\vec{\omega}$.
  2. The screw motion axis has direction $$\vec{e} = \frac{\vec{\omega}}{|\vec{\omega}|}$$
  3. The screw motion axis location closest to A is $$\vec{r}_S = \vec{r}_A + \frac{\vec{\omega}\times\vec{v}_A}{|\vec{\omega}|^2}$$
  4. The screw motion pitch is $$h = \frac{\vec{\omega} \cdot \vec{v}_A}{|\vec{\omega}|^2}$$

where $\times$ is the cross product, and $\cdot$ is the dot (scalar) product.

Proof

Image point S having a linear velocity $\vec{v}_S$ not necessarily parallel to the rotation axis $\vec{\omega}$. Working backwards (from S to A), the linear velocity of any point A on the rigid body is

$$ \vec{v}_A = \vec{v}_S + \vec\omega \times ( \vec{r}_A-\vec{r}_S) $$

This is used in the screw axis position equation $|\vec{\omega}|^2 (\vec{r}_S-\vec{r}_A) = \vec{\omega} \times \vec{v}_A$ (from above) as

$$ |\vec{\omega}|^2 (\vec{r}_S-\vec{r}_A) = \vec{\omega} \times \vec{v}_S - \vec{\omega} \times \vec\omega \times ( \vec{r}_S-\vec{r}_A)$$ which is expanded using the vector triple product as

$$ |\vec{\omega}|^2 (\vec{r}_S-\vec{r}_A) = \vec{\omega} \times \vec{v}_S - \vec{\omega} (\vec{\omega}\cdot (\vec{r}_S-\vec{r}_A))+ |\vec{\omega}|^2 (\vec{r}_S-\vec{r}_A)$$ $$ \vec{\omega} \times \vec{v}_S = \vec{\omega} (\vec{\omega}\cdot (\vec{r}_S-\vec{r}_A)) =0 $$

since right hand side is always parallel to $\vec{\omega}$ and the left hand side is always perpendicular to $\vec{\omega}$. The only solution to the above is the velocity at the screw axis S to be parallel to the rotation

$$ \vec{v}_S = h \vec{\omega} $$

and the velocity at A becomes

$$ \vec{v}_A = h \vec{\omega} + \vec{\omega} \times (\vec{r}_A-\vec{r}_S) $$

Related Question