If $f(x + y) = f(x) + f(y) - 2f(xy)$ for all real numbers $x$ and $y$ and $f(1) = 1$, compute $f(1986)$.
I found that $f(2)=0$ and I could just plug in numbers from there on, but I can't think of an efficient way to solve this problem. Could someone please solve this problem? Thanks!
With $x=y=0$, we find $f(0)=0$. With $y=1$, we find $f(x+1)=f(1)-f(x)$, so $f(x+2)=f(1)-(f(1)-f(x))=f(x)$ and by induction $f(x+2n)=f(x)$. In particular, $$f(1986)=f(0+2\cdot 993)=f(0)=0. $$
Remark: The property that $f(1)=1$ was not needed.