📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

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.

2. Definition and Basic Terms

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, ...

3. General Term (nth Term) of an AP

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.

4. Sum of the First n Terms of an AP

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.

5. Relationship Between a(n) and S(n)

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, ...

6. Word Problems on AP

The steps to solve AP word problems are:

  1. Identify the quantities that form the sequence and write them in order.
  2. Extract the first term a and common difference d.
  3. Decide whether the problem asks for a term (use the nth term formula) or a total (use the sum formula).
  4. Substitute and solve, then interpret the answer in context.

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.

Quick Revision Tables

Table 1: Formulas of AP

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

Table 2: Common AP Examples

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

Mind Map

graph TD A["Arithmetic Progressions"] --> B["Basic Terms"] A --> C["nth Term Formula"] A --> D["Sum Formula"] A --> E["Applications"] B --> B1["First term a"] B --> B2["Common difference d"] C --> C1["a(n) = a + (n - 1)d"] D --> D1["S(n) = n/2 [2a + (n-1)d]"] D --> D2["S(n) = n/2 [a + l]"] E --> E1["Word problems"] E --> E2["Sum of natural numbers = n(n+1)/2"]

Important Diagrams (SVG)

Diagram 1: Visualising an AP on a Number Line

AP: 2, 5, 8, 11, 14 with a = 2, d = 3 2 5 8 11 a1 = a a2 = a + d a3 = a + 2d a4 = a + 3d Each step adds d = 3 nth term: a(n) = a + (n - 1)d 10th term = 2 + 9 x 3 = 29 Golden Rule: a(n) = a + (n - 1)d. Note the (n - 1), not n.

Diagram 2: Sum Formula Pictorial

Sum of AP Terms Using S(n) = n/2 [2a + (n-1)d] 2 (a1) 5 (a2) 8 (a3) 11 (a4) Sum of first n terms adds all blocks S(20) = 20/2 [2 x 2 + 19 x 3] = 10 [4 + 57] = 610 Special case: Sum of first n natural numbers 1 + 2 + 3 + ... + n = n(n + 1)/2 Example: 1 + 2 + ... + 100 = 100 x 101/2 = 5050 Golden Rule: If last term l is known, use S(n) = n/2 [a + l] to save steps.

Common Mistakes

  1. Using a(n) = a + nd instead of a(n) = a + (n - 1)d. The first term uses (1 - 1) = 0 multiples of d, so the formula must have (n - 1).
  2. Confusing the common difference sign: in a decreasing AP like 10, 7, 4, the common difference is -3, not 3.
  3. Finding the number of terms n incorrectly, especially in the last-term problems where n must be solved from l = a + (n - 1)d.
  4. Applying the sum formula with the wrong coefficient: S(n) = n/2 [2a + (n - 1)d], not n [2a + (n - 1)d].
  5. Assuming every sequence is an AP without checking that the difference between consecutive terms is constant.
  6. In word problems, taking three numbers in AP as a, a + d, a + 2d and making the sums harder, instead of using a - d, a, a + d.
  7. Forgetting that a(n) = S(n) - S(n - 1) holds only for n greater than or equal to 2, and computing a1 separately as S(1).

Exam Tips

  1. Write a and d explicitly at the start of every AP problem; this organises the solution and earns method marks.
  2. For "which term of the AP is ..." questions, set a + (n - 1)d equal to the given number and verify that n is a natural number.
  3. Use the sum formula S(n) = n/2 [a + l] when the last term is directly available, as in sums of first n natural numbers.
  4. In word problems, clearly frame the sequence first and state whether the question needs a single term or a sum.
  5. For problems on three/four numbers in AP, choose symmetric representations to make the sum equations trivial.
  6. Practise the relationship a(n) = S(n) - S(n - 1), as questions giving S(n) as a function of n are common in exams.
  7. Always check whether the common difference is positive, negative, or zero, and choose the correct sign in computations.

Conclusion

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.