Let $f:\mathbb{R}\to \mathbb{R}$ such $f(x)$ at $x=0$ continuous, and for any $x,y\in \mathbb{R}$ such $$f(x+2f(y))=f(x)+y+f(y)$$ Find $f(x)$.
Let $x=0,y=0$ then we have $$2f(2f(0))=f(0)++f(0)$$ Let $y=2f(0)$ then we have $$f(x+2f(2f(0))=f(x)+2f(0)+f(2f(0))$$ so we have $$f(x+4f(0))=f(x)+4f(0)$$ on the other hand we have $$f(x+4f(0))=f(x+2f(0))+0+f(0)=2f(0)+f(x)$$ so we have $f(0)=0$ Then I can't deal with this problem
Substitute $x\mapsto y$ to get $$ f(y+2f(y))=y+2f(y). $$ Now substitute $y\mapsto y+2f(y)$: $$ f(x+2f(y+2f(y)))=f(x)+y+2f(y)+f(y+2f(y)). $$ Thus $$ f(x+2y+4f(y))=f(x)+2y+4f(y). $$ Substituting $x\mapsto x+2y+2f(y)$, $$ f(x+2y+4f(y))=f(x+2y+2f(y))+y+f(y). $$ Substituting $x\mapsto x+2y$, $$ f(x+2y+2f(y))=f(x+2y)+y+f(y). $$ Combining the last 3 equations, $$ f(x+2y)=f(x)+2f(y). $$ Thus $$ f(x)=f(0+2x/2)=f(0)+2f(x/2)=2f(x/2), $$ so $$ f(x+y)=f(x+2y/2)=f(x)+2f(y/2)=f(x)+f(y). $$ Since you are given that $f$ is continuous at $0$, it must be continuous everywhere. Now there is a standard argument to show that $f(x)=f(1)x$ (prove it on rationals and extend by continuity). Finally using the original equation, we see $f(1)=1$ or $-\frac12$, so the solutions are $f(x)=x$ or $f(x)=-x/2$.