An arithmetic progression (AP) is a sequence of numbers in which the difference between any two consecutive terms is always constant. This constant difference is called the common difference and is usually denoted by d. Sequences of this kind appear all around us: the odd numbers 1, 3, 5, 7, ..., the even numbers, the number of seats in rows of an auditorium, and the amounts saved month after month.
This chapter develops the two fundamental tools of AP: the formula for the nth term, which locates any term in the sequence directly, and the formula for the sum of the first n terms, which adds up long sequences quickly. These formulas convert repetitive arithmetic into simple calculations and are used in a wide range of problems.
Arithmetic progressions are the simplest and most important class of sequences studied at the school level. They form the stepping stone to understanding series in higher mathematics, and they appear repeatedly in competitive examinations. The ability to identify an AP, extract its first term and common difference, and apply the formulas is a core skill evaluated in the board examination.
A sequence a1, a2, a3, ..., an is called an arithmetic progression if: a2 - a1 = a3 - a2 = ... = a(n) - a(n-1) = d (constant)
The number d is the common difference, and the first term is denoted by a (or a1).
Example: The sequence 2, 5, 8, 11, ... is an AP with a = 2 and d = 3, since each term is 3 more than the previous one.
Important points: - The common difference d may be positive, negative, or zero. - If d is positive, the AP is increasing; if negative, it is decreasing; if zero, all terms are equal. - The terms of an AP can be written as: a, a + d, a + 2d, a + 3d, ...
The nth term of an AP with first term a and common difference d is given by: a(n) = a + (n - 1)d
Here n is a natural number (the position of the term). This formula is derived by observing the pattern: a1 = a = a + 0d a2 = a + d = a + 1d a3 = a + 2d ... a(n) = a + (n - 1)d
Example: Find the 10th term of the AP 2, 5, 8, 11, ... a = 2, d = 3, n = 10. a(10) = 2 + (10 - 1)3 = 2 + 27 = 29.
The nth term formula also lets us check whether a given number belongs to the sequence by setting a(n) equal to the number and checking if n is a natural number.
The sum of the first n terms of an AP is denoted by S(n) and is given by: S(n) = n/2 [2a + (n - 1)d]
An equivalent form using the last term l = a(n): S(n) = n/2 [a + l]
where l = a + (n - 1)d.
Example: Find the sum of the first 20 terms of the AP 2, 5, 8, 11, ... S(20) = 20/2 [2(2) + (20 - 1)3] = 10 [4 + 57] = 10 x 61 = 610.
The formula S(n) = n/2 [a + l] is especially convenient when the last term is known directly, as in the sum of the first n natural numbers: 1 + 2 + 3 + ... + n = n(n + 1)/2.
For any AP, the nth term can be obtained from consecutive sums: a(n) = S(n) - S(n - 1)
This relationship is used when the sum formula is given in terms of n and we are asked to find a particular term. It also serves as a useful check on computations.
Example: If S(n) = 3n^2 + 5n, then S(1) = 8, so a1 = 8. Also a(n) = S(n) - S(n - 1) = (3n^2 + 5n) - [3(n - 1)^2 + 5(n - 1)] = 3n^2 + 5n - 3n^2 + 6n - 3 - 5n + 5 = 6n + 2. Hence the AP is 8, 14, 20, ...
The steps to solve AP word problems are:
Common situations include sums of money saved monthly, seating arrangements, accumulation of interest-like additions, the sum of the first n natural numbers, and problems on three or four numbers in AP. When a question says "three numbers are in AP", take them as a - d, a, a + d; for four numbers, take a - 3d, a - d, a + d, a + 3d, so that the sum simplifies nicely.
| Quantity | Formula | Remarks |
|---|---|---|
| Common difference | d = a2 - a1 | Constant for an AP |
| nth term | a(n) = a + (n - 1)d | Gives any term directly |
| Last term | l = a + (n - 1)d | Same as nth term |
| Sum of first n terms | S(n) = n/2 [2a + (n - 1)d] | In terms of a and d |
| Sum using last term | S(n) = n/2 [a + l] | When l is known |
| nth term from sum | a(n) = S(n) - S(n - 1) | Used in sum-relation problems |
| Sequence | First Term a | Common Difference d | 10th Term |
|---|---|---|---|
| 2, 5, 8, 11, ... | 2 | 3 | 29 |
| 10, 7, 4, 1, ... | 10 | -3 | -17 |
| 5, 5, 5, 5, ... | 5 | 0 | 5 |
| 1, 3, 5, 7, ... | 1 | 2 | 19 |
Arithmetic progressions provide one of the simplest yet most powerful ways to describe and sum patterned sequences. The nth term and sum formulas transform repetitive addition into direct calculation, and the concept of a common difference gives a clear way to recognise and analyse such sequences. Whether applied to natural numbers, savings schemes, or seating arrangements, AP problems teach a disciplined, formula-driven approach to problem solving. This chapter is a guaranteed source of marks in board examinations and lays the essential groundwork for the study of series, financial mathematics, and higher calculus.