I know how to find the square root of the imaginary unit $i$, but I'm still learning about split-complex and dual numbers. I can't find any info anywhere about the square roots of $j$ and $ε$, if they have them.
2026-03-25 16:00:02.1774454402
On
Square roots of $j$ and $ε$
310 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Square root of $j$ is not a split-complex or complex number, it is a tessarine, a combination of complex and split-complex numbers. Actually, there are 4 roots, according the fundamental theorem of tessarine algebra:
$$z_1=\left(\frac{1}{2}+\frac{i}{2}\right)+\left(\frac{1}{2}-\frac{i}{2}\right)j$$
$$z_2=\left(\frac{1}{2}-\frac{i}{2}\right)+\left(\frac{1}{2}+\frac{i}{2}\right)j$$
$$z_3=-\left(\frac{1}{2}+\frac{i}{2}\right)-\left(\frac{1}{2}-\frac{i}{2}\right)j$$
$$z_4=-\left(\frac{1}{2}-\frac{i}{2}\right)-\left(\frac{1}{2}+\frac{i}{2}\right)j$$
You can square these expressions by hand so to verify the roots.
There are no square roots for $j$. Say that $(a+bj)^2 = j$. Then $$a^2+2abj+b^2=j$$leads to $a^2+b^2 = 0$ and $2ab=1$, which has no solution. Similarly, if $(a+b\epsilon)^2=\epsilon$, then $$a^2+2ab\epsilon = \epsilon$$leads to $a^2 = 0$ and $2ab=1$, which has no solution.
This probably owes to the fact that the split-complex algebra and the dual numbers algebra are not fields. In general, if $\alpha$ and $\beta$ are real numbers, the behavior of the set $$\Bbb C_{\alpha,\beta} = \{a+b\mathfrak{u} \mid a,b \in \Bbb R\mbox{ and }\mathfrak{u}^2=\alpha+\beta\mathfrak{u}\},$$equipped with the obvious operations, can be controled by the discriminant $\Delta = \beta^2+4\alpha$.
Clearly the last two cases are, in reality, a single one, but I think it is easier to see what happens if you state it like this. Proof of these facts? Exercise!