I need to find all functions $f:\mathbb N^*\to\mathbb N^*$ that satisfy the relation: $$f(n)+2f(f(n))=3n+5.$$
Here $\mathbb N^*$ denotes the set of positive integers.
I have calculated that $f(1)=2$, $f(2)=3$, $f(3)=4$.
Observing from this pattern, I could use the arithmetic formula to find one function that satisfying this relation; $a_n=a+(n-1)d$. Substituting $a=1, d=1$:$$a_n=1+n.$$ May I know if there are other functions that satisfy such relation? Or there is only one function, which is $n+1$ satisfying the relation.
Induction! Suppose $f(n)=n+1$ Then, $$f(n)+2f(f(n))=3n+5$$
is equivalent to $$n+1+2f(n+1)=3n+5$$
so we get $$2f(n+1)=2(n+2)$$
So $f(n+1)=n+2$, which is what we wanted.
Moreover, as you calculated $f(1)=2$, our induction is complete. (note that this is a very important step)