New wine in new bottles

In my recent post I was presenting new formulas for the attitude matrix, different from those of a month ago. And I did not explain in detail how I got them, and why they look like being in disagreement with the previous ones. This caused a legitimate concern from Bjab, when he noticed the apparent disagreement. And indeed putting new wine into old bottles would lead to a trouble.

Mar 2:21 No man also seweth a piece of new cloth on an old garment: else the new piece that filled it up taketh away from the old, and the rent is made worse.
Mar 2:22 And no man putteth new wine into old bottles: else the new wine doth burst the bottles, and the wine is spilled, and the bottles will be marred: but new wine must be put into new bottles.


What we did is this: we poured new wine into new bottles. And here is how it is done.

We consider free rigid body with normalized (unit length) angular momentum vector, and the doubled kinetic energy equal to d=1/I_2. Euler’s equations can be then solved explicitly and we choose the following solution:

(1)   \begin{eqnarray*} A_1&=&\sqrt{\frac{I_1(I_3-I_2)}{I_2(I_3-I_1)}}=1/2,\\ A_2&=&1,\\ A_3&=&\sqrt{\frac{I_3(I_2-I_1)}{I_2(I_3-I_1)}}=\frac{\sqrt{3}}{2},\\ B&=&\frac{1}{I_2}\,\sqrt{\frac{(I_2-I_1)(I_3-I_2)}{I_1I_3}}=\frac{1}{2\sqrt{3}},\\ \end{eqnarray*}

(2)   \begin{eqnarray*} L_1(t)&=& A_1\,\mathrm{sech }(B t),\\ L_2(t)&=&A_2\,\tanh( B t),\\ L_3(t)&=&A_3\,\mathrm{sech }(B t), \end{eqnarray*}

where \mathrm{sech }(x)=1/\cosh(x).
We will need the angular velocity vector with components

(3)   \begin{equation*}\Omega_i(t)=\frac{L_i(t)}{I_i}.\end{equation*}

We want to solve now the differential equation for the attitude matrix Q(t):

(4)   \begin{equation*}\frac{dQ(t)}{dt}=Q(t)W(t),\end{equation*}

where

(5)   \begin{equation*}W(t)=\begin{bmatrix}0&-\Omega_3(t)&\Omega_2(t)\\\Omega_3(t)&0&-\Omega_1(t)\\-\Omega_2(t)&\Omega_1(t)&0\end{bmatrix}.\end{equation*}

The strategy is this: We seek the solution of the form Q(t)=Q_2(t)Q_1(t), where Q_1(t) is a certain matrix cleverly constructed out of L_i(t), and Q_2(t) is a simple rotation matrix by some angle \psi(t).
There are two methods: old one, and new one.

The old method.

In the old method, as used for instance in Taming the T-handle continued (we use now Q_1,Q_2 instead of Q_0,Q_1 there), we set:

(6)   \begin{equation*} L_p(t)=\sqrt{L_1(t)^2+L_2(t)^2},\end{equation*}

(7)   \begin{equation*}Q_1(t)=\begin{bmatrix}\frac{L_1(t)L_3(t)}{L_p(t)}&\frac{L_2(t)L_3(t)}{L_p(t)}&-L_p(t)\\-\frac{L_2(t)}{L_p(t)}&\frac{L_1(t)}{L_p(t)}&0\\L_1(t)&L_2(t)&L_3(t)\end{bmatrix},\end{equation*}

(8)   \begin{equation*}Q_2(t)=\begin{bmatrix}\cos\psi(t)&-\sin\psi(t)&0\\\sin\psi(t)&\cos\psi(t)&0\\0&0&1\end{bmatrix}.\end{equation*}

Then we solve for \psi(t):

(9)   \begin{equation*}\psi(t)=\frac{t}{I_2}+\arctan\left( \sqrt{\frac{(I_2-I_1)I_3}{I_1(I_3-I_2)}}\tanh\sqrt{\frac{(I_2-I_1)(I_3-I_2)}{I_1I_2^2I_3}}t  \right).\end{equation*}

The new method.

(10)   \begin{equation*} Q_1(t) =\begin{bmatrix} L_1(t)& L_2(t)& L_3(t)\\-L_2(t)&     1 - \frac{L_2(t)^2}{1 + L_1(t)}& -\frac{L_2(t) L_3(t)}{1 + L_1(t)}\\  -L_3(t)& -\frac{L_2(t) L_3(t)}{1 + L_1(t)}&     1 - \frac{L_3(t)^2}{1 + L_1(t)},\end{bmatrix} \end{equation*}

(11)   \begin{equation*} Q_2(t)=\begin{bmatrix}  1 & 0 & 0 \\  0 & \cos \psi (t) & -\sin \psi (t) \\  0 & \sin \psi (t) & \cos \psi (t) \\ \end{bmatrix}. \end{equation*}

(12)   \begin{equation*} \psi(t)=\frac{t}{I_2}+2\arctan\left(\delta \tanh(B t/2)\right), \end{equation*}

where

(13)   \begin{equation*}\delta&=&\frac{\sqrt{I_2(I_3-I_1)}-\sqrt{I_1(I_3-I_2)}}{\sqrt{I_3(I_2-I_1)}}.\end{equation*}

Comparing old and new wines

In both cases we get a solution of the attitude differential equation (4). But these are different solutions. If Q(t) is a solution, and if R is a fixed rotation matrix of determinant one, then RQ(t) is another solution. This is the same body rotating, but observed from two different laboratory frames.
Let Q_{old}(t) and Q_{new}(t) be the two solutions, one obtained with the old, the other one with the new method.
With some little algebra it can be verified that Q_{new}(0)=RQ_{old}(0), where

(14)   \begin{equation*}R=\begin{bmatrix}0&0&1\\0&1&0\\-1&0&0\end{bmatrix}.\end{equation*}

.
Therefore for all t

(15)   \begin{equation*}Q_{new}(t)=R Q_{old}(t).\end{equation*}

I verified it numerically. The above comparison was for rotation matrices. For quaternions it is similar, though the quaternion case deserves a comment. I will give it in another note.

Update: Mathematica notebook verifying Eq. (15) numerically is available here.