Verify injectiveness of the function $f:\Bbb R\rightarrow \Bbb R$ satisfying the following: $f(x)=2x-(f(x))^2$

59 Views Asked by At

Verify injectiveness of the function $f:\Bbb R\rightarrow \Bbb R$ satisfying the following:
$$f(x)=2x-(f(x))^2$$

I just could see that we have 2 possible values for $f(0)$: $0,-1$, nothing more...

3

There are 3 best solutions below

0
On BEST ANSWER

If $f(x)=f(y)$, then $f(x)+f(x)^2=f(y)+f(y)^2$, and hence $2x=2y$ and hence $x=y$.

0
On

Hint:

Just write $f(x)=f(y)$ and use the functional relation.

3
On

$$f^2(x)+f(x)-2x=0$$ $$f(x)=\frac{-1\pm\sqrt{1+8x}}{2}$$