Find functions $f$ on pairs of positive natural numbers satisfying:
- $f(x,x)=x$
- $f(x,y)=f(y,x)$
- $(x+y)f(x,y)=yf(x,x+y)$
It is quite easy to find that $f(1,k)=k$ for all $k$ by induction: if $f(k,1)=k$,
then $(1+k)f(k,1)=(1+k)k=k(1,k+1)$ by condition (3) leading to the result.
Then also $f(k,k+1)=k(1+k)$.
After this I'm a bit stuck. $x^2=f(x,x+1)-f(x,x)$ by the above, but I don't know where to go to find a general solution. Hints?
Ok so here is an idea. I have the answer but I think it is a fun problem. Come up with a formula for f(x,kx) using induction. Then think about what f(x,y) might be.