sign up I login
 advanced
» win an I-Phone. check i-points

Ask & Discuss Questions with Community & Experts

Moderation Team
 90 chars left    advanced
Ask iit jee aieee pet cbse icse state board experts Expert Question: sum of cubes
Forum Index -> Algebra like the article? email it to a friend.  
Author Message
namey (0)

New kid on the Block

Olaaa!! Perrrfect answer. 0  [0 rates]

namey's Avatar

total posts: 4    
offline Offline
use a suitable identity to prove thet
te sum of the cubes of the first 'n' natural numbers is
 
(n)2
    

All India Online Test on 25th Jan 2009 for - IIT, AIEEE, KCET, EAMCET and many more ..
Enrol Free. Refer Friends. Win I-Phone 3G. Register Now for FREE»

nadeemoidu (1191)

Blazing goIITian

Olaaa!! Perrrfect answer. 201  [294 rates]

nadeemoidu's Avatar

total posts: 494    
offline Offline
n3 = n2(n+1)2/4

n= n(n+1)/2

therefore n3= ( n) 2
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  

All India Online Test on 25th Jan 2009 for - IIT, AIEEE, KCET, EAMCET and many more ..
Enrol Free. Refer Friends. Win I-Phone 3G. Register Now for FREE»

prathyu (53)

Cool goIITian

Olaaa!! Perrrfect answer. 9  [13 rates]

prathyu's Avatar

total posts: 76    
offline Offline
nadeemoidu is correct.

A man would do nothing if he waited until he could do it so well that no one would find fault with what he has done ------CARDINAL NEWMAN
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  

All India Online Test on 25th Jan 2009 for - IIT, AIEEE, KCET, EAMCET and many more ..
Enrol Free. Refer Friends. Win I-Phone 3G. Register Now for FREE»

goiit_user (120)

Cool goIITian

Olaaa!! Perrrfect answer. 20  [30 rates]

goiit_user's Avatar

total posts: 94    
offline Offline
I've used 2 formulae for the proof,

n = n(n+1)/2                 ...which can be derived easily using Sum of AP

n2=n(n+1)(2n+1)/6         ...which can be derived using the method i've used to solve                                          ur question

Now,

(1+x)4 -x4     =   (x4 + 4x3+ 6x2+4x+1)  -  x4
(1+x)4 -x4     =   4x3+ 6x2+4x+1

Putting x =1,2,......,n

24 - 14   =  4.13 + 6.12 + 4.1 +1
34 - 24   =  4.23 + 6.22 + 4.2 +1
.
.
.
.
.
(1+n)4 - n4 = 4.n3 +6.n2 + 4.n +1

Adding all these we see the diagonal terms on LHS get cancelled, giving only two terms

(1+n)4 - 14 = 4 (13 + 23 + ..... n3) + 6.(12 + 22 +.....n2) + 4(1 + 2+ .....n ) +                             (1+1+.....n terms)

               Let n3 =  13 + 23 + ..... n3 = k

n4 + 4n3 + 6n2 +4n  = 4k + 6. (n)(n+1)(2n+1)/6 + 4 (n)(n+1)/2 + n
                               = 4k + n(n+1)(2n+1) + 2n(n+1) + n
                               = 4k + (2n3 + 3n2 + n) + (2n2 + 2n) + n
                               = 4k + 2n3 +5n2 + 4n
4k = n4 + 2n3 + n2
4k = n2(n2 + 2n + 1)
4k = n2(n+1)2
k   = (n2(n+1)2)/4
k   = [n(n+1)/2]2
n3=(n)2

Thus, proved


Plz rate me!!

HOPE IT WAS USEFUL!!


PLZ RATE IF USEFUL
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  

All India Online Test on 25th Jan 2009 for - IIT, AIEEE, KCET, EAMCET and many more ..
Enrol Free. Refer Friends. Win I-Phone 3G. Register Now for FREE»

edison (5271)

Forum Expert Blazing goIITian

Olaaa!! Perrrfect answer. 925  [1248 rates]

edison's Avatar

total posts: 2657    
offline Offline
First we prove the formula for the sum of cubes of first n natural numbers as below
 
To Prove this formula for the sum of consecutive cubes:
= n²(n + 1)²
     4
 Proof.   Assume that the statement -- the formula -- is true for n = k.  That is, assume that the sum up to k -- S(k) -- is true:
S(k)   =   k²(k + 1)²
      4
       (1)
 
        Then we must show that it is also true for n = k + 1:
 
S(k + 1)   =   (k + 1)²(k + 2)²
          4
       (2)
 
        To do that, add the next cube to S(k), line (1):
 
S(k + 1)   =   S(k) + (k + 1)3
    =   k²(k + 1)²
      4
  + (k + 1)3
 
    =   k²(k + 1)² + 4(k + 1)³
                4
 
    =   (k + 1)²[k² + 4(k + 1)]
                4
 
  -- on having factored (k + 1)²,
 
    =   (k + 1)²(k² + 4k + 4)
                4
 
    =   (k + 1)²(k + 2)²
           4
This is line (2), which is what we wanted to show.
Next, show that the formula is true for n = 1.
S(1)   =   13   =   · 2²
   4
 
  1   =   1· 4
  4
-- which is true.  The formula, therefore, is true for every natural number.
 
Now
 
To Prove that the sum of the first n natural numbers is given by this formula:
S(n)  =  1 + 2 + 3 + .  .  .  + n  =  n(n + 1)
     2
We will call this statement S(n), because it depends on n.  
 
Proof.  We will do Steps 1) and 2) above.  First, we will assume that the statement is true for n = k; that is, we will assume that S(k) is true:
S(k)  =  1 + 2 + 3 + .  .  .  + k   =   k(k + 1)
     2
 .   .   .   .   . (1)
This is the induction assumption.  Assuming this, we must prove that S(k + 1) is also true.  That is, we must show:
S(k + 1)  =  1 + 2 + 3 + .  .  .  + (k + 1)   =   (k + 1)(k + 2)
         2
.   .   .  (2)
This is line (2), which is the first thing we wanted to show.
Next, we must show that the statement is true for n = 1.  We have
S(1) = 1 = ½· 1· 2
The formula therefore is true for n = 1.  We have now fulfilled both conditions of the principle of mathematical induction.  S(n) is therefore true for every natural number.
 
Thus from above to proofs we find that
 
n3 = n2(n+1)2/4 = (n)2

The Scientist does not study nature because it is useful; he studies it because he delights in it, & he delights in it because it is beautiful. If nature were not beautiful, it would not be worth knowing, life would not be worth living. Ofcourse I do not here speak of that beauty that strikes the senses, the beauty of qualities & appearances; not that I undervalue such beauty, far from it, but it has nothing to do with science; I mean that profounder beauty which comes from the harmoniuos order of the parts, & which a pure intelligence can grasp.
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  

All India Online Test on 25th Jan 2009 for - IIT, AIEEE, KCET, EAMCET and many more ..
Enrol Free. Refer Friends. Win I-Phone 3G. Register Now for FREE»

 
Forum Index -> Algebra
Go to:   

 Aakash Institute IIT/ AIEEE/ Medical Crash Course
Name  
E-mail  
Phone  
Mobile  
** Hurry. Exclusive goIIT Offer. Limited Seats Only!
available in: New Delhi, Amritsar, Bhatinda, Bokaro, Chandigarj, Dehradun, Guwhati, Hyderabad, Indore, Jaipur, Kanpur, Karnal, Kolkata, Kota, Lucknow, Ludhiana, Mumbai, Noida, Patiala, Patna, Pune, Ranchi, Varanasi
Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Aakash-IITJEE : AIEEE
Aakash-IITJEE : DCE
Aakash-IITJEE : MHTCET
Aakash Institute : AIPMT
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya