Show (in cartesian coordinates) that
$\vec{r} \times (\vec{\omega}\times \vec{r})=r^2\vec{\omega}-(\vec{\omega}\cdot\vec{r})\vec{r} $
I am not really sure how to calculate this. Do I just assume that it's a 3D problem so each vector just has 3 components? What components does the angular-velocity vector have? Is it just $\omega_1, \omega_2, \omega_3$?
Thanks in advance
$$\bar{w} \times \bar{r} = \det \begin{pmatrix} \bar{i} & \bar{j} & \bar{k} \\ w_1 & w_2 & w_3 \\ r_1 & r_2 & r_3 \end{pmatrix} = \bar{i} (w_2 r_3 - w_3 r_2) - \bar{j} (w_1 r_3 - w_3 r_1) + \bar{k} (w_1 r_2 - w_2 r_1)$$ Further calculate $\bar{r} \times (\bar{w} \times \bar{r})$ which will be: $$\det \begin{pmatrix} \bar{i} & \bar{j} & \bar{k} \\ r_1 & r_2 & r_3 \\ w_2 r_3-w_3 r_2 & w_3 r_1 - w_1 r_3 & w_1 r_2 - w_2 r_1 \end{pmatrix}$$ I will not further expand it. Let's now calculate RHS. It will be a vector with $i$-th coordinate being equal to $$w_i (r_1^2 + r_2^2+r_3^2) - r_i (w_1 r_1 + w_2 r_2 + w_3 r_3)$$ Which is exactly the same as $i$-th coordinate in the vector that we got above (if you expand determinant).