Sequence and Series (AP, GP, HP)
What is a Sequence?
A sequence is an ordered list of numbers following a specific pattern or rule.
Example:
2, 4, 6, 8, 10 is a sequence (in this case, AP)
What is a Series?
A series is the sum of terms of a sequence.
If you sum the terms of a sequence, you get a series.
Example:
2 + 4 + 6 + 8 + 10 is a series.
Types of Sequences
We'll focus on three common types:
- AP (Arithmetic Progression)
- GP (Geometric Progression)
- HP (Harmonic Progression)
🔶 Arithmetic Progression (AP)
Definition
In an AP, the difference between any two consecutive terms is constant.
This constant is called the common difference (d).
If is the first term and is the common difference, then:
Key Formulas
-
nth term:
-
Sum of first n terms (Sₙ):
where is the last term.
-
Mean of n terms:
Common Pitfalls and Tips
| Mistake | Fix |
|---|---|
| Using wrong formula for nth term | Double-check if you’re using AP or GP |
| Assuming AP always starts from 1 | Look carefully at the given first term |
| Forgetting to use last term in sum formula | is easiest when last term is known |
AP Examples
Example 1:
Find the 12th term of an AP where ,
Example 2:
Sum of first 50 natural numbers
🔷 Geometric Progression (GP)
Definition
In a GP, the ratio between successive terms is constant.
This is called the common ratio (r).
If is the first term and is the ratio:
Key Formulas
-
nth term:
-
Sum of first n terms (Sₙ):
-
Sum of infinite GP (when ):
Common Pitfalls and Tips
| Mistake | Fix | ||
|---|---|---|---|
| Using infinite sum formula for | Only valid if ( | r | < 1 ) |
| Mixing AP and GP terms | Always check: is the growth additive (AP) or multiplicative (GP)? | ||
| Wrong exponent in nth term | , not |
GP Examples
Example 1:
Find 6th term of GP: 2, 4, 8, 16, ...
Here, ,
Example 2:
Sum of infinite GP with ,
🔸 Harmonic Progression (HP)
Definition
A harmonic progression is a sequence where the reciprocals of the terms form an AP.
If are in HP, then:
Key Formulas
There is no direct formula for nth term or sum of HP, but:
-
nth term of HP:
-
Harmonic Mean (HM) between a and b:
HP Examples
Example 1:
Find the HM of 3 and 6
Example 2:
If are in AP, then corresponding HP is:
Key Differences Between AP, GP, HP
| Feature | AP | GP | HP | ||
|---|---|---|---|---|---|
| Pattern | Additive | Multiplicative | Reciprocal of AP | ||
| nth Term | |||||
| Sum (finite) | Easy | Only closed for | No direct formula | ||
| Infinite Sum | Not defined | Only if ( | r | < 1 ) | Not defined |
Real Exam Tips
-
Questions often mix AP/GP in a disguised form — e.g., compound interest disguised as a GP.
-
Check whether a sequence is additive or multiplicative to determine AP vs GP.
-
HP questions are rare but frequently asked in technical interviews.
-
Be alert to wording like:
"Three numbers in AP/GP/HP with given sum/product" — implies solving simultaneous equations.