Prove by induction that $3^n > n^2$
I tried to prove this but I finally got to a point from where I could not proceed any further.
I tested this and this relation seems to be true for all $n \in \mathbb N$.
(1) The first step: $3^1 > 1^2$, the inequality holds.
(2) I assume that this relation inequality holds for all natural numbers smaller than or equal to some $k$, and so $3^k > k^2$
(3) The inductive step:
$$3^{k+1} =3 \cdot 3^k > 3k^2 =k^2 + k^2 + k^2$$
This would be great if I could show that $k^2+k^2 > 2k +1$ for all natural numbers. Unfortunately, this is simply not the case for $n=1$, because $2 < 3$. And so my idea does not work. Is there an alternative way to tackle this problem?