Solving an equations using LambertW function [on hold] The Next CEO of Stack OverflowAn aproximation of the lambertw function for a complex numberMatlab and lambertw functionLambertW: $ x=W(xcdot e^x) $ for $ x ge -1$ but not for $x lt-1$. How do I express my formula/my text?Solving an inequality with terms both within LambertW and outside of it.Solving equation involving self-exponentiationThe Lambert function has two real branches for $x∈[−1/e,0)$: the principal branch $W_0$ and the branch $W_-1$Request for help to solve an equation with LambertW: $ (x^2-4,x+6) e^x =y$A problem in generalizing the Lambert's W functionWhat is Lambert W function?Trying to take a numerical integral involving the Lambert W function in R
Domestic-to-international connection at Orlando (MCO)
No sign flipping while figuring out the emf of voltaic cell?
Easy to read palindrome checker
What flight has the highest ratio of time difference to flight time?
Is a distribution that is normal, but highly skewed considered Gaussian?
Won the lottery - how do I keep the money?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Chain wire methods together in Lightning Web Components
Tactics for judging if a printed image will be bright enough?
Why isn't acceleration always zero whenever velocity is zero, such as the moment a ball bounces off a wall?
How to install OpenCV on Raspbian Stretch?
Is it possible to replace duplicates of a character with one character using tr
Which one is the true statement?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
How did people program for Consoles with multiple CPUs?
Is this "being" usage is essential?
is it ok to reduce charging current for li ion 18650 battery?
How to avoid supervisors with prejudiced views?
Is it professional to write unrelated content in an almost-empty email?
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
INSERT to a table from a database to other (same SQL Server) using Dynamic SQL
How a 64-bit process virtual address space is divided in Linux?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
How to scale a tikZ image which is within a figure environment
Solving an equations using LambertW function [on hold]
The Next CEO of Stack OverflowAn aproximation of the lambertw function for a complex numberMatlab and lambertw functionLambertW: $ x=W(xcdot e^x) $ for $ x ge -1$ but not for $x lt-1$. How do I express my formula/my text?Solving an inequality with terms both within LambertW and outside of it.Solving equation involving self-exponentiationThe Lambert function has two real branches for $x∈[−1/e,0)$: the principal branch $W_0$ and the branch $W_-1$Request for help to solve an equation with LambertW: $ (x^2-4,x+6) e^x =y$A problem in generalizing the Lambert's W functionWhat is Lambert W function?Trying to take a numerical integral involving the Lambert W function in R
$begingroup$
I have just started learning the LambertW function, so if my question is very basic I am really sorry but I can't understand how solving for x in the below equation
ln(x) + 2*x = 0
gave
LambertW(2)/2
lambert-w
New contributor
$endgroup$
put on hold as off-topic by T. Bongers, Javi, YiFan, Thomas, Shailesh 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – T. Bongers, Javi, YiFan, Thomas, Shailesh
add a comment |
$begingroup$
I have just started learning the LambertW function, so if my question is very basic I am really sorry but I can't understand how solving for x in the below equation
ln(x) + 2*x = 0
gave
LambertW(2)/2
lambert-w
New contributor
$endgroup$
put on hold as off-topic by T. Bongers, Javi, YiFan, Thomas, Shailesh 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – T. Bongers, Javi, YiFan, Thomas, Shailesh
add a comment |
$begingroup$
I have just started learning the LambertW function, so if my question is very basic I am really sorry but I can't understand how solving for x in the below equation
ln(x) + 2*x = 0
gave
LambertW(2)/2
lambert-w
New contributor
$endgroup$
I have just started learning the LambertW function, so if my question is very basic I am really sorry but I can't understand how solving for x in the below equation
ln(x) + 2*x = 0
gave
LambertW(2)/2
lambert-w
lambert-w
New contributor
New contributor
New contributor
asked Mar 27 at 18:23
kunalkunal
1
1
New contributor
New contributor
put on hold as off-topic by T. Bongers, Javi, YiFan, Thomas, Shailesh 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – T. Bongers, Javi, YiFan, Thomas, Shailesh
put on hold as off-topic by T. Bongers, Javi, YiFan, Thomas, Shailesh 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – T. Bongers, Javi, YiFan, Thomas, Shailesh
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The Lambert-W function is the inverse of the function $f(w) = we^w$, $w ge -1$. That is to say, $W(z)e^W(z) = z$ for $z ge - dfrac 1e$.
Say you wish to solve $ln x + 2x = 0$. To bring the function $we^w$ into the picture, exponentiate the original expression to get $$x e^2x = e^ln x + 2x = e^0 = 1$$ so that $$2x e^2x = 2.$$ With $z = 2$ you obtain $W(2) = 2x$ so that $$x = fracW(2)2.$$
$endgroup$
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The Lambert-W function is the inverse of the function $f(w) = we^w$, $w ge -1$. That is to say, $W(z)e^W(z) = z$ for $z ge - dfrac 1e$.
Say you wish to solve $ln x + 2x = 0$. To bring the function $we^w$ into the picture, exponentiate the original expression to get $$x e^2x = e^ln x + 2x = e^0 = 1$$ so that $$2x e^2x = 2.$$ With $z = 2$ you obtain $W(2) = 2x$ so that $$x = fracW(2)2.$$
$endgroup$
add a comment |
$begingroup$
The Lambert-W function is the inverse of the function $f(w) = we^w$, $w ge -1$. That is to say, $W(z)e^W(z) = z$ for $z ge - dfrac 1e$.
Say you wish to solve $ln x + 2x = 0$. To bring the function $we^w$ into the picture, exponentiate the original expression to get $$x e^2x = e^ln x + 2x = e^0 = 1$$ so that $$2x e^2x = 2.$$ With $z = 2$ you obtain $W(2) = 2x$ so that $$x = fracW(2)2.$$
$endgroup$
add a comment |
$begingroup$
The Lambert-W function is the inverse of the function $f(w) = we^w$, $w ge -1$. That is to say, $W(z)e^W(z) = z$ for $z ge - dfrac 1e$.
Say you wish to solve $ln x + 2x = 0$. To bring the function $we^w$ into the picture, exponentiate the original expression to get $$x e^2x = e^ln x + 2x = e^0 = 1$$ so that $$2x e^2x = 2.$$ With $z = 2$ you obtain $W(2) = 2x$ so that $$x = fracW(2)2.$$
$endgroup$
The Lambert-W function is the inverse of the function $f(w) = we^w$, $w ge -1$. That is to say, $W(z)e^W(z) = z$ for $z ge - dfrac 1e$.
Say you wish to solve $ln x + 2x = 0$. To bring the function $we^w$ into the picture, exponentiate the original expression to get $$x e^2x = e^ln x + 2x = e^0 = 1$$ so that $$2x e^2x = 2.$$ With $z = 2$ you obtain $W(2) = 2x$ so that $$x = fracW(2)2.$$
answered Mar 27 at 18:31
Umberto P.Umberto P.
40.2k13370
40.2k13370
add a comment |
add a comment |