$\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?