Arithmetic Progression
Arithmetic Progression
1, 3, 5, 7, ...
and
It is easy to see how these sequences are formed. They each start with a particular first
term, and then to get successive terms we just add a fixed value to the previous term. In
the first sequence we add 2 to get the next term, and in the second sequence we add
10. So the difference between consecutive terms in each sequence is a constant. We
could also subtract a constant instead, because that is just the same as adding a
negative constant. For example, in the sequence
The difference between consecutive terms is −3. Any sequence with this property is
called an arithmetic progression, or AP for short.
1, 3, 5, 7, 9, …
where a = 1 is the first term, and d = 2 is the common difference. If we wanted to write
down the n-th term, we would have -
Tn / L = a + (n - 1)d
Tn / L = the value at the n-th term/ Last Term
a = first term of the sequence
n = position in the sequence
d = difference between the numbers
Exercises
1. In a theater, there are 20 seats in the front row and 30 rows were allotted. Each
successive row contains two additional seats than its front row. How many seats
are there in the last row? (78)
2. The sum of three consecutive terms that are in A.P. is 27 and their product is
288. Find the three terms. (2, 9, 16)
3. The ratio of 6th and 8th term of an A.P. is 7:9. Find the ratio of 9th term to 13th
term. (5:7)
Now this is now a series, as we have added together the n terms of a sequence. This is
an arithmetic series, and we can find its sum by using a trick. Let us write the series
down again, but this time we shall write it down with the terms in reverse order. We get
We are now going to add these two series together. On the left-hand side, we just get
2Sn. But on the right-hand side, we are going to add the terms in the two series so that
each term in the first series will be added to the term vertically below it in the second
series. We get
2Sn = n(a+l).
1
Sn = 2
n(a + l)
We have found the sum of an arithmetic progression in terms of its first and last terms, a
and l, and the number of terms n.
We can also find an expression for the sum in terms of the a, n and the common
difference d. To do this, we just substitute our formula for l into our formula for Sn. From
1
l = a + (n−1) d, Sn = 2
n(a+l)
1
Sn = 2
n(a + a + (n − 1)d)
1
Sn = 2
n(2a + (n − 1) d)
Exercises
1, 3, 5, 7, 9, ....
3. An arithmetic progression has 3 as its first term. Also, the sum of the first 8 terms
3
is twice the sum of the first 5 terms. Find the common difference. ( 4 )