Use induction to show that the sum of the first $n$ power of $3$ is less than the new power:
$$\forall n \ge 1:\ 3^1 + 3^2 + \cdots + 3^n < 3^{n+1}$$
Make sure to show all steps of the inductive argument.
To be clear - I did not mean to ask that someone answer this for me - I thought the site was used for people to help you work through a problem? Not necessarily give me the answer?
I have struggled with inductions and do not understand the logic behind the steps, even reading examples from texts and other websites. I guess I would like someone to help explain the steps to me (in plain non-math saavy English?) so that I will be able to answer this question?
I'll give you a similar problem with a hint: Prove that $2^1 + 2^2 + \cdots + 2^n < 2^{n+1}$.
Hint: $2^1 + 2^2 + \cdots + 2^k + 2^{k+1} = (2^1 + 2^2 + \cdots + 2^k) + 2^{k+1} < (2^{k+1}) + 2^{k+1} = 2*2^{k+1} = 2^{k+2}$.