I have come upon the equation $(xe^{ax})^x=c$, where a and c can be regarded as real constants, and am looking for an analytical expression for x. The value is constrained to $x>0, \in \mathbb{R}$. I have delayed obtaining the exact range of possible values for $x$ as a function of $a$ and $c$, but it is likely that at the very least a maximum exists.
I don't think this can easily be solved using the Lambert W function. Here is what I have tried so far.
First, I have tried the change of variables $z\equiv axe^{ax}$, obtaining $(z/a)^{W(z)/a}=c$, which doesn't seem anyhow useful.
Second, I have tried taking the logarithm and finding the roots of the resulting quadratic expression in x, obtaining $(2ax+\ln(x)+\sqrt{(\ln(x))^2+4ac})(2ax+\ln(x)-\sqrt{(\ln(x))^2+4ac})=0$, from which I deduced that only the second root existed, since $x$ is strictly positive. As I still couldn't find a change of variables to isolate x using the Lambert function, I tried setting $z\equiv \ln(x)$ for clarity then using a binomial expansion on the square root, which gave
\begin{align} 2ae^z+z(1-sign(z))-sign(z)\sum_{k=1}^\infty \bigl( \begin{smallmatrix} 0.5 \\ k\end{smallmatrix} \bigr)\frac{(4ac)^k}{z^{2k-1}}&=0 \\ \Rightarrow 2ae^z+z(1-sign(z))-sign(z)\sum_{k=1}^\infty \bigl( \begin{smallmatrix} 0.5 \\ k\end{smallmatrix} \bigr)\frac{1}{k+1}\frac{(4ac)^{k+1}}{z^{2k+1}}&=0 \\ \Rightarrow 2ae^z+z(1-sign(z))-sign(z)\frac{4ac}{z}\sum_{k=1}^\infty \bigl( \begin{smallmatrix} 0.5 \\ k\end{smallmatrix} \bigr)\frac{1}{k+1}\bigl(\frac{4ac}{z^2}\bigr)^k&=0 \end{align}
If I could prove $x\leq1$, I could then obtain a simple relation between the exponential and a power series in z. I hoped this would allow me to convert this power series to the form used in "Taylor series for generalized Lambert W functions", by Paul Castle (2018), but did not figure out an easy way to get there as it would involve factoring an infinite series. I have also thought about using the power series form for $e^x$, but my series knowledge is rusty and I don't believe these series can cancel one another for any given value of k or power of z.
Finally, I have tried taking a step back and formulating the initial equation slightly differently, which gave
\begin{equation} e^{2cx}=a(x/2+\sqrt{x^2/4+b})(x/2-\sqrt{x^2/4+b}) \end{equation}
This approach did not take me any further.
I hope you have suggestions or clarifications, or would gladly accept any indication that one of my approaches is mistaken for whatever reason.
Thanks a lot!
EDIT :
By some transformations this equation can be brought to $x^2e^{k(x-1/x)}=a^2$. Posing $a\gamma\equiv kxe^{kx}\Rightarrow x=W(a\gamma)/k$ we also get $(x/k)e^{-k/x}=a/\gamma\Rightarrow x=k/W(\gamma/a)$. Dividing the two expressions, we get another implicit equation :
\begin{equation} W(a\gamma)W(\gamma/a)=k^2 \end{equation}
For $a=1$, this gives $\gamma=ke^k \Rightarrow x=W(ake^k)$. It is also interesting that $\gamma$ is symmetrical with respect to $log(a)$, but I could not go further with this form.
Another transformation gives some closure as to the existence of a closed form. Letting $z\equiv \log(x)$ and taking the logarithm, we can find an equation of the form $z+k(e^z-e^{-z})=\log(a)$, which can be transformed to
\begin{equation} z+2k\sinh{z}=\log(a) \end{equation}
I believe this last equation can be treated as a case of Kepler's equation in the hyperbolic case and has some explicit forms, although it is best computed numerically.
I don't really need an answer anymore, but this question has not been answered and any insight would still be interesting.
