|
|
|
|
|

| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 27 Aug 2007 12:37:53 IST
|
|
|
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» |
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 27 Aug 2007 12:48:33 IST
|
|
|
n3 = n2(n+1)2/4
n= n(n+1)/2
therefore n3= ( n) 2
|
this reply: 0 points
(with 0 
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» |
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 27 Aug 2007 13:00:13 IST
|
|
|
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 0 
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» |
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 27 Aug 2007 13:04:54 IST
|
|
|
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 0 
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» |
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 27 Aug 2007 13:20:28 IST
|
|
|
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 | = | 1²· 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) | To do that, we will simply add the next term (k + 1) to both sides of the induction assumption, line (1): 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 0 
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» |
|
|
|
|
|
|
|
|
|