How do I solve?: $$\ddot{\vec{u}} = \vec{u} \times \hat{k}$$
I have tried solving a simpler version of this, $\dot{\vec{u}} = \vec{u} \times \hat{k}$. This one was easy: the head of the vector rotates around the $z$-axis with constant angular speed.
However, I have no idea on the second-order one. It doesn't seem to have any relation to the simpler one.. or does it?..
So writing $u = (u_i)$, we have $$ \ddot u_1 = u_2, \quad \ddot u_2 = -u_1, \quad \ddot u_3 = 0 $$ Hence, $u_3(t) = at + b$ for some constants $a,b$, the other two equations give us $$ \ddddot u_1 = -u_1 $$ This has the characteristic equation $\lambda^4 + 1 = 0$, giving us $$ \lambda_{1,2} = \frac{1 \pm i}{\sqrt 2}, \lambda_{3,4} = \frac{-1\pm i}{\sqrt 2} $$ Hence, we have $$ u_1(t) = \exp\left(\frac t{\sqrt 2}\right)\bigl(c\sin(t/\sqrt 2) + d\cos(t/\sqrt 2)\bigr) + \exp\left(-\frac t{\sqrt 2}\right)\bigl(e\sin(t/\sqrt 2) + f\cos(t/\sqrt 2)\bigr) $$ for some constants $c,d,e, f$. By using $u_2 = \ddot u_1$, you can calculate the missing component.