Consider the system of equations
$$ f(x)=g(x)=h(x) $$
where $f(x)= \exp\bigg(\frac{s}{\log x} \bigg) $ and $g(x)=\exp\bigg( \frac{t}{\log(1-x)} \bigg)$ and $h(x)=\exp\bigg(\frac{r}{\log x}+\frac{r}{\log (1-x)}\bigg)$. Here $s,t\in \Bbb N$ and $r\in \Bbb Q_+$ and $x\in (0,1),$ and where $r=\frac{st}{s+t}$.
Is there a simple way to see that $r=\frac{st}{s+t}$?
I manipulated the equations but I still don't see why $r$ should be related to $s$ and $t$ like that.
Since $\exp$ is injective, the equality $f(x)=g(x)=h(x)$ implies that $$\frac{s}{\log x} = \frac{t}{\log (1-x)} = r \left(\frac{1}{\log x} + \frac{1}{\log(1-x)}\right)$$ for all $x \in (0,1).$ The idea now is to pick a particular $x$. In this setting $x = 1/2$ seems natural due to the symmetry. Plugging $x=1/2$ in the last equation leads to $$\frac{s}{\log(1/2)} = \frac{t}{\log (1/2)} = \frac{2r}{\ln(1/2)}.$$ Hence $$s=t=2r.$$ From these equalities, you can easily deduce that $$\frac{st}{s+t} = \frac{(2r)(2r)}{2r+2r}=\frac{4r^2}{4r}=r.$$