How to solve equation $x^4=1$ in quaternions? I know how to solve that equation in complex numbers but I have no idea how to do it in quaternions. I have also a question about general way to solve equations in quaternions. And is there similar theorem to fundamental algebra theorem which connects degree of polynomial equation with number of quaternion roots of that equation?
EDIT:
My task was to find roots $x^2+1=0$
EDIT2:
How to prove that $x^2+1=0$ has infinite number of roots?
I represented x as $a+bi+cj+dk$ and get equations: $a^2−b^2−c^2−d^2=−1$ and $ab+cd=0$, $ac−bd=0$, $ad+cb=0$. Is it worth to solve that or is there a smarter way?
Since all the coefficients are real, the roots will have the form $a+bu$ where $u$ is any pure imaginary/vector quaternion whose squared components sum to unity, and $a,b$ are the values for which $a+bi$ is a root in $\mathbb{C}$. Note that real roots with $b=0$ remain discrete.
Thus for instance if $(1+i)/\sqrt2$ is a root in $\mathbb{C}$, they you have quaternion roots of the form $(1+u)/\sqrt2$.