let function $f:R_{+}\to R_{+}$,and such $$f(a+f(b))=f(a+b)+f(b),\forall a,b\in R_{+}$$
Find $f(x)$.
my try: let $a=b=1$,then $$f(1+f(1))=f(2)+f(1)$$ $a=1,b=2$,then $$f(1+f(2))=f(3)+f(2)$$ then I can't find have any regular,so I can't.Thank you
Edit: This is IMO2007 SL, Problem A4.
We can let $a=0$ and see that: $$f(f(b)) = f(b) + f(b)$$ $$f(f(b)) = 2.f(b)$$ This function $f$ has a domain that is the same as its range.
Substituting $f(b)$ for $x$: $$f(x) = 2x $$ Which gives: $$f:Range(f) \rightarrow Range(f)$$ $$f: x \mapsto 2x$$ This allows us to then define the range arbitrarily (so long as the range is closed under multiplication by 2). Since the question stipulates that $f : \mathbb{R_{+}} \rightarrow \mathbb{R_{+}}$, that is what we will choose.
Thus $f$ is: $$f: \mathbb{R_{+}} \rightarrow \mathbb{R_{+}}$$ $$x \mapsto 2x$$