Arithmetic Progression
"An AP grows by ADDING the same number each time. The mathematics is elegant — and highly tested."
Definition
A sequence where a₂−a₁ = a₃−a₂ = ... = d (COMMON DIFFERENCE). d can be positive, negative, or zero.
nth Term: aₙ = a + (n−1)d
a = first term. d = common difference.
Sum of First n Terms — Two Forms
- Sₙ = n/2[2a + (n−1)d] — when you know a and d.
- Sₙ = n/2(a + l) — when you know first AND last terms (l = aₙ).
- 'The sum is the AVERAGE of first and last, multiplied by n.'
Key Trick: Sₙ − Sₙ₋₁ = aₙ
Finding the nth term from sums.
Common Mistakes
- Confusing AP (add d) with GP (multiply by r).
- In Sₙ formula, the (n−1) factor — students often write n instead.
Worked Examples — nth Term
Example 1 — Find the 10th Term
AP: 2, 7, 12, 17, ... Find a₁₀. a = 2, d = 7−2 = 5. a₁₀ = 2 + (10−1)×5 = 2 + 45 = 47.
Example 2 — Find the Term Number
Which term of the AP: 21, 18, 15, ... is −81? a = 21, d = −3. aₙ = 21 + (n−1)(−3) = 24 − 3n. Set 24 − 3n = −81 → 3n = 105 → n = 35. The 35th term is −81.
Example 3 — Three Numbers in AP
Three numbers in AP have sum 15 and product 80. Find them. Let numbers be a−d, a, a+d. Sum: 3a = 15 → a = 5. Product: (5−d)×5×(5+d) = 80 → 5(25−d²) = 80 → 25−d² = 16 → d² = 9 → d = ±3. Numbers: 2, 5, 8 or 8, 5, 2.
Example 4 — Two APs with Same Common Difference
Two APs have the same common difference. The difference between their 100th terms is 100. Find the difference between their 1000th terms. Let first terms be a₁ and a₂. a₁₀₀ − b₁₀₀ = [a₁+99d] − [a₂+99d] = a₁−a₂ = 100. a₁₀₀₀ − b₁₀₀₀ = [a₁+999d] − [a₂+999d] = a₁−a₂ = 100. 'The difference between corresponding terms of two APs with the SAME common difference is CONSTANT.'
Sum of n Terms — Derivation and Examples
Derivation of Sₙ = n/2[2a + (n−1)d]
Sₙ = a + (a+d) + (a+2d) + ... + [a+(n−2)d] + [a+(n−1)d] Reverse: Sₙ = [a+(n−1)d] + [a+(n−2)d] + ... + (a+d) + a Add: 2Sₙ = [2a+(n−1)d] + [2a+(n−1)d] + ... + [2a+(n−1)d] (n terms) 2Sₙ = n[2a+(n−1)d] → Sₙ = n/2[2a+(n−1)d]
'This is the Gauss pairing method — each pair sums to the SAME value.'
Example 5 — Sum of First n Terms
Find S₂₀ for AP: 5, 8, 11, 14, ... a = 5, d = 3. S₂₀ = 20/2[2×5 + (20−1)×3] = 10[10 + 57] = 670.
Example 6 — Finding n Given Sum
How many terms of AP: 24, 21, 18, ... give sum 78? a = 24, d = −3. Sₙ = n/2[48 + (n−1)(−3)] = n/2[51 − 3n] = 78. n[51−3n] = 156 → 51n − 3n² = 156 → 3n² − 51n + 156 = 0 → n² − 17n + 52 = 0. (n−4)(n−13) = 0 → n = 4 or n = 13. Both valid: S₄ = 78 and S₁₃ = 78 (after n=4, terms become negative, sum first decreases then returns to 78).
Example 7 — Sum of First n Natural Numbers
Find S₁₀₀ for natural numbers 1, 2, 3, ..., 100. a = 1, d = 1, n = 100. S₁₀₀ = 100/2[2×1 + (100−1)×1] = 50[2 + 99] = 5050. 'Shortcut: Sum of first n natural numbers = n(n+1)/2.'
Example 8 — Real-life Savings
A man saves ₹5 in week 1, ₹7 in week 2, ₹9 in week 3, and so on. Find total savings after 52 weeks. a = 5, d = 2, n = 52. S₅₂ = 52/2[10 + 51×2] = 26[10 + 102] = 26×112 = ₹2912.
Example 9 — Real-life Penalty
A contractor pays ₹200 penalty for day 1, ₹250 for day 2, ₹300 for day 3, and so on. Find total penalty for 30 days. a = 200, d = 50, n = 30. S₃₀ = 30/2[400 + 29×50] = 15[400 + 1450] = 15×1850 = ₹27,750.
Key Derivations
nth term from sum: aₙ = Sₙ − Sₙ₋₁. This is useful when sums are given but terms are not directly known.
Sum of n terms of an AP with first term a and last term l: Sₙ = n/2(a+l). 'This is the AVERAGE of first and last terms multiplied by the number of terms.'
AP Exam Focus
| Topic | Marks | Frequency |
|---|---|---|
| nth term identification | 2-3 | Very Common |
| Sum of n terms | 4-5 | Very Common |
| Word problems on AP | 4-5 | Common |
| Finding n or d given conditions | 3-4 | Moderate |
| Real-life applications | 4 | Common |
Self-Test Questions
- Find the 15th term of AP: −3, 1, 5, 9, ... (Answer: a = −3, d = 4, a₁₅ = −3+14×4 = 53)
- Which term of AP: 3, 8, 13, 18, ... is 78? (Answer: 3+(n−1)5 = 78 → n = 16)
- Find S₂₅ for AP: 7, 11, 15, 19, ... (Answer: S₂₅ = 25/2[14+24×4] = 25/2×110 = 1375)
- How many terms of AP: 9, 17, 25, ... sum to 450? (Answer: n/2[18+8(n−1)]=450 → 4n²+5n−450=0 → n = 10)
- Sum of three numbers in AP = 21, sum of squares = 165. Find numbers. (Answer: a=7, d=±2 → 5,7,9)
- A theatre has 20 rows. Row 1 has 30 seats, each subsequent row has 2 more seats. Find total seats. (Answer: S₂₀ = 20/2[60+19×2] = 980 seats)
- Sum of all two-digit natural numbers divisible by 3. (Answer: 12,15,...,99. n=30. S₃₀ = 15[24+29×3] = 1665)
