Define $$f_a(x) = ax - \log \left[ \frac{x}{5(1-x)} + 1\right], \ x < 1,$$ for some constant $a > 0$.
Let $x'$ be the maximum-point of this function, and $f_a(x')$ the max-value. Clearly, both these values will depend on the choice of $a$.
I want to invert the function $a \mapsto f_a(x')$. That is, given some $y$, what should $a$ be such that $f_a(x') = y$? In other words, I want to solve for $a$ in $$ax' - \log\left[ \frac{x'}{5(1-x')} + 1\right] = y.$$
I have tried this myself, but the fact that $x'$ depends on $a$ in a complicated way has made it very hard for me to invert this function. Is there a trick I can use, anything that might make it possible to analytically invert this?