Prove by mathematical induction that $3^n\geq n2^n \text{ } \forall n\in \mathbb{N}$ the set of natural numbers. So after showing that $S(1)$ is true, we assume $S(k)$ is true and try to prove that $S(k+1)$ is true. I make it this far, and get stuck with further justification:
$$\begin{align} 3^k &\geq k2^k \\ 3\times 3^k &\geq 2\times k2^k \text{ since } 3>2 \\ 3^{k+1} & \geq k2^{k+1} \end{align}$$
But now I have to somehow get that $k+1$ term in front of $2^{k+1}$, but I'm not sure how to do it in a way that's justified. Perhaps I've taken a wrong starting approach. How would you do this?
Assume that $3^k \ge k\cdot 2^k$ for some $k$. So
$3^{k+1}=3\cdot 3^k \ge 3\cdot k\cdot 2^k$.
for $k\ge 2$, you have $3\cdot k = 2\cdot k+k \ge 2\cdot k+2 = 2(k+1)$, so
$3^{k+1} \ge 2\cdot (k+1)\cdot 2^k = (k+1)\cdot2^{k+1}$
but, initially, you must show that S(1) and S(2) is true, because the induction step holds only for $k\ge2$.