On $So(3)$ the algebra of a $3 \times 3$ skew symmetric matrices define Lie bracket $[A,B]=AB-BA$
Consider the exponential map $$EXP: So(3) \to So(3)$$.
We have the $So(3)$ matrix $$A=\begin{bmatrix} 0 & -c & b \\c & 0 & -a\\ -b & a & 0\end{bmatrix}$$
Upon letting $\theta=\sqrt{a^2 + b^2 +c^2}$ , show that we obtain the identity (which is the Rodrigues formula) $$EXP (A)=I_3 + \frac{sin \theta}{\theta} A+ \frac{I-cos \theta}{\theta^2} A^2$$
I am not sure how we get the expressions $$A^{2n}=(-1)^{n+1} \theta^{2(n+1)}\begin{bmatrix} -(b^2+c^2) & ab & ac \\ab & -(a^2+c^2) & bc\\ ac & bc & -(a^2+b^2)\end{bmatrix}$$
and $$A^{2n+1}=(-1)^n \theta^{2n}\begin{bmatrix} 0 & -c & b \\c & 0 & -a\\ -b & a & 0\end{bmatrix}$$
I understand that you look at the powers of $A$, $A^2$, $A^3$ and so on.
I also understand that you get $A^{2n}$ for even powers of n and $A^{2n+1}$ for odd powers of n.
I work out $$A^2= \begin{bmatrix} -b^2-c^2 & ab & ac \\ab & -a^2-c^2 & bc\\ ac & bc & -a^2-b^2\end{bmatrix}$$
$$A^3= \begin{bmatrix} 0 & a^2c-c(-b^2-c^2) & -a^2b+b(-b^2-c^2) \\-b^2 c+c(-a^2-c^2) & 0 & ab^2-a(-a^2-c^2)\\ bc^2-b(-a^2-b^2) & -ac^2+a(-a^2-b^2) & 0\end{bmatrix}$$
From $A^2$ how do you get the expression for $A^{2n}$?
From $A^3$ how do you get the expression for $A^{2n+1}$?
For example how is $\theta$ incorporated?