Thread Closed

induction problem

 
Share Thread Thread Tools
Mar20-06, 07:29 PM   #1
 

induction problem


I am trying to prove by induction 1^3 + 2^3 + ... n^3 = [n(n+1)/2]^2
when n is a positive integer

Let P(n), if P(1) then n^3 = 1^3 = 1 and [n(n+1)/2]^2 = [1(1+1)/2]^2 = 1

the inductive hypothesis is 1^3 + 2^3 + ... k^3 = [k(k+1)/2]^2

Assuming P(k) is true then prove P(k+1) is true, insert (k+1) into problem

1^3 + 2^3 + ... k^3 + (k+1)^3 = [k+1(k+1+1)/2]^2 or [(k+1)(k+2)/2]^2

by the inductive hypothesis we get

[k(k+1)/2]^2 + (k+1)^3 = [(k+1)(k+2)/2]^2

am I thinking this through correctly? and where do I go from here?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Mar20-06, 07:41 PM   #2
 
Quote by caws

1^3 + 2^3 + ... k^3 + (k+1)^3 = [k+1(k+1+1)/2
^2 or [(k+1)(k+2)/2]^2

by the inductive hypothesis we get

[k(k+1)/2]^2 + (k+1)^3 = [(k+1)(k+2)/2]^2

am I thinking this through correctly? and where do I go from here?
I just did this proof earlier today it's not too hard, but it looks a lot to me like you assumed what you're trying to prove what you need to do after the induction hypothesis is take the left hand side of the last equation you have and use it to arrive at the right hand side, because otherwise you have done nothing at all and just assumed the statement that you were trying to prove.
Mar20-06, 08:56 PM   #3
 
Ok. I am going to try to work this through again and post tommorow.
Mar21-06, 05:37 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

induction problem


Assuming P(k) is true then prove P(k+1) is true, insert (k+1) into problem

1^3 + 2^3 + ... k^3 + (k+1)^3 = [k+1(k+1+1)/2]^2 or [(k+1)(k+2)/2]^2
It's MUCH better to say
1^3+ 2^3+ ...+ k^3+ (k+1)^3= [k(k+1)/2]^2+ (k+1)^3 and work from there.
Mar21-06, 04:13 PM   #5
 
thanks, at least I know I am on the right track and was understanding the process, now all I have to do is solve to prove.
Thread Closed
Thread Tools


Similar Threads for: induction problem
Thread Forum Replies
Induction Problem Precalculus Mathematics Homework 3
Induction Problem Precalculus Mathematics Homework 8
Induction problem Calculus 2
induction problem Linear & Abstract Algebra 1
The problem of induction General Discussion 14