$\newcommand{\LambertW}{\operatorname{LambertW}}$I am trying to solve the following inequality:
$$100n^2<2^n, n\in\mathbb{R}$$
I have applied the following steps:
\begin{align}
& \frac{n^2}{2^n} < \frac{1}{100} \\
\Rightarrow {} & n^2 \cdot e^{-\ln(2^n)} <\frac{1}{100} \\
\Rightarrow {} & -n\cdot \ln2 \cdot e^{-n\cdot \ln2} > \frac{-\ln 2}{100n} \\
\Rightarrow {} & -n\cdot \ln2 > W\left(\frac{-\ln2}{100n}\right) \\
\Rightarrow {} & n < \frac{W\left(\frac{-\ln2}{100n}\right)}{-\ln 2}
\end{align}
I do not know where to go from there.
Maple provides me with 3 answers to this solution:
\begin{align} n_1 & = -2\cdot \LambertW((1/20)\cdot \ln2)/\ln2 \\[8pt] n_2 & = -2\cdot \LambertW(-(1/20)\cdot \ln2)/\ln2 \\[8pt] n_3 & = -2\cdot \LambertW(-1, -(1/20)\cdot \ln2)/\ln2 \end{align}
Note that the equality signs mean either $<$ or $>$, because Maple is unable to solve it symbolically using inequalities.
The very last one (being positive); being the correct answer for this specific question. So how do arrive at these 3 solutions by hand?
$$n^2\cdot 2^{-n}=\frac{1}{100}\implies$$ $$\left(n^2\cdot 2^{-n}\right)^{1/2}=\left(\frac{1}{100}\right)^{1/2}\implies$$ $$|n|\cdot\exp\left(-\ln2\cdot\frac{n}{2}\right)=\frac{1}{10}\implies$$ $$-\ln(2)\cdot\frac{|n|}{2}\cdot\exp\left(-\ln(2)\cdot\frac{n}{2}\right)=\frac{-\ln(2)}{20}$$
Now, for $|n|=n$, you get:
$$-\ln(2)\cdot \frac{n}{2}=W\left(k,\frac{-\ln(2)}{20}\right),\,\,k\in\mathbb{Z}\implies$$ $$n=-\frac{2W\left(k,\frac{-\ln(2)}{20}\right)}{\ln(2)},\,\,k\in\mathbb{Z}$$
For $|n|=-n$, you get the one with the plus sign as argument:
$$n=-\frac{2W\left(k,\frac{\ln(2)}{20}\right)}{\ln(2)},\,\,k\in\mathbb{Z}$$
It's up to you now to sort the solutions out, depending on your inequality range and the $W$ branch chosen.