7

How can I solve this equation:

$$\ln x+x=1$$

We had it on a local Olympiad math contest problem.

3 Answers3

13

$1$ is a solution, just substitute and check.

$x+\log(x)$ is strictly increasing, hence 1 to 1. Thus, $x=1$ is the only solution for the equation

Amr
  • 20,030
5

Intuitively \begin{align} \ln x+x&=1\\ \ln x+x\ln e&=1\\ \ln x+\ln e^x&=1\\ \ln (xe^x)&=1\\ xe^x&=e^1\\ xe^x&=1\cdot e^1 \end{align} By comparing LHS and RHS, we will obtain $x=1$.

4

$$\ln x+x=1\implies xe^x = e$$

In other words we need to find a root of $f(x)=xe^x - e$

This function is increasing for $x\gt-1$ thus will have at most one solution in $(-1,\infty)$.

Also since $e^x\gt0$ we must have $x\gt0$.

Now it is easy to see that the one root we need is $x=1$

Guy
  • 8,857
  • 1
  • 28
  • 57