Before reading this question it is essential that you understand power associativity
https://en.wikipedia.org/wiki/Power_associativity
In particular a commutative algebra does not necc imply a power-associative algebra.
Now Consider a commutative 3D algebra $T$ where the nonreal units $x,y$ satisfy
$$x^2 = A_1 + A_2 x + A_3 y $$ $$xy = B_1 + B_2 x + B_3 y$$ $$y^2 = C_1 + C_2 x + C_3 y$$
where all the parameters $A_1,A_2,..$ are real ofcourse.
So for instance we get
$$(a + b x + cy)^2 = a^2 + b^2 A_1 + 2bc B_1 + c^2 C_1 + ( 2ab + b^2 A_2 + 2bc B_2 + c^2 C_2) x + (2ac + b^2 A_3 + 2bc B_3 + c^2 C_3 ) y$$
And ofcourse there are some restrictions for the parameters $A_1,A_2,...$ ; the $x,y$ are not solvable in complex numbers ( such as $x = 1 +i, y = 2 $ ) and $x \neq y$ and more generally $x,y$ and the reals are linearly independant , because otherwise it is not really a 3D algebra. This implies that there are no numbers $i$ in the algebra that satisfy $i^2 = -1$.
I know that if $T$ is associative it is power-associative ofcourse, but that is trivial.
Now it is a known theorem that if an algebra is commutative and if for every element $p$ of that algebra $ p^4 = p^2 p^2 = p p^3 $ then the algebra is power-associative.
See also the link from the top.
This is a powerful tool.
Can we easily classify the condition for power-associative ?
In principle we just need to compute $p^2 p^2 - p p^3 $ and see if it is always $0$.
But that is alot of work.
Maybe there is an easier way.
Or maybe we can simplify things ?
addendum
For example
$$x^2 = 1 + 2 x + 3 y $$ $$xy = 4 + 5 x + 6 y$$ $$y^2 = 7 + 8 x + 9 y$$
Is not power-associative.
We have for instance $x^2 x^2 \neq x x^3 $
Update :
It is relatively easy to show that One requires
$$B_2,A_3,B_3,C_3 \neq 0$$
for the dimension to be actually $3$, aka the linear independance of $x,y$ I mentioned above.
I am also aware that this algebra is not closed under square roots.
Just informing.
edit 1
(removed due to mistake)
EDIT 2
It turns out that by substition $x/q - v = x' , y/s - w = y'$,
we can make $A_2 = C_3 = 0$ , $B_1 = 1$.
This greatly simplifies the system !
So in essense we are studying
$$x^2 = A_1 + A_3 y $$ $$xy = 1 + B_2 x + B_3 y$$ $$y^2 = C_1 + C_2 x$$
Remark : Im thinking about the connection to nilpotenty ... ($v^n = 0$), assuming one exists.
Albert's theorem : an algebra is power-associative if and only if it satisfies [ ... is the associator (Albert 1948).
– mick Dec 20 '23 at 23:39