A function $f\colon \mathbb{R} \to \mathbb{R}$ is defined as $f(f(x))=3+2x$
Find $f(3)$ if $f(0)=3$
My try:
Method $1.$ Put $x=0$ we get $f(f(0))=3$ $\implies$ $f(3)=3$
Method $2.$ Replace $x$ with $f(x)$ we get
$$f(f(f(x)))=3+2f(x)$$ $\implies$
$$f(3+2x)=3+2f(x)$$
Put $x=0$
$$f(3)=9$$
I feel Method $2.$ is Correct since $f(f(x))=3+2x$ is Injective which means $f(x)$ should be Injective.
It looks like you have found a contradiction. Apparently, $f(f(x)) = 3 + 2x$ and $f(0) = 3$ are not reconcilable. There is no such function.