Special Results (Sums of Special Sequences):
1. Sum of first n natural numbers: \( 1 + 2 + 3 + \dots + n = \frac{n(n+1)}{2} \) This is an AP with \( a = 1, d = 1 \).
2. Sum of first n even numbers: \( 2 + 4 + 6 + \dots + 2n = n(n+1) \) This is an AP with \( a = 2, d = 2 \).
3. Sum of first n odd numbers: \( 1 + 3 + 5 + \dots + (2n-1) = n^2 \) This is an AP with \( a = 1, d = 2 \).
Word Problem Strategies:
- Read the problem carefully and identify what forms the AP.
- Find the first term \( a \) and common difference \( d \).
- Determine whether the problem asks for a particular term (\( a_n \)) or a sum (\( S_n \)).
- Translate words like "each year increase by fixed amount" → \( d \)
- "after n years" → look for \( a_n \) or \( S_n \)
- "total after n days" → usually \( S_n \)
Consecutive integer problems: Three consecutive terms in AP can be taken as: \( a-d, a, a+d \) Four consecutive terms: \( a-3d, a-d, a+d, a+3d \) This simplifies algebra.