Let $0 \le a \le 1$ and $-\infty < b < \infty$. I am looking for a solution of the exponential equation.
$$ a^x + abx = 0. $$
I guess closed form expression of the root in terms of $a$ and $b$ may not be there. In that case, an asymptotic expansion of the root in terms of $a$ and $b$ would be just as fine.
Note that $$ \begin{align} a^x+abx&=0\\ abx&=-e^{\log(a)x}\\ abx\,e^{-\log(a)x}&=-1\\ -\log(a)x\,e^{-\log(a)x}&=\frac{\log(a)}{ab} \end{align} $$ Thus, we can use the Lambert W function to get $-\log(a)x$: $$ \begin{align} -\log(a)x&=\mathrm{W}\left(\frac{\log(a)}{ab}\right)\\ x&=-\frac1{\log(a)}\mathrm{W}\left(\frac{\log(a)}{ab}\right) \end{align} $$ $\mathrm{W}(x)$ has real values for $x\ge-\frac1e$. For non-negative $x$, there is one real branch. For negative $x$, there are two real branches (which coincide at $-\frac1e$).