I am trying to solve the equation
$$xa^x = y,$$
for $x$ where $x$ should be positive. The only thing known is $a < 1$. I tried taking logarithm of both side but it doesn't really lead anywhere.
I am trying to solve the equation
$$xa^x = y,$$
for $x$ where $x$ should be positive. The only thing known is $a < 1$. I tried taking logarithm of both side but it doesn't really lead anywhere.
Copyright © 2021 JogjaFile Inc.
Let $a=e^{ \alpha} $ and multiply by $\alpha$ \begin{eqnarray*} \alpha x e^{ \alpha x} =\alpha y .\\ \end{eqnarray*} Now recall the Lambert $W$ function is defined by $we^w=z$ gives $w=W(z)$. So we have \begin{eqnarray*} x&=& \frac{1}{\alpha} (W(\alpha y)) \\ x&=& \frac{1}{\ln(a)} (W(y \ln(a))). \\ \end{eqnarray*}