How do you find the inverse of $f(x) = x + e^{2x}$ ?
I started by trying to find the inverse by replacing $f(x)$ with $y$, switching $x$ and $y$, and solving for $y$.
$$y = x + e^{2x} \implies x = y + e^{2y}$$
I took the natural log of both sides and got
$$\ln(x) = \ln(y) + 2y$$
and now I'm stuck.