For every function $f:\mathbb{R}^+\to\mathbb{R}$ and positive constants $a,b$, define a function $f_{a,b}:(0,1)\to\mathbb{R}$: $$ f_{a,b}(x) := f(2a\cdot x) + f(2b\cdot(1-x))$$ A function $f$ is good if the function $f_{a,b}$ has a unique maximum at $x=1/2$ for every $a$ and $b$.
What are the good functions?
One family of good functions is the family of logarithmic functions, $f(x)=c\cdot \ln{x}+d$, for some constants $c>0$ and $d$. PROOF: If $f$ is logarithmic then $a$ and $b$ do not affect the maximization, so the maximum-point of $f_{a,b}$ is just the maximum point of the function: $c\ln{x} + c\ln{(1-x)}$. By standard calculus, the unique maximum is at $x=1/2$.
My conjecture is that only the logarithmic functions are good. Currently I can prove this uniqueness only in the family of differentiable functions. PROOF: If $f$ is differentiable then:
$$ f_{a,b}'(x) := 2a\cdot f'(2a x) - 2b\cdot f(2b (1-x))$$ $$ f_{a,b}'(1/2) := 2a\cdot f'(a) - 2b\cdot f(b)$$ If 1/2 is a unique maximum point then $f_{a,b}'(x)=0$. Hence, for all $a,b$: $$ a f'(a) = b f'(b)$$ so there exist constants $c,d$ such that: $$ x f'(x) \equiv c$$ $$ f'(x) = c/x$$ $$ f(x) = c \cdot \ln x + d$$ so, if $f$ is differentiable and good, it must be a logarithmic function.
So, there are two options:
There are other good functions, which are not differentiable.
There are no other good functions.
I believe that option 2 is correct, but to prove it, the uniqueness proof from above should be modified to work without derivatives. Is this possible?