Suppose $a \in \mathbb{R^+}$. I need to prove $\exists n \in \mathbb{N}, 2^n > a\cdot n^2$.
Both L'Hôpital's rule and Lambert's W function are NOT allowed to use other than inequality or taking logarithm. I understand there is a classical induction proof for $2^n > n^2$, but this one seems to be tricky because of the constant $a$.
I have tried several approaches, but I cannot seem to figure out a $n$ (which most likely involves $max()$, $\lceil\rceil$). One approach I tried was to take $n = \lceil n_0 + log_2a\rceil$, where $n_0 \in \mathbb{R^+}$. But I cannot seem to prove that \begin{equation} 2^{n - log_2a} > n^2 \end{equation}
Am I on the right track or totally off? Can someone show please help with this proof? It has been bugging me for a while. Thanks in advance!
$2^{n}=(1+1)^{n}$. By Binomial Theorem we see that $2^{n} >1+n+\frac {n(n-1)} 2$. I will leave it to you to find out how large $n$ should be for $1+n+\frac {n(n-1)} 2 >an^{2} $.