Exercise 6.3 — Sum of AP
Sum of n terms of an arithmetic progression.
Exercise 6.3 — Sum of n Terms of an Arithmetic Progression
Exercise 6.3 introduces the second major formula of Chapter 6 — after learning to find any individual term (an) of an AP in Exercise 6.2, this exercise asks a different question: what is the total when you add up the first n terms of an AP? This single formula unlocks problems ranging from simple number sums to real-life situations like total savings, total distance, or total seating capacity.
Where This Formula Comes From
The sum formula is derived by writing the series forwards and backwards, then adding the two together — every pair (first + last, second + second-last, and so on) gives the same total, 2a + (n−1)d. Since there are n such pairs, but each term has been counted twice, the actual sum is half of n × [2a + (n−1)d].
Sₙ = n/2 [2a + (n−1)d] = n/2 (a + l)
Worked Example 1 — Using a, d and n
Worked Example 2 — Using First Term, Last Term and n
Sum of the First n Natural Numbers
A special and extremely common case is the sum of the first n natural numbers — 1, 2, 3, ..., n. This is simply an AP with a = 1 and d = 1, so substituting into the sum formula gives a shortcut worth memorising directly:
Sum of first n natural numbers = n(n+1)/2
Worked Example 3 — Finding n When the Sum Is Given
Real-Life Application
Sum-of-AP questions frequently appear as word problems — total savings over months with a fixed monthly increase, total logs stacked in rows that decrease by a fixed amount, or total prize money distributed in unequal instalments that form an AP. The method is always the same: identify a, d and n (or a, l and n) from the situation, then apply the appropriate sum formula.
Common Mistakes to Avoid
- Confusing aₙ (nth term) with Sₙ (sum of n terms): These are two completely different formulas — aₙ gives one term, Sₙ gives a total. Read the question carefully to see which one is actually being asked for.
- Forgetting to find n first: In problems where the last term is given but n is not, you must calculate n using the nth-term formula before you can use Sₙ = n/2(a+l).
- Sign errors with negative common difference: As in Worked Example 1, a negative d must be carried through every bracket carefully.
- Not rejecting invalid roots: When Sₙ = 636 leads to a quadratic in n, always reject negative or non-integer solutions — n must be a positive whole number.
- Mixing up the two sum formula forms: Using n/2(a+l) without actually knowing the last term (l) is a frequent error — check which values the question actually gives you before choosing a formula.
Quick Reference — Key Formulas from This Exercise
| Formula | When to Use |
|---|---|
Sₙ = n/2 [2a + (n−1)d] | When a, d and n are known |
Sₙ = n/2 (a + l) | When first term, last term and n are known |
Sum of first n natural numbers = n(n+1)/2 | Special case: a = 1, d = 1 |
What This Exercise Prepares You For
The sum-of-AP formula connects directly to Exercise 6.2 — nth Term of AP, since finding n or the last term is often the first step before applying the sum formula. It also lays the groundwork for Exercise 6.4 — Geometric Progression, where a parallel but different sum formula is introduced for progressions that grow by multiplication instead of addition.