I have a definition of $i$ (here) that has come from observing Newton-Raphson (NR) on $(x^2+c)=0$. The attractors when plotting NR were $\pm \sqrt{c}$, which happen to be the coefficients of $i$ in the solution. Since neither attractor was dominant, the interpreted solution required the simultaneous implementation of these two real numbers $\pm \sqrt{c}$. $i$ therefore permits us to use two real numbers simultaneously.
For example, the simultaneous real numbers associated with:
$i \to [-1,1]$
$(-i) \to [1,-1]$
$2i \to [-2,2]$
$(8+5i) \to [3,13]$
$(-2-3i) \to [1,-5]$
and have the form $[(real - imaginary) , (real + imaginary)]$ for $+i$. $-i$ simulatneous reals are in descending order.
Using this definition of $i$ we are able to perform all mathematical operations on complex numbers using just real numbers. Further supporting arguments of this definition are given by factorization properties and complex step differentiation examples.
I would appreciate any feedback, suggestions to further reading on definitions of $i$ (aside from its square equals -1 property), or on the notion of simultaneous implementation of numbers.