I have a set of rotations:
$R(t) \in R^{3x3}, t = 1, 2, ... T$.
I can extract the orientation of a body $\theta (t)$ from the rotation matrix $R(t)$. I am interested to estimate the angular velocity $\omega (t)$ and angular acceleration $\alpha (t)$. I have performed spline quaternion interpolation. I imagine that I can use the following formula to estimate $\omega (t)$:
$\omega = 2 \frac{dq}{dt} * \hat{q} $,
where $\hat{q}$ is the inverse of $q$. What is the formula for computing $\alpha (t)$?