I have to prove that $3^n\geq n^2$ for all integers $n\geq1$ .
This task is quite similar to other like the one given in 1, but with the difference that it has to be also valid for $n=1$. The usual approach uses $2n^2 > n^2 + 2n + 1$, which is just not true for $n=1$ as $n^2\ngeq 2n + 1$.
Are there any suggestions on how to approach this?