Introduction
Finding the sum of the first n terms of an Arithmetic Progression (A.P.) is a common and useful pattern in aptitude tests. Many problems ask for total amounts (sums of salaries, distances, scores) where terms form an A.P. Knowing a formulaic and a shortcut approach saves time and reduces arithmetic errors.
Pattern: Sum of n Terms of Arithmetic Progression (A.P.)
Pattern
The sum of the first n terms of an A.P. is given by either formula:
Sₙ = (n/2) × [2a + (n - 1)d] or Sₙ = (n/2) × (a + l)
Where a = first term, d = common difference, n = number of terms, and l = last (nth) term.
Step-by-Step Example
Question
Find the sum of the first 20 terms of the A.P.: 3, 7, 11, 15, …
Solution
-
Step 1: Identify a, d and n:
First term a = 3. Common difference d = 7 - 3 = 4. Number of terms n = 20.
-
Step 2: Find the nth (last) term l (optional):
l = a + (n - 1)d = 3 + (20 - 1)×4 = 3 + 19×4 = 3 + 76 = 79.
-
Step 3: Use the sum formula Sₙ = (n/2) × (a + l):
S₂₀ = (20/2) × (3 + 79) = 10 × 82 = 820.
-
Final Answer:
The sum of the first 20 terms is 820.
-
Quick Check:
Average term = (first + last)/2 = (3 + 79)/2 = 41 → Sum = average × number of terms = 41 × 20 = 820 ✅
Quick Variations
1. Given a, d and n → use Sₙ = (n/2)[2a + (n - 1)d].
2. Given a and l (last term) and n → use Sₙ = (n/2)(a + l).
3. Given two non-consecutive term values (e.g., Tₚ and T_q) and n → first find a and d, then compute Sₙ.
4. Sum of terms in an A.P. with negative d or decreasing sequences → formulas remain the same.
Trick to Always Use
- Step 1 → If you can easily find the last term, use Sₙ = (n/2)(a + l) - it's the fastest.
- Step 2 → If last term is not obvious, use Sₙ = (n/2)[2a + (n - 1)d] and compute (n-1)d first to reduce mistakes.
Summary
Summary
Key takeaways for the Sum of n Terms of an A.P.:
- Two equivalent formulas: Sₙ = (n/2)[2a + (n - 1)d] and Sₙ = (n/2)(a + l).
- Use the (a + l) formula when the last term is known or easy to compute - it reduces arithmetic steps.
- Quick check: average term × number of terms gives the sum.
- Useful for word problems where totals are required (distance, money, seats, etc.).
