Chapter in a nutshell: An Arithmetic Progression (AP) is a sequence where each term differs from the previous by a fixed common difference $d$. You must find the $n$th term and the sum of $n$ terms, and use clever ways of choosing terms in problems.
1. Key Ideas
- AP: $a,\ a+d,\ a+2d,\ \dots$ โ constant common difference $d = a_2-a_1$.
- First term $a$ (or $a_1$); $n$th (general) term $a_n$; last term $l$; number of terms $n$.
2. Formulas (quick reference โ all of them)
- $n$th term: $\;a_n = a+(n-1)d$
- Common difference: $\;d=a_n-a_{n-1}$
- Last term: $\;l=a+(n-1)d$
- Number of terms: $\;n=\dfrac{l-a}{d}+1$
- Sum of $n$ terms: $\;S_n=\dfrac{n}{2}\big[\,2a+(n-1)d\,\big]$
- Sum (using last term): $\;S_n=\dfrac{n}{2}\,(a+l)$
- $n$th term from the sum: $\;a_n=S_n-S_{n-1}$
- Sum of first $n$ natural numbers: $\;1+2+\dots+n=\dfrac{n(n+1)}{2}$
- Sum of first $n$ odd numbers $=n^2$; of first $n$ even numbers $=n(n+1)$.
- Arithmetic mean of a, b: $\dfrac{a+b}{2}$.
3. Choosing Terms Cleverly (technique)
- 3 terms in AP: $a-d,\ a,\ a+d$ (sum = 3a).
- 4 terms in AP: $a-3d,\ a-d,\ a+d,\ a+3d$ (common difference 2d).
- 5 terms: $a-2d,\ a-d,\ a,\ a+d,\ a+2d$.
4. Prerequisite Ideas
- Meaning of a sequence/series; basic linear equations (to solve for a, d, n).
5. Worked Example (one, for the method)
Q. Find the 15th term and the sum of the first 15 terms of 3, 7, 11, โฆ Solution: a = 3, d = 4. $a_{15}=3+14(4)=59$. $S_{15}=\frac{15}{2}(3+59)=15\times31=465$.6. Common Mistakes to Avoid
- Using $n$ instead of $(n-1)$ in the $n$th-term formula.
- Forgetting $d$ can be negative (decreasing AP).
- Mixing $S_n=\frac{n}{2}[2a+(n-1)d]$ with $S_n=\frac{n}{2}(a+l)$ โ use $l$ only when the last term is known.
- Wrong count of terms: $n=\frac{l-a}{d}+1$ (don't forget the +1).
7. Likely Exam Questions (with crisp answers)
- What is an AP? โ A sequence with a constant common difference.
- Write the formula for the $n$th term. โ $a_n=a+(n-1)d$.
- Write both sum formulas. โ $S_n=\frac{n}{2}[2a+(n-1)d]=\frac{n}{2}(a+l)$.
- How do you find $d$? โ Subtract any term from the next ($a_n-a_{n-1}$).
- How are 3 numbers in AP usually taken? โ $a-d,\ a,\ a+d$.
- Find $a_n$ from sums. โ $a_n=S_n-S_{n-1}$.
- Sum of first $n$ natural numbers? โ $\frac{n(n+1)}{2}$.
- AM of two numbers a and b? โ $\frac{a+b}{2}$.
- Number of terms from a to l with difference d? โ $\frac{l-a}{d}+1$.
- Sum of first $n$ odd numbers? โ $n^2$.
Extended & Prerequisite Formulas (full)
- $a_n=a+(n-1)d$; $S_n=\tfrac{n}{2}[2a+(n-1)d]=\tfrac{n}{2}(a+l)$; $a_n=S_n-S_{n-1}$; $n=\tfrac{l-a}{d}+1$.
- 3 terms: aโd,a,a+d; 4 terms: aโ3d,aโd,a+d,a+3d.
- Standard sums (prereq): $\sum n=\tfrac{n(n+1)}{2}$; $\sum n^2=\tfrac{n(n+1)(2n+1)}{6}$; $\sum n^3=\left[\tfrac{n(n+1)}{2}\right]^2$; first n odd = nยฒ; first n even = n(n+1).
- Arithmetic mean of a,b = (a+b)/2.