Given function $f:\mathbb{R}\rightarrow \mathbb{R}$ such that $f(x+y+2xy)=f(x)+f(y)+2f(xy)$. Prove that $f(2000x)=2000f(x)$.
Letting $x=y=1$ yields $f(4)=4f(1)$, which means that $f(n)=nf(1)$. But I cannot prove this by induction. And is it possible to prove that this function is monotonous and additive? If so, then the function is linear and the work must be much easier.
if we substitute y=0 in the equation, we obtain the result $$f(x) = f(x) + 3f(0) \implies f(0) = 0$$
if we substitute y=1 in the equation, we get $$f(3x+1) = 3f(x) + f(1)$$ on differentiating, $$f'(3x+1)=f'(x) \implies f'(x) \text{ is constant }$$
this proves that f(x) is a linear function of the form $f(x) = kx$ (since $f(0)=0$). using this, we can prove that $$f(2000x) = 2000kx = 2000f(x)$$ which is the required result!