So I'm trying to work my way through Ernst Kummer's De Numeris Complexis, and I've reached a point where I keep stumbling over something that should be very, very simple. After almost an hour of playing around with this, I have been unable to solve it, and so appeal to the community for help.
The basic proposition can be boiled down to what follows: Let's say that $a,b$ are some numbers such that $1+a+b=0$, and consider the product $p = (ax+by)(ay+bx)$ where $x$ and $y$ are independent variables. The claim is that $p$ can then be expressed as a form in $x,y$ wherein neither $a$ nor $b$ appear.
What is this form, and how does one find it?
EDIT: To give some idea of my own failed attempts, one idea I had was that you write out the product as follows: $$(x^2+y^2)ab + xy(a^2+b^2).$$ Then you use that $$0=0^2=(1+a+b)^2 = 1 + 2(a+b)+ 2 ab + a^2+b^2$$ to get that $$a^2+b^2=-1-2(a+b)-2ab.$$ I then inserted that into $(x^2+y^2)ab + xy(a^2+b^2)$ to get $$(x^2+y^2)ab - xy(1 + 2(a+b)+ 2 ab).$$ Since $2(a+b)=2(1+a+b)-2$, I would then write this as $$(x^2+y^2)ab - xy(-1 + 2 ab).$$ This, I then re-arranged as $$ab(x^2+y^2+xy)-2xyab=ab(x+y)^2-2abxy.$$ At this point I got stuck, not knowing where to go next.
The rest of my attempts look similar in nature, the sort of stuff where you play around with the terms and products, and in the end, you come back to where you started.