I'm attempting to solve the following equation (eventually with Lambert's W Function having checked the solution on Wolfram Alpha):
$$100n^2 = 2^n$$
I got as far as follows but I am unsure how to progress:
$$\ln100 + 2\ln(n) = n\ln2$$
Any suggestions would be much appreciated.
To use Lambert W you may proceed this way : \begin{align} 100\,n^2 &= 2^n\\ (10\,n)^2 &= e^{n\log 2}\\ 10\,n &= \pm e^{n\log 2/2}\\ \left(-\,n \log 2/2\right) e^{-n\log 2/2}&= \mp (\log 2)/{20}\\ -\,n \log 2/2&=W\left(\mp (\log 2)/20\right)\\ \end{align} The negative argument (see wikipedia) will be between $-\dfrac 1e$ and $0$ and return you two solutions :
while the positive argument will return simply