Let $ n = 2018 $. Find all functions $ f : \mathbb R \to \mathbb R $ such that $$ f \big( x + f ( y ) \big) = f ( x + y ^ n ) + f \big( y ^ n - f ( y ) \big) ,\ \forall x , y \in \mathbb R \text . $$
I tried the standard way: $ x = 0 $, $ x = y $, $ x = 1 $, $ \dots $, but without any success. I spent quite some time trying to solve it but without success!
I tried to reduce it to Cauchy's $ 1 - 4 $ equations but didn't succeed. In the course of it, I found interesting works of Aczél, Erdős and even Putnam, but they are not directly related, I guess.
Any ideas? I am interested in this problem but I couldn't solve it!
(Not a complete answer)
Partial Differentiating both sides with respect to $x$ we get $$f'(x+f(y))=f'(x+y^{2018})$$
Putting $x=0$ we get $$f'(f(y))=f'(y^{2018})$$
Now the most obvious function popping out which I noticed is $$f(y)=y^{2018}$$ but couldn't find any other leading function. Hope it helped a bit.