Given $f(x)=e^x$ and $g(x)=\ln(x)+C$,
find $C\in \mathbb{R}$ such that $f$ and $g$ are tangent to each other.
I tried playing around with a graphing calculator but $C$ doesn't seem to be a rational number. I think I need to differentiate the functions, but not sure how to proceed afterwards.
Suppose there is some point $x_0$ where they are tangent. Then $f(x_0)=g(x_0)$, and also $f'(x_0)=g'(x_0)$. This gives the system of equations for $x_0$ and $C$ as $$e^{x_0}=\ln(x_0)+C$$ $$e^{x_0}=\frac{1}{x_0}$$
The second of these gives $x_0e^{x_0}=1$, which gives the Omega constant $x_0=W(1)=\Omega$ as the solution. So $$C=e^{\Omega}-\ln(\Omega)=\frac{1}{\Omega}+\Omega\approx 2.330.$$