| Formula | Expression |
|---|---|
| nth term | = a + (n-1)d |
| Sum of n terms | = n/2 * [2a + (n-1)d] |
| Sum (alternate) | = n/2 * (a + l) where l = last term |
| Number of terms | n = + 1 |
| Common difference | d = - |
| Middle term (odd n) | a_{} = / n |
| AP condition | 2b = a + c |
Useful tricks:
- If = + Bn + C, then AP only if C = 0. Then = A+B, d = 2A.
- = - for n >= 2
- Sum of AP = number of terms * middle term (or average of first and last)
- For 3 terms in AP, assume a-d, a, a+d (sum = 3a automatically)
- For 4 terms in AP, assume a-3d, a-d, a+d, a+3d (common diff = 2d)