Open In App

Sum of Squares of ‘n’ Natural numbers

Last Updated : 05 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Sum of Squares of n natural numbers is calculated using the formula [n(n+1)(2n+1)] / 6 where ‘n’ is a natural number.

In this article, we have covered Sum of squares of the ‘n’ natural number formula, its Sum of squares proof, related examples and others in detail.

What is Sum of Squares of ‘n’ Natural Numbers?

Sum of squares of ‘n’ natural numbers is the sum of squares of all natural numbers. Its formula is, Sum = 12 + 22 + 32 + … + n2 = [n(n+1) (2n+1)]/6. Sum of Squares of First ‘n’ Natural Numbers is represented as Sn and the formula for the same is added in the image below:

Sum-of-Square-of-n-Natural-Numbers

Sum of Squares of ‘n’ Natural Number Formula

Sum of Squares of n Natural Numbers Formula

Formula for Sum of Squares of ‘n’ Natural Numbers, Sum of Squares of First ‘n’ Even Numbers, and Sum of Squares of First ‘n, Odd Numbers are added in the table below:

Sum of Squares Formula

Sum of Squares of First ‘n’ Natural Numbers [n(n+1)(2n+1)] / 6
Sum of Squares of First ‘n’ Even Numbers [2n(n + 1)(2n + 1)] / 3
Sum of Squares of First ‘n’ Odd Numbers [n(2n+1)(2n-1)] / 3

Check: Python Program for Sum of squares of first n natural numbers

Sum of Squares of Natural Numbers Proof

Formula for Sum of Squares of Natural Numbers is,

Σn2 = [n(n+1)(2n+1)]/6

We can prove the same using Principal of Mathematical Induction as:

Let, P(n): 12 + 22 + 32 + … + n2 = [n(n+1)(2n+1)]/6

For P(1)

LHS = 12 = 1

RHS = [1(1 + 1)(2(1) + 1)]/6 = (1×2×3)/6 = 6/6 = 1

So, LHS = RHS

Thus, P(1) is true

Let’s take P(k) to be true, i.e.,

12 + 22 + 32 + … + k2 = [k(k+1)(2k+1)] / 6 is true…(i)

Now to prove that P(k+1) is true, i.e.

12 + 22 + 32 + … + (k+1)2 = [(k+1)(k+2)(2k+3)]/6 is true

LHS = 12 + 22 + 32 + … + (k+1)2

⇒ LHS = 12 + 22 + 32 + … + k2 + (k+1)2

⇒ LHS = [k(k+1)(2k+1)] /6 + (k+1)2 …[from (i)]

⇒ LHS = (k+1)/6 × [k(2k+1) + 6(k+1)]

⇒ LHS = (k+1)/6 × [2k2 + k + 6k + 6]

⇒ LHS = (k+1)/6 × (2k2 + 7k + 6)

⇒ LHS = (k+1)/6 × (2k2 + 4k + 3k + 6)

⇒ LHS = (k+1)/6 × [2k(k + 2) + 3(k + 2)]

⇒ LHS = (k+1)/6 × (2k+3)(k + 2)

⇒ LHS = [(k+1)(k+2)(2k+3)] / 6

⇒ LHS = RHS

So, P(k+1) is true.

Thus, we can say that P(n) is true for all natural numbers ‘n’ by the Principle of Mathematical Induction

Check: Sum of square-sums of first n natural numbers

Sum of Squares of Even and Odd Natural Numbers

Formula for sum of square of even and odd number is covered below:

Sum of Squares of Even Natural Numbers

Formula for sum of square of even natural number is:

Sum = 2n(n+1)(2n+1)/3

This is calculated as:

  • Sum = 22+ 42+ 62 +… + (2n)2
  • Taking 22 or 4 commons from each term
  • Sum = 4 × {12 + 22 + 32 +…+ (n)2}…(i)
  • We know that sum of ‘n ‘Natural Number is given by:
  • 12 + 22 + 32 +…+ (n)2 = n(n + 1)(2n + 1)/6…(ii)
  • From eq. (i) and eq. (ii)
  • Sum = 4n(n+1)(2n+1)/6

Sum = 2n(n+1)(2n+1)/3

Example: Find the sum of squares of the first 3 even numbers.

We know that,

Sum = 2n(n+1)(2n+1)/3

n = 3

Sum = 2×3(3+1)(2×3+1)/3

Sum = 56…(i)

Verification:

Sum = 22 + 42 + 62 

⇒ Sum = 4 + 16 + 36 

⇒ Sum = 56…(ii)

From eq(i) and eq(ii) Formula is Verified

Sum of Squares of Odd Natural Numbers

Formula for sum of square of odd natural number is:

Sum = n(2n+1)(2n-1)/3

This is calculated as:

  • Sum = 12+ 32+ 52 +… + (2n – 1)2
  • ⇒ Sum = (Sum of Squares of 2n numbers) – (Sum of Squares of First n Even Numbers)
  • ⇒ Sum = 2n×(2n+1)×(2×2n + 1)/6 – 2n(n+1)(2n+1)/3
  • ⇒ Sum = 2n(2n+1)/6 [4n+1 – 2(n+1)]
  • ⇒ Sum = n(2n+1)/3 × (2n-1)

Sum = n(2n+1)(2n-1)/3

Example: Find the sum of squares of the first 3 odd numbers.

We know that,

Sum = n(2n+1)(2n-1)/3

n = 3

⇒ Sum = 3(2×3 + 1)(2×3 – 1)/3

⇒ Sum = 35…(i)

Verification:

Sum = 12 + 32 + 52 

⇒ Sum = 1 + 9 + 25

⇒ Sum = 35…(ii)

From eq(i) and eq(ii) Formula is Verified

Sum of Squares of Two and Three Natural Numbers

Finding sum of square for smaller numbers is easy but finding sum od square for bigger numbers can be tricky some time and we can easily calculate their some by using some algebric identities. Let’s take two number ‘a’ and ‘b’ then sum of square of ‘a’ and ‘b’ is found as:

a2 + b2 = (a+b)2 – 2ab

For three numbers ‘a’, ‘b’, and ‘c’ then its square is found using algebric identities:

a2 + b2 + c2 = (a + b + c)2 – 2ab – 2bc – 2ca

Sum of Squares in Geometry

Sum of Square is geometry are generally seen in right angled triangle, take a right angle triangle PQR as shown in the image added below, and then using Pythagoras Theorem we can say that:

Right-Triangle-Formula-1-(2)

PQ2 + QR2 = PR2

We can also represent the Pythagoras Thorem as:

(Base)2 + (Perpendicular)2 = (Hypotenuse)2

Related Articles

Arithmetic Progression

Geometric Progression

Mean

Median

Mode

Variance

Conclusion of Sum of Squares of n Natural Numbers

Sum of the squares of the first n natural numbers is a crucial mathematical concept that finds applications in various areas such as geometry, physics, and statistics. It represents the cumulative total obtained by squaring each natural number from 1 to n and then summing these squared values. This sum is fundamental for calculating quantities like areas, moments of inertia, and statistical measures. Understanding the concept of summing the squares of natural numbers enhances mathematical reasoning and problem-solving skills across different fields of study.

Sum of Squares of n Natural Numbers Solved Questions

Question 1: Find the sum of the squares of 9 and 11.

Solution:

Using formula a2 + b2 = (a +b)2 – 2ab,

= 92 + 112

= (9 + 11)2 – 2 × 9 × 11

= 202 – 198

= 400- 198 = 202…(i)

Verification

92 + 112 = 81 + 121 = 202…(ii)

From eq(i) and (ii) verified.

Question 2: Find 3 consecutive natural numbers if the sum of their squares is 50?

Solution:

Let the three number be, n, n+1 and n+2.

Given,

n2 + (n+1)2 +(n+2)2 = 50

⇒ n2 + n2 + 2n + 1+ n2 + 4n + 4 = 50

⇒ 3n2 + 6n + 5 = 50

⇒ 3n2 + 6n = 45

Dividing by 3,

n2 + 2n = 15

⇒ n2 + 2n – 15 = 0

⇒ n2 + 5n – 3n – 15 = 0

⇒ (n + 5)(n – 3) = 0

According to question, ‘n’ cannot be negative.

Thus, n – 3 = 0

⇒ n = 3

Hence, required number are,

n, n+1 and n+2 = 3, 4, and 5

Question 3: Find the sum of the squares of the first 14 odd numbers.

Solution:

Formula for sum of the squares of n odd numbers = [n(2n+1)(2n-1)]/3

Here n = 14

[n(2n+1)(2n-1)]/3

= 14(29)(27)/3

= 3654

Practice Questions on Sum of Squares of n Natural Numbers

Q1: Square of sum of 2 numbers is 100. The product of the numbers is 48. What is the sum of their squares?

Q2: Simplify: 22 + 32 + 42 + 52…….102

Q3: Simplify: 202 + 302 + 402 + 502…….1002

Q4: Simplify: 12 + 32 + 52 + 72…….212

Sum of Squares of n Natural Numbers – FAQs

What is the formula for the sum of squares of n natural numbers?

Sum of squares of n natural numbers is calculated using the formula, Σn2 = 12 + 22 + 32 + … + n2 = [n(n+1)(2n+1)] / 6.

What is the sum of square numbers in algebra?

Sum of square in algebra is an identity that is some times used to solve various problems these identities are,

  • a2 + b2 = (a + b)2 – 2ab
  • a2 + b2 + c2 = (a + b + c)2 – 2ab -2bc -2ca

What is the sum of squares of 100 natural numbers from 1 to 100?

Sum of Squares of 100 Natural numbers from 1 to 100 is 338,350.

How to Calculate the sum of squares up to n?

Sum of squares = n(n + 1)(2n + 1) / 6

What is the formula of sum of squares?

Formula for sum of square is, a2 + b2 and is calculated as a2 + b2 = (a + b)2 – 2ab.

What is the sum of squares of even natural numbers?

Formula for sum of squares of even natural numbers is given as, Σ(2n)2 = [2n(n + 1)(2n + 1)] /3.

What is the sum of squares of odd natural numbers?

Formula for sum of squares of odd natural numbers is given as, Σ(2n – 1)2 = [n(2n + 1)(2n – 1)] /3.

What are the 2 natural numbers, the sum of whose squares is 52?

Let’s denote the two natural numbers as x and y. According to the given condition, we have: x2+y2 = 52. We need to find two natural numbers whose sum of squares is 52. By trying different combinations, we find that 42+62 = 16+36 = 52. So, the two natural numbers are 4 and 6.

The sum of the squares of three consecutive natural numbers is 2030. what is the middle number?

Let’s denote the three consecutive natural numbers as x−1, x, and x+1. According to the given condition, we have: (x−1)2 + x2 + (x+1)2 =2030

Expanding and simplifying the equation, we get:

3x2+2 = 2030

3x2 = 2028

x2 = 676

x = 26

So, the middle number is x = 26.

Find two natural numbers, the sum of whose squares is 25 times their sum and also equal to 50 times their difference?

Let’s denote the two natural numbers as x and y. According to the problem, we have the following equations:

x2+y2 = 25(x+y) ……………(1)

x2+y2 = 50(x−y) ……………(2)

Combining equations (1) and (2), we get:

25(x+y) = 50(x−y)

⇒ x+y = 2(x−y) = 2x−2y

⇒ y+2y = 2x−x

⇒ 3y = x

Thus, x=3y. Substituting x in equation (1), we get:

x2+y2 = 25(x+y)

⇒ (3y)2 + y2 = 25(3y+y)

⇒ 9y2+y2 = 25×4y

⇒ 10y2 = 100y

⇒ y2 =10y

⇒ y=0 or 10

However, y cannot be 0 as it’s a natural number. Therefore, y=10 and consequently x=3y=30.

Hence, the two numbers are 10 and 30.



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads