Say I have a unit vector, $v$ in $\Bbb{R}^n$ ($|v|=1$). I multiply a rotation matrix, $R$ with this vector to get a new vector, $u=Rv$. Then, I get a third vector by applying the rotation matrix yet another time: $w=R^2v$. Is it true that $w$ lies in the space spanned by $v$ and $u$? Can this be proven or a counter-example shown?
And if this is true for rotation matrices, then is it true for other kinds of matrices as well?
My attempt: We must have $w=c_1v+c_2 w$ for some $c_1$ and $c_2$. In other words,
$$R^2v = c_1v+c_2 Rv$$
I'm stuck at this stage, unfortunately.
Consider
$R=\begin{pmatrix}1 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & 0\end{pmatrix}$
$u=\begin{pmatrix}1 \\ 1 \\ 0\end{pmatrix}$
$v = Ru = \begin{pmatrix}1 \\ 0 \\ 1\end{pmatrix}$
$w = R^2u = \begin{pmatrix} 1 \\ -1 \\ 0 \end{pmatrix}$
Since $u, v, w$ are linerally indep, $\mathrm{span}(u,v) \neq \mathrm{span}(v,w)$ and $w \notin \mathrm{span}(u, v)$
Click here to play around with this example