🔹 1. Introduction
A sequence is an ordered list of numbers following a specific rule, while a series is the sum of terms of a sequence.
👉 Example:
- Sequence: 2, 4, 6, 8, …
- Series: 2 + 4 + 6 + 8 + …
This chapter is extremely important for:
- Algebra
- Calculus (future topics)
- JEE Main & Advanced
🔹 2. Sequence
✔️ Definition
A sequence is a function whose domain is natural numbers.
f: ℕ → ℝ
✔️ Types of Sequences
1. Finite Sequence
Has limited terms
Example: 1, 2, 3, 4
2. Infinite Sequence
Continues forever
Example: 1, 2, 3, …
✔️ General Term (nth Term)
Denoted by aₙ
Example:
aₙ = 2n → 2, 4, 6, 8 …
🔹 3. Series
✔️ Definition
Sum of sequence terms:
Sₙ = a₁ + a₂ + a₃ + … + aₙ
🔹 4. Arithmetic Progression (AP)
✔️ Definition
A sequence where the difference between consecutive terms is constant.
✔️ Standard Form
a, a + d, a + 2d, a + 3d, …
Where:
- a = first term
- d = common difference
✔️ nth Term of AP
an=a+(n−1)d
✔️ Sum of First n Terms
Sn=2n[2a+(n−1)d]
Alternative form:
Sn=2n(a+l)
(where l = last term)
✔️ Important Results
- nth term from end:
= l − (n−1)d - Sum of n terms from end = same as beginning
✔️ Example
Find 10th term:
a = 2, d = 3
a₁₀ = 2 + 9×3 = 29
🔹 5. Arithmetic Mean (AM)
If a, b, c are in AP:
b = (a + c)/2
✔️ Inserting Arithmetic Means
Between a and b, if n AMs are inserted:
Common difference:
d = (b − a)/(n+1)
🔹 6. Geometric Progression (GP)
✔️ Definition
A sequence where ratio of consecutive terms is constant.
✔️ Standard Form
a, ar, ar², ar³, …
Where:
- a = first term
- r = common ratio
✔️ nth Term of GP
an=arn−1
✔️ Sum of n Terms (r ≠ 1)
Sn=ar−1rn−1
✔️ Special Case (r < 1)
Sn=a1−r1−rn
✔️ Infinite GP (|r| < 1)
S∞=1−ra
✔️ Example
a = 2, r = 3
a₄ = 2 × 3³ = 54
🔹 7. Geometric Mean (GM)
If a, b, c are in GP:
b² = ac
So:
b = √(ac)
🔹 8. Relationship Between AM and GM
For positive numbers:
AM≥GM
Equality holds when numbers are equal.
🔹 9. Sum to n Terms of Special Series
✔️ 1. Sum of First n Natural Numbers
2n(n+1)
✔️ 2. Sum of Squares
6n(n+1)(2n+1)
✔️ 3. Sum of Cubes
(2n(n+1))2
🔹 10. Important Types of Series
✔️ 1. Arithmetic Series
Sum of AP terms
✔️ 2. Geometric Series
Sum of GP terms
✔️ 3. Harmonic Progression (HP)
If reciprocals are in AP:
Example:
1/a, 1/b, 1/c
🔹 11. Finding Missing Terms
✔️ In AP
Use:
- aₙ formula
- Sₙ formula
✔️ In GP
Use:
- aₙ = arⁿ⁻¹
🔹 12. Applications (Important for Exams)
✔️ Finding sums quickly
✔️ Pattern recognition
✔️ Financial calculations
✔️ Physics formulas
🔹 13. JEE & CBSE Important Points
✔️ Learn all formulas thoroughly
✔️ Practice mixed problems (AP + GP)
✔️ Infinite GP is very important
✔️ AM ≥ GM frequently asked
✔️ Word problems are common
🔹 14. Common Mistakes
❌ Using wrong formula
❌ Confusing AP and GP
❌ Ignoring r < 1 condition
❌ Calculation errors in powers
🔹 15. Practice Questions
- Find nth term of AP
- Find sum of 20 terms
- Insert arithmetic means
- Find GP sum
- Evaluate infinite GP
- Prove AM ≥ GM
🔹 16. Quick Revision Sheet
- AP: constant difference
- GP: constant ratio
- aₙ(AP) = a + (n−1)d
- aₙ(GP) = arⁿ⁻¹
- Sₙ(AP) = n/2[2a + (n−1)d]
- Sₙ(GP) = a(rⁿ−1)/(r−1)
- S∞ = a/(1−r), |r| < 1
🔹 17. Conclusion
Sequences and Series is a high-scoring and concept-based chapter. Mastering formulas + practice can easily fetch full marks in CBSE and strong weightage in JEE.