Combinatorics - Mathematical Induction?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
nintendo424
Messages
3
Reaction score
0
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.
 
Physics news on Phys.org
First of all, this is a textbook problem, so it belongs in the homework forums. I moved it for you :smile:

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?
 
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
 
nintendo424 said:
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.
 
Last edited: