Proof of Finite Arithmetic Series Formula

As we know that,

Sn = n/2(a1 + an)

As we know at Sn  is the sum of the arithmetic series of ‘n’ terms, therefore, we can display it like below: 

Sn = 1 + 2 + 3….+ (n-1) + n

Sn = n + (n-1) +…+ 3 + 2 + 1 

Adding both the Sn series we get the following result: 

 2Sn = n+1 + 2+(n-1) + 3+(n-2)…..

2Sn = n(n+1)

Sn = n(n+1)/2

In the above formula, we find that sum of every term on the left-side turn out to be ‘n+1’ for ‘n’ times. 
Hence, we have proved,

Sn = n(n+1)/2 



Arithmetic Series

An ordered list of numbers is called a To findsequence. Each number in the sequence is called a term. The sequence usually has patterns that allow us to predict what the next term of the sequence will be. An arithmetic series is the sum of sequences in which each term is computed from the previous one by adding and subtracting a constant. Or we can say that an arithmetic progression can be defined as a sequence of numbers in which for every pair of consecutive terms, the second number is found by adding a constant number to the previous one. ,

In Arithmetic Series/Progression we come across three terms which are: 

  • Common difference(d)
  • nth term(an)
  • Sum of the first n terms(Sn)

Here, all the above three terms represent the property of the arithmetic progression. 

To find the common difference in the arithmetic progression the following procedure is followed: 

 d = a2 – a1 = a3 – a2 = a4 – a3….. = an-an-1

where,

  • a1, a2, a3….an  are the terms of the series
  • “d” is the common difference which can be positive, negative or zero

    Also, an arithmetic progression can also be written in the form of common difference as shown below: 

a, a + d, a + 2d, a + 3d, a + 4d, ………. , a + (n – 1)d

Where, “a” is the first term of series. 

There are two major formulas while reading arithmetic progression: 

  • nth term of Arithmetic Series 
  • Sum of first n Terms 

nth term of Arithmetic Series

The formula for nth term is,

an = a + (n−1)d

where,

  • a is the first term
  • d is the common difference
  • n is the number of terms
  • an is the nth term

Similar Reads

Sum of First n Terms

The sum of first “n” terms of the series can be easily found is we know the first term of the series and total terms. The formula for finding the sum of first “n” terms is:...

Arithmetic Series Sigma Notation

Sigma notation looks like the below:...

Arithmetic Series Sum Expression

When we get the arithmetic series expression like below:...

Arithmetic Series Recursive Formula

Recursive Formula gives to two information:...

Proof of Finite Arithmetic Series Formula

As we know that,...