Could someone provide a solution to the equation $$ 3^x = 2x+3. $$
Our teacher told us to solve it graphically, but I was curious what the exact answers might be and just plugged it into Wolfram Alpha and saw that the two solutions came from the principle and the $-1$ branch of the Lambert $W$ function.
I am familiar with the "function" and how it is the inverse "function" of the function $xe^x$, but whatever transformations I tried I just couldn't obtain the wolfram alpha solution.
Any help, hints or even a solution is greatly appreciated.
\begin{align*} 3^x&=2x+3\\ e^{\log (3) x}&=2(x+\frac{3}{2})\\ -\frac{\log (3)}{2}&=-\log (3)(x+\frac{3}{2})e^{-\log (3) x}\\ -\frac{\log (3)}{2}e^{-\frac{3}{2}\log(3)}&=-\log (3)(x+\frac{3}{2})e^{-\log (3) (x+\frac{3}{2})}\\ \end{align*} Now the RHS is in the form $ye^y$. So \begin{align*} -\log (3) (x+\frac{3}{2})&=W\left(-\frac{\log (3)}{2}e^{-\frac{3}{2}\log(3)}\right)\\ x+\frac{3}{2}&=-\frac{1}{\log(3)}W\left(-\frac{\log (3)}{2}e^{-\frac{3}{2}\log(3)}\right)\\ x&=-\frac{1}{\log(3)}W\left(-\frac{\log (3)}{2}e^{-\frac{3}{2}\log(3)}\right)-\frac{3}{2} \end{align*}