The following problem arises when I was sketching the inverse of $f(x)=a^x$ graphically for $a>1$:
1) Is there an $a>1$ such that the equation $a^x=x$ has a unique solution $x\in\mathbb{R}$?
2) If so, then how do we find such $a$ explicitly if possible?
The answer to the first question seems to be yes, I tried solving the equation $a^x=x$ for $a=1.4$ and $a=1.5$, which has two and no solutions respectively; but I personally would love to see a proof without geometry argument.
Let $g(x)=a^x-x$. Then
$$g'(x)=(\ln a)a^x-1$$
Assume $(\exists \,\,a>1,x_0>0)\,\,g(x_0)=g'(x_0)=0$. Then using $g'(x_0)=0$,
$$(\ln a)a^{x_0}=1$$ $\implies$ $$a^{x_0}=e^{(\ln a){x_0}}=\frac{1}{\ln a}$$ $\implies$ $$(\ln a){x_0} =\ln\left(\frac{1}{\ln a}\right)$$ $\implies$ $${x_0} =\frac{\ln\left(\frac{1}{\ln a}\right)}{\ln a}$$
Then
$$g(x_0)=a^{\left(\frac{\ln\left(\frac{1}{\ln a}\right)}{\ln a}\right)}-\frac{\ln\left(\frac{1}{\ln a}\right)}{\ln a}$$
$$=e^{\ln\left(\frac{1}{\ln a}\right)}-\frac{\ln\left(\frac{1}{\ln a}\right)}{\ln a}$$
$$=\frac{1}{\ln a}-\frac{\ln\left(\frac{1}{\ln a}\right)}{\ln a}$$
Then using $g(x_0)=0$,
$$\ln\left(\frac{1}{\ln a}\right)=1$$ $\implies$ $$\ln a=e^{-1}$$ $\implies$ $$a=e^{e^{-1}}$$
Now, substitute these values of $a$ and $x_0$ back into $g$ and $g'$ to indeed show $g(x_0)=g'(x_0)=0$ and hence the assumption is true.
Finally,
$$g''(x)=(\ln a)^2 a^x>0 \,\,\,\forall x\in\mathbb R$$
and hence $g$ is convex and $x_0$ is the global minimum. This shows (1) and (2).
In fact, as we've shown $((\exists \,\,a>1,x_0>0)\,\,g(x_0)=g'(x_0)=0) \iff \left(a=e^{e^-1}\right) \land \left(x_0=\frac{\ln\left(\frac{1}{\ln a}\right)}{\ln a}=e\right)$, we can also conclude this $a$ is unique.