Found this problem on a blackboard today. It looks like some form of quaternion analysis, something to do with the MacLaurin series of $e^x$ My question is, what all is going on here, and how might I go about solving it? Here’s the problem:
Let $\text{pow}(q, n) = q^n$ for all $n \in \mathbb{Z}, q \in \mathbb{H}$. It follows that: $$ D_{\text{pow}}(n) \circ \delta_q = \sum_{k=1}^n{q^{n-k}\delta_{q}q^{k-1}} \quad\forall \;n \in \mathbb{Z}^+$$ Also, let $\exp(q) = \sum_{j=0}^{\infty}{\frac{1}{j!}q^j}$ for all $q \in \mathbb{H}$. It follows that: $$ D_{\exp} \circ \delta_q = \sum_{j=1}^{\infty}{\frac{1}{j!}\sum_{k=1}^j{q^{j-k}\delta_{q}q^{k-1}}}$$ Given the differential equation: $$D_{\exp} \circ \delta_q = \exp(a)\delta_{q}\exp(b)\quad |\; a, b \in \mathbb{H} $$ Find the values of $a$ and $b$, in terms of $q$.