I was thinking about other complex-like systems the other day, and I decided to define a number $o$ such that $o^2 = 1, o \ne \pm 1$. I wondered if there was a formula like Euler's formula for this number system, where an exponential expression can be converted to a trignometric expression. As it turns out, there is: $$ \begin{align} e^{o\theta} & = \sum_{n = 0}^\infty \frac{(o\theta)^n}{n!} \\ & = \sum_{n = 0}^\infty \frac{(o\theta)^{2n}}{(2n)!} + \sum_{n = 0}^\infty \frac{(o\theta)^{2n + 1}}{(2n + 1)!} \\ & = \sum_{n = 0}^\infty \frac{\theta^{2n}}{(2n)!} + o\sum_{n = 0}^\infty \frac{\theta^{2n + 1}}{(2n + 1)!} \\ & = \cosh \theta + o \sinh \theta. \end{align} $$ It seems that where Euler's formula for complex numbers is related to a unit circle, Euler's formula for these numbers is related to a unit hyperbola. So, there is a sense in which $a + bi, i^2 = -1$ are circular numbers and $a + bo, o^2 = 1, o \ne \pm 1$ are hyperbolic numbers.
I tried this again with a number system built on the definition $k^2 = 0, k \ne 0$. Euler's formula for this system is: $$ \begin{align} e^{k\theta} & = \sum_{n = 0}^\infty \frac{(k\theta)^n}{n!} \\ & = \sum_{n = 0}^\infty \frac{(k\theta)^{2n}}{(2n)!} + \sum_{n = 0}^\infty \frac{(k\theta)^{2n + 1}}{(2n + 1)!} \\ & = 1 + 0\sum_{n = 1}^\infty \frac{\theta}{(2n)!} + k\theta + 0\sum_{n = 1}^\infty \frac{k\theta}{(2n + 1)!} \\ & = 1 + k\theta. \end{align} $$ This is analagous to the parametric equation of a "unit line", $(1, t)$.
As it turns out, these two number systems are already well-known: the hyperbolic numbers are called split-complex numbers (with $j$ as $o$) and the constant numbers are called dual numbers (with $\varepsilon$ as $k$).
It seems intuitively true that if one can express a function in terms of parametric equations for a set of axes (parameters) and make Taylor series for those equations and show that the sum of those series can be represented in terms of the Taylor series representation of the exponentional function given an arbitrary complex-like number system, one can have a set of "hypercomplex" numbers which in some sense describes a geometry (as defined by the function). So, in a sense, reverse engineer what was done above.
For example, assume complex numbers are not defined and one wants to make a number system that describes a circle. They could use the fact that the parametric equation for a circle is $(\cos t, \sin t)$,
My question is whether or not this reasoning is true or useful and if something like this has been done before.
Thank you for your answers.