Let $\vv\in\R^3$ be a vector of (Euclidean) length $\omega$. In this problem you will solve the system of differential equations $\dot\vx = \vv\times \vx$, where
“$\times$” is the usual cross product in $\R^3$.
Let $\vw_1$ and $\vw_2$ be a pair of unit vectors that are perpendicular to $\vv$, and to each other. Choose $\vw_1, \vw_2$, so that $\{\vw_1, \vw_2, \vv\}$ satisfies
the right hand rule ($\vw_1\times\vw_2=\vv/\|\vv\|$).
- Let $\vx= x_1\vw_1+x_2\vw_2+x_3\vv$ be any vector and write $\vv\times \vx$ in terms of $\{\vw_1, \vw_2, \vv\}$, i.e. find $y_1,y_2,y_3$ such that
\[
\vv\times\vx = y_1\vw_1+y_2\vw_2+y_3\vv.
\]
(Suggestion: make a drawing and first compute $\vv\times \vw_1$, $\vv\times \vw_2$, $\vv\times \vv$; then compute $\vv\times \vx$.)
- Expand the vector $\vx$ in terms of $\{\vw_1, \vw_2, \vv\}$, i.e. set $\vx(t) = x_1(t)\vw_1+x_2(t)\vw_2+x_3(t)\vv$, and write the system of differential
equations that the coefficients $x_1(t)$, $x_2(t)$, and $x_3(t)$ satisfy if $\dot\vx = \vv\times\vx$.
- Solve the resulting system of differential equations by writing it in the form $\dot\vx = A\vx$, and by computing $e^{tA}$.
- Give a geometric interpretation of $e^{tA}\vx_0$.