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
1
vote
1 answer

Solve $2A{\frac{1-\sqrt{w}}{\log{w}}}=1$ in terms of Lambert W function.

I have tried it in this way: $$2A(1-\sqrt{w})=\log{w}$$ $$w\exp(2A\sqrt{w})=\exp{2A}$$ $$A^2w\exp(2A\sqrt{w})=(A\exp{A})^2$$ $$A^2w=W^2(A\cdot \exp{A})$$ $$w=A^-2W^2(A\cdot \exp{A})$$ Is this solution right?
1
vote
2 answers

Does the Lambert W function tend to infinity?

Does $W(x)\to\infty$ as the real number $x\to+\infty$? I find the equation (4.19) in paper https://cs.uwaterloo.ca/research/tr/1993/03/W.pdf. It shows $$W(x)=\log x-\log\log x+\cdots$$. Assuming $x\in\mathbb{R}^+$, $x\to+\infty$, is the following…
nnnmao
  • 33
1
vote
3 answers

Is there a way to solve this equation? (maybe with Lambert's W Function?)

I'd like to know if there is a way to solve the equation $$x\ln x=\alpha+\beta x$$ for known constants $\alpha,\beta\in\mathbb{R}$. I know that Lambert's W Function $W$ can be used to solve $$x\ln x=\alpha$$ because then $x=e^{W(\alpha )}$, but in…
echoes
  • 13
1
vote
1 answer

Path planning problem of the form $Ae^{-2x}+Be^{-x}-Cx+D=0$

For a path planning I startet out with using an $e$-Function which approximately suits the system behaviour in reality for the first part of the movement: (1): $F(t)=(1-e^{-\frac{t}{T}})*s$, with $s, T$ being constant. Though, due to different…
1
vote
2 answers

exact solution to $x+x^x=3$

I'm trying to find the exact solution to the equation $x+x^x=3$. I know the answer is approximately 1.4, but what is its formal definition? I understand it may not be from the result of a real function, since the exact solution to its brother,…
Jacob
  • 41
1
vote
1 answer

How to Interpret Lambert W Function?

I just used an online calculator to calculate the following values of t. 1.) I am confused about how I am supposed to interpret the $W_{-1}$ and $W_0$. Could anyone help me out? Here is my original equation: $$1000e^{0.5t}=30000t$$ 2.) How should I…
1
vote
1 answer

Lambert W of 2πi

$$2πi = 2πi, $$ $$2πi = 2πi \cdot e^{2πi}$$ Where $$e^{2πi} =1$$ $$W(2πi) = W(2πi \cdot e^{2πi}),$$ $$W(2πi) = 2πi$$ Where $$ W(xe^x) = x$$ When I check whether the last statement is valid in WolframAlpha, it tellls me that it is not. What have I…
1
vote
2 answers

$x^y = y^x$ what is $y$?

So today I came across an answer on MathStackExchange. I read it and found it well explained. But I stuck on a step where the user write "Solve using the properties of $W$ function". I don't know what property the user used. What I know about…
user983440
1
vote
0 answers

Subject of equation with lambert-W function in multiple positions

Is it possible to make $x$ the subject of an equation of the form: $aW(-e^x)+b\ln[cW(-e^x)+d]+x+h=0$ where $W(x)$ is the lambert-W function and $a,b,c,d,h$ are arbitrary constants?
Elm
  • 11
1
vote
2 answers

Solving Equation using Lambert W function

Would somebody be able to talk me through solving the following logarithmic inequality for $x$ using the Lambert W function? $$x\ln(2) - 61\ln(x+2) > 200$$ I already know this: Wikipedia: Lambert W function. I also know how inequalities are solved…
TMC2021
  • 19
1
vote
1 answer

How to solve for $ x $: $ ae^{bx}+ce^{dx}+x = f $

I don't know how to use The Lambert W function in this form, and I didn't find anything about it. Can someone help me? I'm trying to make a multimeter, and, to measure the voltage between the terminals, I need to calculate this equation, which…
1
vote
1 answer

Solving an equation involving LambertW Function.

Below i have an equation where $H$ and $k$ is a positive real integers and the $t$ is the changing variable. $$t^{k-1} e^{-t} = H$$ So when I solve this on Maple in order to isolate for $t$ i get the result presented below: $$t =…
1
vote
1 answer

Solving $(x-1)\exp x = c$ with the Lambert W Function

The equation $$x\mathrm{e}^x = c$$ has a solution $$x = W(c)$$ where $W$ is the Lambert W function and $c$ is constant. Can the equation $$ (x-1) \exp (x) = c $$ be solved using the Lambert W function?
RNG
  • 23
  • 2
1
vote
1 answer

What is the relation between Wright Omega Function and Lambert W Function?

I have a logarithmic equation: $u = A\left(\ln(u)+1\right)$. I used MATLAB's symbolic toolbox to solve this equation for u. syms u A solve(u == A*log(u+1),u) ans = - A*wrightOmega(- log(-A) - 1/A) - 1 I looked up the Wright Omega function and…
anikfaisal
  • 61
  • 7
1
vote
0 answers

Solving equations involving x↑↑3

How would you solve for x in the equation: $$x^{x^x}=2$$ using the Lambert W-Function?
Kevin
  • 119