f(x) + f(x) = f(f(x))
2f(x) = f(f(x))
I'm going to swap it around so that
f(f(x)) = 2f(x)
This means that putting a function inside of itself is equivalent to doubling its value.
If f(x) = 2x, then
f(x) + f(x) = 2x + 2x = 4x
f(f(x)) = 2(2x) = 4x
f(x) = 2x would work. Unfortunately, I'm not sure that this is the most consistent/empirical way to solve it. Hopefully someone else demonstrates a more reliable process.

David C.
01/05/21