Mathematical Induction with Sigma notation

  • #1
Prove by mathematical induction that

n
sigma r^3 = n^2(n+1)^2/4
r = 1

so far I have

1
sigma r^3 = 1^2(1+1)^2/2
r=1

1 = 1(4)/2

1 = 4/2

1 = 2

I'm not sure what to do after this for the k+1 case.
 
Last edited:

Answers and Replies

  • #2
Hello, and welcome to MHB! (Wave)

Your induction hypothesis $P_n$ is:

\(\displaystyle \sum_{r=1}^{n}\left(r^3\right)=\frac{n^2(n+1)^2}{4}\)

As your induction step, I would suggest adding \(\displaystyle (n+1)^3\) to both sides...

edit: I just noticed you have an error in your check of the base case $P_1$...can you spot it?
 
  • #3
ummmm is it because of the "1 = 2"?
 
  • #4
The "1=2" happened because you divided by 2 instead of 4.
 
  • #5
Prove by mathematical induction that

n
sigma r^3 = n^2(n+1)^2/4
r = 1

so far I have

1
sigma r^3 = 1^2(1+1)^2/2
r=1
As Opalg pointed out, in your original formula you have "/4" but have accidently changed that to "/2".

1 = 1(4)/2

1 = 4/2

1 = 2
which is NOT true! But with "4" in the denominator as in the original formula this becomes 1= 1(4)/4 which is true.

I'm not sure what to do after this for the k+1 case.
The reason so many induction problems involve sums is that then the "k+1" case is just the "k" case plus the next term!

With n= k+ 1 you have
\(\displaystyle \sum_{r=1}^{k+1} r^3= \sum_{r= 1}^k r^3+ (k+1)^3\)
\(\displaystyle = k^2(k+1)^2/4+ (k+1)^3\).

Factor \(\displaystyle (k+1)^2\) out of that to get
\(\displaystyle = (k+1)^2(k^2/4+ k+ 1)= (k+1)^2(k^2+ 4k+ 4)/4\)

And now you just have to observe that \(\displaystyle k^2+ 4k+ 4= (k+ 2)^2= ((k+1)+1)^2\) so that \(\displaystyle (k+1)^2(k^2+ 4k+ 4)/4= (k+1)^2((k+1)+1)^2/4\)
really is "\(\displaystyle n^2(n+1)^2/4\)" with n= k+ 1.
 
  • #6
ohhhh I see it now. Thank you so much!
 

Suggested for: Mathematical Induction with Sigma notation

Replies
8
Views
665
Replies
5
Views
1K
Replies
2
Views
459
Replies
0
Views
176
Replies
1
Views
2K
Replies
3
Views
779
Replies
13
Views
1K
Replies
1
Views
679
Back
Top