I understand base case at $n=1$, and $n=2$. Then I do understand the inductive hypothesis of assuming $n=k$. The part that confuses me is when showing $n=k+1$. On other tutorials that are online, they multiply by 3 to both sides instead of plugging in $k+1$ for n and proving from there. I started the proof for $n=k+1$ like this:
Proving the statement holds for $n=k+1$:
$ 3^{k} > k^{2}$ = $ 3^{k+1} > (k+1)^{2}$
=> $ 3^{k}*3 > k^{2}+2k+1$ I am confused right here.
Or compare the left side of the inequality with the right side $ 3^{k}*3 > k^{2}$
Where $3^{k}*3 > k^{2}$, $ 3^{k} $ is less than $ k^{2}$ by inductive hypothesis Then I am not sure where to go from there.