We are in the geometric algebra generated by the vector space $R^{1,1}$. Consider three vectors, $e_+, e_-, e$ where $e_+^2=1$, $ e_-^2=-1$, $e_+.e_-=0$ and $e=e_+ +e_-$. It is straightforward to verify that $e^2=0$, making $e$ a null vector.
I wish to evaluate $(e_+e)^2$.
Begin with the geometric product $e_+e=e_+.e + e_+ \wedge e$.
We can evaluate $e_+.e$ using the rules of the inner product: $e_+.e=\frac{1}{2}[(e_++e)^2-e_+^2-e^2]=\frac{1}{2}[(2e_++e_-)^2-1]=0$.
Thus $e_+e= e_+ \wedge e$ and $ee_+= e \wedge e_+$, implying $e_+e=-ee_+$ since for any two vectors $a\wedge b = -b \wedge a$. This means $(e_+e)^2=(e_+e)(e_+e)=-e_+eee_+=0$.
However if we note that $e_+ \wedge e=e_+ \wedge (e_++e_-)=e_+ \wedge e_-$ (since the outer product of any vector with itself is zero), then $e_+ e= e_+ \wedge e_- = e_+e_-$ which means $(e_+e)^2=(e_+e_-)^2=(e_+e_-)(e_+e_-)=-e_+e_-e_-e_+=1$.
Clearly, I am making an error somewhere. Will some kind soul not help me find it?
But now if we let $a=ee_+/2$ then $a=a^2=a^3=a^n$ and $e^{a}=1 + a + a/2! + a/3! +... = 1+ae^1$ or $e^{a}=1+e^1ee_+/2$. But Hestenes (p.20) has it that $e^{ec/2}=1+ec/2$ for any vector $c$, which means if we let $c=e_+$, then $e^{a}=1+ee_+/2$. I am still off by a factor of $e^1$?
– njt Feb 18 '14 at 14:28