2
$\begingroup$

I want to solve $y = x \ln(y)$ for $y$ in terms of $x$. Wolfram Alpha kindly produces this plot with the solution, $y = -x W(-\frac{1}{x})$, where $W$ is the Lambert function.

y = x ln(y)

However, that only finds $y$ on the bottom "half" of the curve. How do I find $y$ for the top half?

  • 0
    @J.M. Yup. :) "*Although undocumented, LambertW[k, z] autoevaluates to ProductLog[k, z] in Mathematica.*" http://mathworld.wolfram.com/LambertW-Function.html2011-10-13

1 Answers 1

3

Here' you will want to use the other branch of the Lambert function, $W_{-1}(x)$. Recall that for $-1/e \le x < 0$, two of the infinitely many branches of the Lambert function take on real values: the principal branch $W(x)=W_0(x)$ and $W_{-1}(x)$. For $x \geq e$, then, your original expression can take the Lambert function to be any of those two real branches. Which branch to use would depend on your application, though...