I have to solve this
$$a\sqrt{1-x^2} + \log(x) = b \tag{1}$$ for $x \approx 0$ where $a$ and $b$ are two constants and $x>0$.
One (maybe naive) approach is to approximate $\log(x)$, which I asked here. (However, this is not XY problem because I do use the approximation of $\log(x)$ for other problems, so please do not mark it as duplicated)
Another way I tried is to allow $\sqrt{1-x^2} \approx 1$ then $$x \approx e^{b-a} \tag{2}$$
Even though the result of (2) is quite good, it is not satisfactory. Could anyone propose other solutions better than (2)?