I have this equation $n = 2^{\frac{n^2}{16}}$
I need to find n.
I tried using the Lambert W function, but I don't know how to get one side into the form $W(xe^x)=x$ without having an $n$ on the other side.
I have done:
$n = e^{\frac{n^2ln2}{16}}$
$1 = \frac{1}{n}e^{\frac{n^2ln2}{16}}$
I'm stuck because I am multiplying $\frac{1}{n}$ by $\frac{n^3}{16}ln2$ but that leaves n on the other side.
$$n=2^{n^2/16}$$ $$n^2=2^{n^2/8}=e^{n^2(\ln2)/8}$$ $$-\frac{\ln2}8n^2e^{-n^2(\ln2)/8}=-\frac{\ln2}8$$ Now we can apply Lambert W: $$-\frac{\ln2}8n^2=W\left(-\frac{\ln2}8\right)$$ $$n=\sqrt{\frac{W(-(\ln2)/8)}{-(\ln2)/8}}$$ The argument to $W$ falls in the range where both real branches $W_0$ and $W_{-1}$ have real output, so we get two solutions $n=1.0488074\dots$ and $n=6.5999439\dots$