$$ f:\mathbb{R} \to \mathbb{R}, f(f(x+y)-f(x-y))=xy $$
$$ P(x, 0): f(0)=0 \\ P(0, y): f(f(y)-f(-y))=-y^2\\ P(x, x): f(f(2x))=x^2 \\ P(x, -x): f(-f(2x))=-x^2 \\ P(-x, x): f(-f(-2x))=-x^2 \\ P(-x, -x): f(f(-2x))=x^2 \\ $$ I don't have an idea of the function $f$, but I think we can show that $f$ is an even function. $$ P(f(x), f(y)): f(f(f(x)+f(y))-\frac{x^2-y^2}{4})=f(x)f(y) \\ P(f(y), f(x)): f(f(f(x)+f(y))+\frac{x^2-y^2}{4})=f(x)f(y) \\ P(f(x), -f(y)): f(\frac {x^2-y^2}{4} - f(f(x)+f(y)))=-f(x)f(y) \\ P(f(y), -f(x)): f(-\frac {x^2-y^2}{4} - f(f(x)+f(y)))=-f(x)f(y) \\ $$ Please give a perfect process of getting the functions.