Sum of Finite Arithmetic Series: Formula & Examples

  • Thread starter Thread starter luigihs
  • Start date Start date
  • Tags Tags
    Arithmetic Series
AI Thread Summary
The discussion explains how to determine the sum of a finite arithmetic series using the formula S = n/2(2a + (n-1)d), where 'a' is the first term, 'd' is the common difference, and 'n' is the number of terms. It emphasizes that the average of all terms in the series equals the average of the first and last terms. In the example provided, the series starts at 5 and ends at 45, with the average calculated as 25. The formula is derived by summing the series in two different ways and simplifying. Understanding this formula is essential for calculating the sum of any finite arithmetic series.
luigihs
Messages
86
Reaction score
0
1. Write out in full and determine the sum of the finite arithmetic series

r = 9
Ʃ 5r 5,10,15,20,25,30,35,40 <-- until 9
r=1

But how do I determine the sum of the finite arithmetic series? I forget the formula :/
 
Physics news on Phys.org
luigihs said:
1. Write out in full and determine the sum of the finite arithmetic series

r = 9
Ʃ 5r 5,10,15,20,25,30,35,40 <-- until 9
r=1

But how do I determine the sum of the finite arithmetic series? I forget the formula :/

It's not too hard to find out the formula for yourself!

Start with some general arithmetic series starting with the value 'a' and each successive term has a difference 'd'.

So our summation would go like this:

S=a + (a+d) + (a+2d) +(a+3d)+ ... + (a+(n-1)d) which is a total of n terms.

Now let's look at the same summation, but this time we begin with the last term first, the second last goes second, etc.

S=(a+(n-1)d)+(a+(n-2)d)+...+(a+d)+a

And now let's add both these summations together. The first adjacent terms will be a+(a+(n-1)d)=2a+(n-1)d, the second will be (a+d)+(a+(n-2)d)=2a+(n-1)d and consequently every sum of each two adjacent terms will add up to this, so what we end up with is:

2S=(2a+(n-1)d)+(2a+(n-1)d)+...+(2a+(n-1)d) which has a total of n terms, so we can simplify it into

2S=n(2a+(n-1)d)

S=\frac{n}{2}\left(2a+(n-1)d\right)

Which is the formula you're looking for.
 
A crucial point about arithmetic series is that the average of all numbers in an arthmetic series is the same as the average of the first and last terms.

Here the first term is 5(1)= 5 and the last term is 5(9)= 45 (I don't know why you stopped the series in your post at 40) so the average term is (5+ 45)/2= 50/2= 25.
 
Last edited by a moderator:
Back
Top