- Introduction -
What is an arithmetic sequence (also called an arithmetic progression)?
Have a look at this example of an arithmetic sequence, consisting of six terms, similar to the one entered on this page. Starting with the first term:
- 1/2, - 1, - 3/2, - 2, - 5/2, - 3.
An arithmetic sequence is an ordered set of numbers (in ascending or descending order) in which the difference between any two consecutive terms is the same. This difference is called the common difference of the arithmetic sequence. The ordered numbers are called the terms of the sequence.
The common difference of the sequence is calculated by subtracting any two consecutive terms, ak - ak-1:
- 3 - (- 5/2) = - 5/2 - (- 2) = - 2 - (- 3/2) = - 3/2 - (- 1) = - 1 - (- 1/2) = - 1/2
The difference between a sequence and a series.
When the terms of the ordered set of numbers are written as a comma separated string, we call this an arithmetic sequence.
When the same terms are written as a summation, then we call this an arithmetic series.
What does an arithmetic sequence look like, in general?
If we call a = the first term of an arithmetic sequence, d = the common difference, n = the number of terms in the sequence, then the terms of the arithmetic sequence will be:
The first term: a
In our progression this term is: - 1/2
The second term:
a2 = a + d
The third term:
a3 = a2 + d = a + d + d = a + 2 × d
The fourth term:
a4 = a3 + d = a + 2 × d + d = a + 3 × d
...
The kth term:
ak = ak-1 + d = a + (k - 2) × d + d = a + (k - 1) × d
...
The nth term, the last one:
an = an-1 + d = a + (n - 2) × d + d = a + (n - 1) × d
In our progression this term is: - 20.5
How to get to the formula for the Sum Sn of an arithmetic series terms?
We write the arithmetic series in two ways.
First we write it from the term a to the term an, then we write it "inverted", from the term an to a:
Sn = a + a2 + a3 + ... + a(n-2) + a(n-1) + an
Sn = an + a(n-1) + a(n-2) + ... + a3 + a2 + a
Then we add up the two identical series Sn, which were written differently:
Sn + Sn = (a + an) + (a2 + a(n-1)) + (a3 + a(n-2)) + ... + (a(n-2) + a3) + (a(n-1) + a2) + (an + a) =>
2 × Sn = (a + a + (n - 1) × d) + (a + d + a + (n - 2) × d) + (a + 2 × d + a + (n - 3) × d) + ... + (a + (n - 3) × d + a + 2 × d) + (a + (n - 2) × d + a + d) + (a + (n - 1) × d + a) =>
2 × Sn = (2 × a + (n - 1) × d) + (2 × a + (n - 1) × d) + (2 × a + (n - 1) × d) + ... + (2 × a + (n - 1) × d) + (2 × a + (n - 1) × d) + (2 × a + (n - 1) × d) =>
2 × Sn = n × (2 × a + (n - 1) × d) =>
Sn = n/2 × (2 × a + (n - 1) × d)
The formula for the sum of an arithmetic series:
Sn = n/2 × (2 × a + (n - 1) × d)
n = the number of terms in the arithmetic series
a = the first term of the arithmetic series
d = the common difference of the arithmetic series
an = the last term of the arithmetic series
Furthermore, knowing that an = a + (n - 1) × d
We can also write the sum Sn in the form:
Sn = n/2 × (a + an)
- Detailed Calculation -
Given the First Term, - 1/2, the Common Difference, - 1/2, and the Last Term, - 20.5, How to Calculate the Sum of the Terms of this Arithmetic Series, Sn?
We need to calculate the number of terms in the series first.
We use the formula of the last term, an:
an = a + (n - 1) × d =>
an - a = (n - 1) × d =>
(an - a) ÷ d = (n - 1) =>
(an - a) ÷ d + 1 = n =>
n = (an - a) ÷ d + 1
Substitute for the known values in the formula of n:
n =
(an - a) ÷ d + 1 =
(- 20.5 - (- 1/2)) ÷ - 1/2 + 1 =
(- 20.5 + 1/2) ÷ - 1/2 + 1 =
(- 205/10 + 1/2) ÷ - 1/2 + 1 =
- 20 ÷ - 1/2 + 1 =
- 20 × - 2/1 + 1 =
40 + 1 =
41
Calculate the Sum of the Terms of this Arithmetic Sequence (Series)
Use one of the two formulas:
Formula no. 1:
Sn = n/2 × (a + an)
Formula no. 2:
Sn = n/2 × (2 × a + (n - 1) × d)
Formula no. 1:
Sn = n/2 × (a + an)
Sn =
41/2 × (- 1/2 + (- 20.5)) =
41/2 × (- 1/2 - 20.5) =
41/2 × (- 1/2 - 205/10) =
41/2 × - 21 =
(41 × - 21)/2 =
- 861 ÷ 2 =
- 430.5