1. Core Concept
A sequence is an ordered list of numbers following a mathematical rule. Arithmetic Progressions (AP) grow by repeatedly adding a constant difference, while Geometric Progressions (GP) grow by repeatedly multiplying by a constant ratio.
2. Key Formulas
Arithmetic Progression (AP)
Given first term = a, common difference = d.
Sum of n terms: Sn = (n/2)[2a + (n - 1)d] = (n/2)(a + l)
Geometric Progression (GP)
Given first term = a, common ratio = r.
Sum of n terms: Sn = a(1 - rn) / (1 - r) (for r ≠ 1)
Sum of Infinite GP: S∞ = a / (1 - r) (Valid ONLY if |r| < 1)
Means
- Arithmetic Mean (AM): (a + b) / 2
(For n terms: (x1 + x2 + … + xn) / n) - Geometric Mean (GM): √(ab)
(For n terms: (x1 · x2 … xn)1/n)
Insertion of Means
- Insert n AMs between a and b:
Common difference d = (b - a)/(n + 1) - Insert n GMs between a and b:
Common ratio r = (b/a)1/(n + 1)
Sum of Special Series
- Sum of first n natural numbers: ∑k = n(n + 1) / 2
- Sum of squares: ∑k2 = n(n + 1)(2n + 1) / 6
- Sum of cubes: ∑k3 =[n(n + 1) / 2]2 = (∑k)2
3. Important Results
Basic Conditions
- If a, b, c are in AP &implies; 2b = a + c
- If a, b, c are in GP &implies; b2 = ac
Selection of Terms (Shortcut)
- 3 terms in AP: a - d, a, a + d (Sum cancels d)
- 4 terms in AP: a - 3d, a - d, a + d, a + 3d (Common difference is 2d)
- 3 terms in GP: a/r, a, ar (Product cancels r)
4. Conceptual Insights
- General Term from Sum: If you are given the formula for the sum of n terms (Sn), you can instantly find the nth term using: tn = Sn - Sn-1.
- Linear vs. Exponential: An AP represents linear growth (like simple interest), while a GP represents exponential growth/decay (like compound interest or radioactive decay).
- Logarithmic Link: If a, b, c are positive numbers in GP, then log(a), log(b), log(c) are in AP!
Why |r| < 1?
If |r| < 1, terms keep getting smaller → series converges to a finite value.
If |r| ≥ 1, terms do not shrink → sum becomes infinite (diverges).
5. Common Mistakes
- Infinite GP Trap: Applying S∞ = a / (1 - r) when r ≥ 1 or r ≤ -1. The series diverges in these cases; there is no finite sum.
- AM-GM on Negative Numbers: AM ≥ GM is strictly for positive numbers. If you apply it to negative numbers, the square root for GM might become imaginary, or the inequality will fail entirely.
- Miscounting 'n': In series like 22 + 32 + … + 102, students often blindly use n = 10 in the formula. The standard formula strictly starts from 12. You must calculate (∑k=110 k2) - 12.
6. Example Applications
Optimization without Calculus
Q: "Find the minimum value of (x + 1/x) for x > 0."
Insight: Use AM ≥ GM.
(x + 1/x) / 2 ≥ √(x · 1/x) &implies; (x + 1/x) / 2 ≥ 1 &implies; x + 1/x ≥ 2
Minimum value is 2 (occurs when x = 1/x &implies; x = 1).
Method of Differences (Telescoping)
Q: Sum 1/(1·2) + 1/(2·3) + … + 1/(n(n+1)).
Insight: Rewrite the general term as partial fractions: 1/(k(k+1)) = 1/k - 1/(k+1).
When you sum them, all middle terms cancel out in a chain reaction, leaving just the first
and last pieces:
1 - 1/(n+1) = n/(n+1).
7. IAT Exam Focus Points
- AM-GM Inequality (Top Tier): You will frequently need to "split terms" to apply it properly. (e.g., to find the min value of x2 + 2/x, split it as x2 + 1/x + 1/x and apply AM ≥ GM on these 3 terms).
- Weighted AM-GM (Advanced Insight): For positive numbers:
( x₁ + x₂ + ... + xₙ ) / n ≥ (x₁ x₂ ... xₙ)1/n
Used in complex optimization problems. - Evaluating Σ Limits: Master expanding standard series. Questions often combine ∑n and ∑n2 inside a limit as n → ∞. Rule of thumb: divide by the highest power of n to find the limit.
- Recognizing Mixed Sequences (AGP): You might see an
Arithmetico-Geometric Progression where terms look like a, (a+d)r, (a+2d)r2
…
Solving trick: Multiply the whole sum S by r, shift it one position to the right, and subtract from the original S to convert it into a pure geometric progression. - Sn Form Recognition: If you are given that Sn = An2 + Bn, recognize instantly that the sequence is an AP, and its common difference is 2A.
8. Practice Mock Test
Ready to test your knowledge?
Take a quick 15-question assessment specifically designed for Sequences and Series. Challenge yourself with IAT-level questions.
Start Practice MockEnd of Chapter
Sequences and Series