List of terms in a specific order is called a sequence.
E.g. First 10 prime numbers in ascending order.
Sum of terms in a sequence is called a series.
E.g. Sum of first 10 prime numbers.
Sequence with a specific formula to derive its next term is called a progression.
E.g. First 10 natural numbers in ascending order.
| 1. | n ∑ r = 1 k | = | k + k + ... n times | = | nk |
| 2. | n ∑ r = 1 r | = | 1 + 2 + 3 + ... + n | = | n (n + 1) 2 |
| 3. | n ∑ r = 1 r2 | = | 12 + 22 + ... + n2 | = | n (n + 1) (2n + 1) 6 |
| 4. | n ∑ r = 1 r3 | = | 13 + 23 + ... + n3 | = | n2 (n + 1)2 4 |
A progression in which each term is derived by adding a constant to its preceding term is called Arithmetic Progression.
a, a + d, a + 2d, a + 3d, ...
tn = a + (n − 1)d
| tn | : nth term |
| a | : First term |
| d | : Common difference |
| Sn | = | n 2 [2a + (n − 1)d] |
| = | n 2 (a + tn) |
| n | : Number of terms |
| a | : First term |
| tn | : nth term or last term |
A progression in which each term is derived by multiplying a constant with its preceding term is called Geometric Progression.
a, ar, ar2, ar3, ...
tn = arn - 1
| tn | : nth term |
| a | : First term |
| r | : Common ratio |
| Sn | = | a (1 − rn) 1 − r , if r ≠ 1 |
| = | na , if r = 1 |
A progression in which each term is derived by taking the reciprocal of its corresponding term in arithmetic progression is called Harmonic Progression.
1 a , 1 a + d , 1 a + 2d , ...
tn = 1 a + (n − 1)d
| tn | : nth term |
| a | : First term in AP |
| d | : Common difference in AP |
Sn = 1 d ln ( 2a + (2n − 1)d 2a − d )