I came up with my own derivation of multiplication in the complex field. Maybe it will gain us insight into how earlier mathematicians viewed this subject.
We start with the following question: Find $x$ such that $x^2 +1=0$. Now there does not exist such $x\in\mathbb{R}$ since $x^2 >0,\forall x\in\mathbb{R}$ is an immediate consequence of the Field axioms. Perhaps considering different fields might shine some light on this problem. Let's consider $\mathbb{R}^2$. We try and define addition and multiplication to satisfy the Field Axioms.
Choose $(a,b)\in\mathbb{R}^2$ and $(c,d)\in\mathbb{R}^2$. Then $(a,b)+(c,d)=(a+c,b+d)$ satisfies all the addition axioms. Also, we have that the additive identity element is $\left(0,0\right)$ as a consequence of that definition.
Now, we try and define multiplication. First, we start with defining it as $(a,b)(c,d)=(ac,bd)$. However, $(3,0)\ne(0,0)$ does not have a multiplicative inverse. Therefore, that particular definition breaks the multiplicative inverse Field axiom. It is now clear that any sort of definition of multiplication must involve addition and integrate both elements otherwise elements of $\mathbb{R}^2$ such as $(3,0)$ will always not have an inverse.
We now try the following definition. Define $(a,b)(c,d)=(ac+bd,ad+bc)$. Immediately, we find that the multiplicative identity is $(1,0)$ as a result of that definition. So far good, let's try and find a general equation for the multiplicative inverse of $(a,b)$. We must have that $ac+bd=1$ and $ad+bc=0$. We then end up with $c=\dfrac{a}{a^2-b^2}$ and $d=\dfrac{-b}{a^2-b^2}$. However, this can still break because we are not guaranteed that $a^2 -b^2\ne0$.
We finally end up with the following definition. Define $(a,b)(c,d)=(ac-bd,ad+bc)$. This satisfies all the multiplication Field axioms.
This Field we defined has a solution for $x^2 +1=0$. We have that $(0,1)^2+(1,0)=(-1,0)+(1,0)=(0,0)$. We call this new Field $\mathbb{C}=\mathbb{R}^2$.