Solving for $x$ in logarithmic equation

204 Views Asked by At

Could anyone please show me how to solve for $x$ this equation:

$$1 = ax e^{-bx}$$

If solved in terms of the Lambert $W$-function, would that be considered a concrete answer?

2

There are 2 best solutions below

2
On

You will need to use the Lambert W-function.

The solution is:

$\displaystyle a\ne0,\quad b=0,\quad x=\dfrac1a\\\,\\a\ne0,\quad b\ne0,\quad x=-\dfrac{W_n\left( -\frac ba\right)}b,\quad n\in\mathbb Z$

Please don't hesitate to ask for further help or explanations.

0
On

If $a,b\ne0$, $$ \begin{align} 1&=axe^{-bx}\\ -\frac ba&=-bxe^{-bx}\\ \mathrm{W}\left(-\frac ba\right)&=-bx\\ -\frac1b\mathrm{W}\left(-\frac ba\right)&=x \end{align} $$ There is an infinite sequence of branches for Lambert-W, just as there is for logarithm. Otherwise, yes, this would be considered a concrete solution. Unless $b=0$, there is no other closed-form solution.