Sum of squares of first n natural,even,odd numbers, sum of cubes
Proofs are here.
The formula for the sum of squares of the first natural numbers is:
Example:
For :
______________________________________________________________________________
The sum of squares of the first even natural numbers is given by:
So the final formula is:
Example:
For (i.e., even numbers: 2, 4, 6):
____________________________________________________________________
The sum of squares of the first odd natural numbers is given by:
Example:
For (i.e., odd numbers: 1, 3, 5):
So the boxed formula is:
_____________________________________________________________
The trick to remember them:
Remember the first master formula = n.(n+1).(2n+1)/6
Even sum is simply by multiplying it by 4: 2n.(n+1).(2n+1)/3
Odd sum is by moving the middle 1 in the previous formula to left.
So in:
2n.(n+1).(2n+1)/3
move +1 to left and make it -1:
(2n -1).n.(2n+1)/3
------------------------------------
Sum of cubes of first 'n' natural numbers is square of sum of first n natural numbers:
[n.(n+1)/2]^2
Comments
Post a Comment