im trying to find the exact minimum of this function. Upon plotting, i see that the value is close to $0.104$. However, i am not sure as to the exact value of said minima. The function is as follows:
$$ f(x)=x^x+x $$
i know that to find the minimum and maximums of a function, you must evaluate where the first derivative is $0$. I took the first derivative, and ended up with this:
$$ f'(x)=x^x\left(\ln\left(x\right)+1\right)+1 $$
However, when i set this to zero i am unable to isolate x into finding an exact solution. If i were to take a guess, the exact solution would involve the Lambert W function, due to the $x^x$ term.