The question is in the title itself- The function $f(n)$ takes the integers to the real numbers such that $f(m + n) + f(m - n) = 2f(m) + 2f(n)$ for all integers $m$ and $n$ and $f(4) = 16$. Find $f(n)$.
I tried substituting $m=4$ and $n=0$, but it did not help me in solving the actual function. Can I have a hint as to how to start, or am I on the right path and am missing something blatantly obvious? It would be greatly appreciated.
Find $f(0)$ by setting $m=n=0$.
Find $f(2)$ by setting $m=n=2$, and using $f(4)$ and $f(0)$.
Find $f(1)$ by setting $m=n=1$ and using $f(2)$ and $f(0)$.
Find $f(n+1)$ in terms of $f(n)$, $f(n-1)$, and $f(1)$, for $n\geq 0$.
Find a general formula for $f(n)$ for $n>0$.
Find $f(-n)$ in terms of $f(n)$ and $f(0)$ by setting $m=0$.