Math induction with sigma notation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
carameled
Messages
3
Reaction score
0
Prove by math induction that

n
sigma 3i + 1 = n/2 (3n + 5)
i = n
 
Physics news on Phys.org
I think what you mean is the induction hypothesis \(P_n\):

$$\sum_{i=1}^{n}\left(3i+1\right)=\frac{n}{2}(3n+5)$$

The first thing we want to do is confirm the base case \(P_1\) is true:

$$\sum_{i=1}^{1}\left(3i+1\right)=\frac{1}{2}(3(1)+5)$$

Is this true?
 
Wow, well I'm just asking for the prove with math induction. I don't understand any of that..
MarkFL said:
I think what you mean is the induction hypothesis \(P_n\):

$$\sum_{i=1}^{n}\left(3i+1\right)=\frac{n}{2}(3n+5)$$

The first thing we want to do is confirm the base case \(P_1\) is true:

$$\sum_{i=1}^{1}\left(3i+1\right)=\frac{1}{2}(3(1)+5)$$

Is this true?
 
carameled said:
Wow, well I'm just asking for the prove with math induction. I don't understand any of that..

You don't understand what an induction hypothesis is, or demonstrating the truth of the base case? These are fundamental to induction. What method have you been taught?
 
oh I was wrong, it is i = 1 , not i = n. my bad
MarkFL said:
You don't understand what an induction hypothesis is, or demonstrating the truth of the base case? These are fundamental to induction. What method have you been taught?
 
Well, can you answer the question: is the statement true when n= 1?