Functional equation $f(x+f(x+y))=f(x-y)+f(x)^2 \quad \forall x,y\in \mathbb R$

331 Views Asked by At

We have to find all functions $f\colon \mathbb R\to\mathbb R$ such that $f$:

$$\forall x,y\in \mathbb R \quad f(x+f(x+y))=f(x-y)+f(x)^2.$$

Could somebody help me solve this problem?

Thank you.

1

There are 1 best solutions below

0
On

For a starter:

We denote $a=f(0)$, $b=f(a)$. Substituting $y=-x$ into the original equation gives $$f(x+a)=f(2x)+f(x)^2\text.\tag1\label{1a}$$

Substituting $x=a$ into \eqref{1a}, we have $b=0$. Again, substituting $x=0$ into \eqref{1a}, we have $b=f(0)+f(0)^2$. This shows $f(0)+f(0)^2=0$, hence $f(0)=0$ or $-1$.

You can proceed from here.