You can easily verify the $x = 1$ solution by just plugging it in. Proving that there aren't any other solutions is a bit harder.
– DanNov 14 '22 at 19:48
$f(x)=x^x$ is a convex function on $]0,+\infty[$ and $g(x)=\ln x+1$ is a concave function on $]0,+\infty[$. Since the curves $y=f(x)$ and $y=g(x)$ have the same tangent at the point $P(1,1)$ that is $y=x$, it follows that $P(1,1)$ is the only point of intersection of them, hence $x=1$ is the only solution of the equation $f(x)=g(x)$.
– AngeloNov 14 '22 at 21:18
You have:
$$ \begin{align}\ln x+1=x^x=e^{x\ln x}&≥x\ln x+1\ \ln x+1&≥x\ln x+1\ \ln x &≥x\ln x\ \ln x(x-1)&≤0. \end{align} $$
Now, you can complete the final step.
– lone student Nov 14 '22 at 20:10