$x+\ln(x)=0$, what is $x$?

$\begingroup$

My friend came across this strange equation and I cant find mathematical way to find $x$ without drawing $x$ and $-\ln(x)$ and see that they come across at almost $x=0.5$.

Can any one help?

$\endgroup$ 3

1 Answer

$\begingroup$

$$x+\ln x=0$$ $$e^{x+\ln x}=e^0=1$$ $$xe^x=1$$

This can be solved by lambert $W$:

$$x=W(1)$$

There is a special name to this constant, it is called the omega constant.

You can find the numerical approximation via Newtons method.

Let $x_1=0.5$

And

$$x_{n+1}=x_{n}-\frac{x_n+\ln x_n}{1+\frac{1}{x_n}}$$

As

$$n \to \infty$$

Then you get closer to the approximate value:

$$x=.56714329...$$

$\endgroup$ 0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like