How do I prove that $3^n > n^2$ with mathematical induction? I thought I had the correct answer but my teacher says its wrong.
I let $n=1$ for the initial case and it works. I then assumed $n=k$ works and went onto the $n=k+1$ case, but after that it goes a little awry. Thanks in advance!
The base case is just noticing $3^1>1^2$.
The inductive step:
Suppose $3^n>n^2$ we want to prove $3^{n+1}=3^n+3^n+3^n>1+2n+n^2=(n+1)^2$
This follows from the following:
$3^n\geq 1$
$3^n\geq 2n$ (you may have a go at this with another induction)
$3^n> n^2$ (inductive step)