Say we the following equation
$$F(x) = \frac{\exp(a+bx)}{1 + \exp(a+bx)}$$
Now we set $x=0$ and we want to solve for $a$ as a function of $F_0$.
So that, we have:
$$F_0 = \frac{\exp(a)}{1 + \exp(a)}$$
Can someone please walk me though the logarithmic transformation on how we achieve this end result
$$a = \ln\left(\frac{F_0}{1-F_0}\right)$$
$$F_0=\frac{e^a}{1+e^a}$$ $$F_0+e^a \cdot F_0=e^a$$ $$F_0=e^a-e^a \cdot F_0$$ $$F_0=(1-F_0) \cdot e^a$$ $$e^a=\frac{F_0}{1-F_0}$$ $$a=\ln\left(\frac{F_0}{1-F_0}\right)$$