Consider the following functional equation: $$ f \big( f ( x ) - 2 y ) = 2 x - 3 y + f \big( f ( y ) - x \big) $$ for all real $ x $ and $ y $. Find $ f $.
It is easy to observe that the only polynomial solution of the FE is $ f ( x ) = x $. However, I haven't been able to prove that $ f ( x ) = x $ is the only solution. How do I prove or disprove it? In fact, what's the best way to approach the above functional equation? A rather general solution and less guesswork would be appreciated.
Thanks a lot!
Here's something I figured out after posting the question; so decided to put it up as an answer.
Let $P(x,y)$ be the assertion $f(f(x)-2y)=2x-3y+f(f(y)-x)$
Let $a=f(0)$
(1) : $P(f(x),x)$ $\implies$ $f(f(f(x))-2x)=2f(x)-3x+a$
(2) : $P(x,0)$ $\implies$ $f(f(x))-2x=f(a-x)$
Using (2), equality (1) becomes (3) : $f(f(a-x))=2f(x)-3x+a$
$P(a-x,0)$ $\implies$ $f(f(a-x))=f(x)-2x+2a$ Plugging this in (3), we get $\boxed{f(x)=x+a\quad\forall x}$ Which indeed is a solution, whatever is $a\in\mathbb R$
P.S. I request fellow Math SE users to share their different methods for solving this problem.