In this section, we explore the process of calculating the sum of the first n terms of an arithmetic progression (AP). An AP is defined as a sequence of numbers in which the difference between consecutive terms is constant, known as the common difference (d). The sum of the first n terms can be represented by two formulas: \( S_n = \frac{n}{2} [2a + (n - 1)d] \) and \( S_n = \frac{n}{2} [a + l] \), where 'a' is the first term, 'l' is the last term, and 'n' is the number of terms. To illustrate the application of these formulas, the section presents a practical scenario involving the collection of money over the years and how to compute the total amount efficiently. Historical anecdotes about mathematicians like Gauss are shared to motivate students to appreciate the formulas intuitively. Additionally, examples and exercises are provided to reinforce the understanding of these formulas in diverse contexts.
Example 1: If the sum of the first 15 terms of the AP: 10, 7, 4, ... is 180, find the first term.
Solution: Here, \( a = 10, \ d = 7 - 10 = -3, \ n = 15 \).
We know that
\[ S_n = \frac{n}{2}[2a + (n-1)d] \]
Therefore,
\[ 180 = \frac{15}{2}[2(10) + (15-1)(-3)] \]
Thus, we have
\[ 180 = \frac{15}{2}[20 - 42] \]
So, the first term of the AP is 10.