Processing math: 100%

Friday, October 28, 2022

Chapter 9.5 - Sum of The Squares of First n Natural Numbers

In the previous section, we completed a discussion on geometric progression and geometric mean. In this section, we will see sum to n terms of special series.

We have to find the sum of three series. They are:

A. 1 + 2 + 3 +. . . + n
   ♦ This is the sum of first n natural numbers.

B. 12 + 22 + 32 +. . . + n2
   ♦ This is the sum of squares of the first n natural numbers.

C. 13 + 23 + 33 +. . . + n3
   ♦ This is the sum of cubes of the first n natural numbers.


A. 1 + 2 + 3 +. . . + n

This sum can be calculated in 3 steps:
1. The given series is the series related to the sequence 1, 2, 3, . . . , n
2. This sequence is an A.P with a = 1 and d = 1
• So sum to n terms will be given by:
Sn=n2[2a+(n1)d]=n2[2×1+(n1)×1]=n2[2+n1]=n2[n+1]

3. We can write it as a formula:
Sum of first n natural numbers = n2[n+1]


B. 12 + 22 + 32 +. . . + n2

This sum can be calculated in 8 steps:
1. Consider the identity: (a+b)3 = a3 + 3a2b + 3 ab2 + b3
Let us put a = k and b = -1. We get:

[k+(1)]3=[k1]3=k3 + 3×k2×1 + 3×k×(1)2 + (1)3=k3  3k2 + 3k  1

2. Subtracting (k-1)3 from k3, we get:

k3  (k1)3=k3  (k3  3k2 + 3k  1)=k3  k3 + 3k2  3k + 1=3k2  3k + 1

• We can use this as an identity:
k3  (k1)3 = 3k2  3k + 1

3. In the above identity, let us put k = 1, 2, 3, . . . , n successively. We get:

When k = 1,13  (11)3=13  03=3×12  3×1 + 1=3(1)2  3(1) + 1When k = 2,23  (21)3=23  13=3×22  3×2 + 1=3(2)2  3(2) + 1When k = 3,33  (31)3=33  23=3×32  3×3 + 1=3(3)2  3(3) + 1When k = 4,43  (41)3=43  33=3×42  3×4 + 1=3(4)2  3(4) + 1When k = n,n3  (n1)3=3×n2  3×n + 1=3(n)2  3(n) + 1

4. Picking the first and last items from each line, we get:

13  03=3(1)2  3(1) + 123  13=3(2)2  3(2) + 133  23=3(3)2  3(3) + 143  33=3(4)2  3(4) + 1n3  (n1)3=3(n)2  3(n) + 1

5. In the above result in (4), let us add all terms on the left side.
• We see that diagonal elements will get cancelled:
   ♦ 13 will get cancelled by -13.
   ♦ 23 will get cancelled by -23.
   ♦ 33 will get cancelled by -33.
   ♦ so on . . .
• So only 03 and n3 will remain.
• Thus the sum of all terms on the left side is: (n3 - 03) = n3.

6. In the result in (4), let us add all terms on the right side. We get:
3(12 + 22 + 32 +. . . + n2) - 3(1 + 2 + 3 +. . . + n) + (1+1+1+ . . . n times)
• This can be written in a shortened form using sigma notations:
3k=nk=0k2  3k=nk=0k + n

7. Equating the results in (5) and (6), we get:

n3=3k=nk=1k2  3k=nk=0k + n3k=nk=1k2=n3 + 3k=nk=0k  n- - - - (a)3k=nk=1k2=n3 + 3n(n+1)2  n3k=nk=1k2=2n3+3n(n+1)2n23k=nk=1k2=2n3+3n2+3n2n2k=nk=1k2=2n3+3n2+n6k=nk=1k2=2n3+3n2+n6k=nk=1k2=n(2n2+3n+1)6- - - - (b)k=nk=1k2=n(2n+1)(n+1)6

Remarks:
(i) The line marked as (a):
k=nk=0k is in fact the sum of first n natural numbers.
• So our first result A that we saw at the beginning of this section can be used.
(ii) The line marked as (b):
• (2n2 + 3n +1) can be written as (2n2 + 2n + n + 1)
• But (2n2 + 2n + n + 1) = [2n(n+1) + (n+1)] = [(2n+1)(n+1)]
So we get: (2n2 + 3n + 1) = (2n+1)(n+1)

Another method
:
• Find the solutions of the quadratic equation 2n2 + 3n + 1 = 0
• The solutions are: n = 12 and n = -1
• So we can write: 2n2+3n+1 = (n+12)(n+1) = 0
 (2n+12)(n+1) = 0
 (2n+1)(n+1) = 0

8. We can write it as a formula:
Sum of squares of the first n natural numbers
= 12 + 22 + 32 +. . . + n2

= k=nk=1k2 = n(2n+1)(n+1)6


In the next section we will see sum of the cubes of first n natural numbers.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment