Prove that a rotation about any axis by a finite angle is equivalent to successive reflections in two different planes.
Here's what I tried:
I assumed two reflection planes (passing through the origin) with normals $\mathbf{n_{1}}$ and $\mathbf{n_{2}}$, and used the vector transformation reflection to transform an arbitrary initial vector r to r'. Similarly, I transformed r to r' via a rotation matrix (about z axis) by an angle $\phi$. Then I tried comparing the two r' -s component wise. This resulted in a really complicated set of equations in the direction cosines of $\mathbf{n_{1}}$ and $\mathbf{n_{2}}$.