The first few terms of the series are:
- 1st term = 1
- 2nd term = 1.5
- 3rd term = 2
- 4th term = 2.5
- 5th term = 3
The difference between consecutive terms:
- 1.5 - 1 = 0.5
- 2 - 1.5 = 0.5
- 2.5 - 2 = 0.5
Since the difference is constant (always 0.5), this is an Arithmetic Progression (AP).
For this AP:
First term (a) = 1
Common difference (d) = 0.5
The formula for sum of n terms of an AP is:
Sn=2n[2a+(n−1)d]
Substituting the values:
Sn=2n[2(1)+(n−1)(0.5)]
Sn=2n[2+0.5n−0.5]
Sn=2n[1.5+0.5n]
Taking out 0.5 as common from the bracket:
Sn=2n×0.5[3+n]
Sn=2n×0.5[3+n]
Sn=4n[n+3]
Sn=4n(n+3)
Therefore, the sum of n terms of the series is 4n(n+3).