I am trying to solve the following equation : $$ a^{(\frac{\ln x}{1+\ln x})} + \frac{\ln a}{1+ \ln x} + \ln(\frac{\ln a}{1+ \ln x}) = b$$ with $a$ and $b$ two fixed real numbers.
I want to find $x$ or at least upper/lower bounds for $x$.
As suggested in the comments : let $u=\frac{\ln a}{1+ \ln x}$, since $\frac{\ln x}{1+\ln x}=1-\frac{u}{\ln a}$ we can rewrite this equation into : $$ a^{(1-\frac{u}{\ln a})} + u + \ln u = b$$
I think that one possibility could be to use the $W$ Lambert function. But I could not succeed in rewriting my equation in order to use the usual identities and properties of $W$.
Does anybody have an idea on how to tackle this problem ?
Many thanks, Luz
--- expanded ---
If you do the following substitution $$ \left\{ \begin{gathered} 0 < \ln a = c \hfill \\ 0 < \frac{{\ln a}} {{1 + \ln x}} = 1 + z \hfill \\ \end{gathered} \right. $$ you get
If you draw $h(z,c) = e^{\,c - 1 - z} + 1 + z + \ln \left( {1 + z} \right)$ you can see that it has a quite a manageable behaviour.
However, while for low values of $c$ the function is monotonically increasing, for higher values of $c$ instead the function is not monotone and has a maximum and a minimum for the stated range of $z$. In this case, if $b$ is below the minimum or above the maximum you have one solution, while if it is in between you have three solutions.
Now, which is the better strategy to follow in order to solve $h(z,c)=b$ depends on what actually is you goal (are going to solve a few cases "by hand", or are you looking for a general algorithm), whether the $c$ or $x$ range is limited, etc.
For a "by hand" resolution I would proceed in general as follows.