Arithmetic Progressions
Chapter 5 | Mathematics
Complete NCERT notes, nth term formula, sum of n terms, properties, selection of terms in AP, word problems, and key points for CBSE Class 10 Board Exam 2025-26.
š Introduction to Arithmetic Progression (AP)
An Arithmetic Progression (AP) is a sequence of numbers in which the difference between any two consecutive terms is constant. This constant difference is called the common difference (d).
š” The common difference can be positive, negative, or zero.
š nth Term of an AP
š Example
Find the 10th term of AP: 5, 9, 13, 17,...
a = 5, d = 4, n = 10
aāā = 5 + (10-1)Ć4 = 5 + 36 = 41
š” Also: If aā and aā are given, d = (aā - aā)/(m - n)
ā Sum of First n Terms of an AP
š Example
Find sum of first 20 terms of AP: 2, 7, 12, 17,...
a = 2, d = 5, n = 20
Sāā = 20/2 [2Ć2 + (20-1)Ć5] = 10 [4 + 95] = 10 Ć 99 = 990
ā” Important Properties of AP
- If a constant is added to each term, the resulting sequence is also an AP with same d.
- If each term is multiplied by a constant, the resulting sequence is also an AP with d multiplied by that constant.
- Three terms in AP can be taken as: a-d, a, a+d
- Four terms in AP: a-3d, a-d, a+d, a+3d
- In an AP, the sum of terms equidistant from beginning and end is constant and equals sum of first and last term.
šÆ Smart Selection of Terms in AP
š 3 Terms
Take as: a-d, a, a+d
Sum = 3a
š 4 Terms
Take as: a-3d, a-d, a+d, a+3d
Sum = 4a
š 5 Terms
Take as: a-2d, a-d, a, a+d, a+2d
Sum = 5a
š 2 Terms
Take as: a, a+d
š” This trick simplifies solving problems where sum and product of terms are given.
š NCERT Solved Examples (In-depth)
Example 1: Find nth term
Which term of AP: 3, 8, 13, 18,... is 78?
a = 3, d = 5, aā = 78
78 = 3 + (n-1)Ć5 ā 75 = (n-1)Ć5 ā n-1 = 15 ā n = 16
ā“ 78 is the 16th term.
Example 2: Sum of n terms
Find sum of first 24 terms of AP: 5, 8, 11, 14,...
a = 5, d = 3, n = 24
Sāā = 24/2 [2Ć5 + (24-1)Ć3] = 12 [10 + 69] = 12 Ć 79 = 948
Example 3: Word Problem (Installments)
A man saved ā¹32 in first week, ā¹40 in second week, ā¹48 in third week,... How much does he save in 20 weeks?
AP: 32, 40, 48,... a=32, d=8, n=20
Sāā = 20/2[2Ć32 + 19Ć8] = 10[64 + 152] = 10Ć216 = ā¹2160
Example 4: Selection of terms
Find three numbers in AP whose sum is 15 and product is 80.
Let terms: a-d, a, a+d
Sum = 3a = 15 ā a = 5
Product = (5-d)Ć5Ć(5+d) = 80 ā (25 - d²)Ć5 = 80 ā 25 - d² = 16 ā d² = 9 ā d = ±3
Numbers: 2, 5, 8 or 8, 5, 2
Example 5: Sum of n natural numbers
Find sum of first 100 natural numbers.
AP: 1, 2, 3,...,100 ā a=1, d=1, n=100
Sāāā = 100/2(1+100) = 50Ć101 = 5050
ā Key Points for Board Exam (Deep Research)
- AP is a sequence where difference between consecutive terms is constant.
- nth term formula: aā = a + (n-1)d
- Sum of n terms: Sā = n/2[2a + (n-1)d] = n/2(a + l)
- If a, b, c are in AP ā 2b = a + c
- Three numbers in AP: a-d, a, a+d
- Four numbers in AP: a-3d, a-d, a+d, a+3d
- Sum of first n natural numbers: n(n+1)/2
- Sum of first n odd numbers: n²
- Sum of first n even numbers: n(n+1)
- If Sā is given, term aā = Sā - Sāāā