New Reply

Combinatorics - Mathematical Induction?

 
Share Thread Thread Tools
Jun15-12, 12:59 PM   #1
 

Combinatorics - Mathematical Induction?


Hello, I am having trouble solving this problem. Maybe I'm just overreacting to it. In my two semesters in discrete math/combinatorics, I've never seen a problem like this (with two summations) and been asked to prove it. Can some one help?

[itex]\sum^{n}_{i=1} i^3 = \frac{n^2(n+1)^2}{4} = (\sum^{n}_{i=1} i)^2[/itex]

I mean, I know the whole S(n), S(1), S(k), S(k+1) steps, but I'm just unsure of how to write it. The solutions manual for the book skip that problem.

Book: Discrete And Combinatorial Mathematics: An Applied Introduction by Ralph P. Grimaldi, 5th Edition.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jun15-12, 02:22 PM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
First of all, this is a textbook problem, so it belongs in the homework forums. I moved it for you

Second, you actually need to show two things:

[tex]\sum_{i=1}^n i^3=\frac{n^2(n+1)^2}{4}[/tex]

and

[tex]\sum_{i=1}^n i = \frac{n(n+1)}{2}[/tex]

(and square both sides)

Can you do that?
 
Jun15-12, 02:58 PM   #3
 
Thank you very much! That helped a lot, I just finished my proof. :D That makes sense why you'd have to break it up. I didn't put the relationship between [itex]\sum^{n}_{i=1}i = \frac{n(n+1)}{2}[/itex] and [itex](\sum^{n}_{i=1}i)^2 = \frac{n^2(n+1)^2}{4}[/itex] together. lol
 
Jun15-12, 04:01 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Combinatorics - Mathematical Induction?


Quote by nintendo424 View Post
Hello, I am having trouble solving this problem. Maybe I'm just overreacting to it. In my two semesters in discrete math/combinatorics, I've never seen a problem like this (with two summations) and been asked to prove it. Can some one help?

[itex]\sum^{n}_{i=1} i^3 = \frac{n^2(n+1)^2}{4} = (\sum^{n}_{i=1} i)^2[/itex]

I mean, I know the whole S(n), S(1), S(k), S(k+1) steps, but I'm just unsure of how to write it. The solutions manual for the book skip that problem.

Book: Discrete And Combinatorial Mathematics: An Applied Introduction by Ralph P. Grimaldi, 5th Edition.
These are two separate problems. ∑ił is one and ∑i is the other. Have you tried either?

The question belongs in mathematics, not computer science.
 
New Reply
Thread Tools


Similar Threads for: Combinatorics - Mathematical Induction?
Thread Forum Replies
Strong Induction problem related to combinatorics Calculus & Beyond Homework 3
Difference between Strong Induction and Mathematical Induction? Calculus & Beyond Homework 5
Mathematical Induction Math & Science Software 3