Questions tagged [lambert-w]

For questions related to the Lambert W or product log function, the inverse of $f(z)=ze^z$.

Equations involving exponentials multiplied to linear terms, such as $x+2=e^x$, cannot be solved using elementary functions in general. However, they may be solved in closed form using the Lambert W function, the inverse of $f(z)=ze^z$. In the given example: $$x+2=e^x$$ $$(-x-2)e^{-x-2}=-e^{-2}$$ $$-x-2=W(-e^{-2})$$ $$x=-W(-e^{-2})-2$$ There are two real branches of the Lambert W: $$W_0(z)\text{ for }z\in[-1/e,\infty)$$ $$W_{-1}(z)\text{ for }z\in[-1/e,0)$$

There are also branches $W_n(z)$, with $n\in\mathbb{Z}$, which are defined only on the complex plane, but which still respect the property of solving $W_n(z)e^{W_n(z)}=z$.

The regions of the complex plane where the inverse relationship occurs are bounded by the curve $x=-y\cot(y)$.

As discussed in the Corless et al. reference, the use of $W$ follows early Maple usage. Exact solutions to some mathematical models in the natural sciences, such as Michaelis–Menten kinetics, use this function.

784 questions
0
votes
2 answers

How to derive $y^{y^n}=x$ explicit form with Lambert $W$ function

I think the answer is $y = \left( \frac{n \cdot \ln(x)}{W(n \cdot \ln(x))} \right)^{\frac{1}{n}}$, seems tricky. I'm a noob!
Carpenter
  • 399
0
votes
1 answer

How to derive inverse of x^x to be log(x)/W(log(x))

I understand the basics of the $W$ Lambert function, but I have problems working out some problems with it. I know the answer, but I don't know how to derive it. Help would be appreciated. $y^y=x$ is the same as $y=\log(x)/W(\log(x))$
Carpenter
  • 399
0
votes
1 answer

Solve for x, $2=e^{3x}-x$?

The Lambert W function should be able to help me with this but for the life of me I can't figure out how.
0
votes
0 answers

The Lambert function has two real branches for $x∈[−1/e,0)$: the principal branch $W_0$ and the branch $W_-1$

I am trying to understand Lambert W function. I am new to this special function. What is the actual meaning of the word two real branches of Lambert W function for any real $x$. How to find the branch point and branch cuts for the Lambert W…
-1
votes
0 answers

$x^{x^{x}}=2$ : How can I solve this exactly?

I solved the following equation today for fun and I have the exact real result: $x^{x^{x+1}}=2 \Leftrightarrow x=\frac{W(ln(2))}{W(W(ln(2)))}=\exp ^{W(W(ln(2)))}$ Where $W$ is the Lambert W function. But how can I now solve $x^{x^{x}}=2$ exactly? I…
Mordor_07
  • 15
  • 2
-1
votes
1 answer

About lambert W function`s solution

I like to know solution of below equation. $$e^{-0.0042x}(1+0.0042x)=0.032$$ I use 'WolframAlpha' and get two real solution(x=-235.259 and 1256.97). General solution is $x=-\frac{5000}{21}(W_{n}(-\frac{4}{125e})+1)$ (n is integer) I naively know…
Kim
  • 179
1 2 3 4 5 6
7