Define the vector operator: $$ H(\textbf{x}) \equiv \alpha \textbf{n} \times\textbf{x}$$ For unit vector $\textbf{n}$ and some constant $\alpha$. We define further the operator: $$G \equiv I + H + \frac{H^2}{2!} + \frac{H^3}{3!} + ... $$ Where powers of $H$ represent iterations and $I$ is defined as the identity such that $I(\textbf{x}) = \textbf{x}$
We are to prove $$ G\textbf{x} = \textbf{x} +(\textbf{n}\times\textbf{x})\sin{\alpha} + \textbf{n}\times(\textbf{n}\times\textbf{x})(1-\cos{\alpha}) $$
My attempt at the proof involved noting: $$ G = e^{H} $$ And thus $$G\textbf{x} = e^H\textbf{x}$$
But I can't seem to see where to go from here, or even if the last step is a legitimate one. Many thanks in advance.
I don’t quite know whether the $e^H$ approach takes us anywhere useful, because I’m not entirely sure what the exponential of a vector operator means. Anywhere, here's one method that seems to work:
$\newcommand{\myvec}[1]{\mathbf{#1}} \newcommand{\cross}{\times} \newcommand{\nn}{\myvec{n}} \newcommand{\xx}{\myvec{x}}$ First, a couple of useful identities. Lagrange's formula, or triple product expansion: $$\myvec{a} \cross (\myvec{b} \cross \myvec{c}) = \myvec{b}\left(\myvec{a} \cdot \myvec{c}\right) - \myvec{c}\left(\myvec{a} \cdot \myvec{b}\right)$$ and the power series for sine and cosine: $$ \begin{align*} \cos \theta &= 1 - \frac{\theta^2}{2!} + \frac{\theta^4}{4!} - \cdots &= \sum_{k=0}^\infty (-1)^k \frac{\theta^{2k}}{(2k)!} \\[6pt] \sin\theta &= x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots &= \sum_{k=0}^\infty (-1)^k\frac{\theta^{2k+1}}{(2k+1)!} \end{align*} $$ So here's what I'd do:
Expand $I\myvec{x}$, $H\myvec{x}$, $H^2\myvec{x}$, for a few small terms, to see if I could spot a pattern. Here I've done it up to $H^4\xx$:
Identify a general formula for $H^m\xx$, and prove that it works.
Now that we have a general formula for $H^m\xx$, we substitute this into the definition of $G$ and rearrange terms.
We can now write $G$ as (being careful with the signs)
Looking at the identities above, we can simplify this expression as
which is the desired expression.