Sequences & Series
Arithmetic, geometric, harmonic progressions, special series, method of differences, and powerful AM-GM-HM inequalities — a JEE favourite with high weightage.
An AP is a sequence where the difference between consecutive terms is constant. It is the most fundamental progression tested in JEE.
- nth term: \(a_n = a + (n-1)d\)
- Sum of first \(n\) terms: \(S_n = \frac{n}{2}[2a + (n-1)d] = \frac{n}{2}(a + l)\) where \(l = a_n\) is the last term
- Arithmetic Mean: If \(a, b, c\) are in AP, then \(b = \frac{a+c}{2}\)
So \(d = a_2 - a_1 = 14 - 8 = 6\).
Shortcut: If \(S_n = An^2 + Bn\), then \(d = 2A = 6\).
A GP is a sequence where each term is obtained by multiplying the previous term by a fixed ratio. Infinite GP sums appear frequently in JEE.
- Finite sum: \(S_n = a\,\frac{1-r^n}{1-r}\) for \(r \neq 1\); \(S_n = na\) for \(r=1\)
- Infinite sum (\(|r|<1\)): \(S_\infty = \frac{a}{1-r}\)
- Geometric Mean: If \(a, b, c\) are in GP, then \(b^2 = ac\)
- For 3 terms in GP, take them as \(\frac{a}{r}, a, ar\) (product = \(a^3\)).
- For 4 terms, take \(\frac{a}{r^3}, \frac{a}{r}, ar, ar^3\) (product = \(a^4\)).
- If each term of a GP is raised to power \(k\), the result is again a GP with ratio \(r^k\).
- The product of terms equidistant from the beginning and end is constant: \(a_k \cdot a_{n+1-k} = a_1 \cdot a_n\).
Sum \(= \frac{6}{r} + 6 + 6r = 21 \Rightarrow \frac{6}{r} + 6r = 15 \Rightarrow 6r^2 - 15r + 6 = 0\).
\(2r^2 - 5r + 2 = 0 \Rightarrow r = 2\) or \(r = \frac{1}{2}\).
The numbers are 3, 6, 12 (or 12, 6, 3).
HP is the reciprocal of AP, while AGP combines AP and GP. The infinite sum of AGP is a classic JEE Advanced problem.
\(S = \frac{1}{1-\frac{1}{2}} + \frac{2 \cdot \frac{1}{2}}{(1-\frac{1}{2})^2} = 2 + \frac{1}{1/4} = 2 + 4 = 6\).
Alternatively (multiply-subtract method):
\(S = 1 + \frac{3}{2} + \frac{5}{4} + \frac{7}{8} + \cdots\)
\(\frac{S}{2} = \frac{1}{2} + \frac{3}{4} + \frac{5}{8} + \cdots\)
\(S - \frac{S}{2} = 1 + 1 \cdot \frac{1}{2} + 1 \cdot \frac{1}{4} + \cdots \Rightarrow \frac{S}{2} = 1 + \frac{1/2}{1-1/2} = 1 + 1 = 2 + 1 = 3 \Rightarrow S = 6\).
Standard summation formulae and telescoping techniques are essential for JEE. Memorise these results — they save crucial time.
- \(\displaystyle\sum_{k=1}^{n} k = \frac{n(n+1)}{2}\)
- \(\displaystyle\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}\)
- \(\displaystyle\sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2\) (equals square of \(\sum k\))
Shortcut: Sum of first \(n\) odd squares \(= \frac{n(2n-1)(2n+1)}{3} = \frac{20 \cdot 39 \cdot 41}{3} = \frac{31980}{3} = 10660\).
\(S_n = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \cdots + \left(\frac{1}{n} - \frac{1}{n+1}\right) = 1 - \frac{1}{n+1} = \frac{n}{n+1}\).
When the nth term of a series is not directly identifiable, use the method of differences to find a pattern in \(a_{n} - a_{n-1}\).
For \(n \geq 2\): \(a_n = a_1 + \sum_{k=1}^{n-1}b_k = 3 + \sum_{k=1}^{n-1}(2k+2)\)
\(= 3 + 2 \cdot \frac{(n-1)n}{2} + 2(n-1) = 3 + n^2 - n + 2n - 2 = n^2 + n + 1\).
Check: \(a_1 = 1 + 1 + 1 = 3\) ✓. So:
\(S_n = \sum_{k=1}^{n}(k^2 + k + 1) = \frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2} + n = \frac{n(n^2 + 3n + 5)}{3}\).
The AM-GM-HM inequality chain is one of the most powerful tools in JEE for optimization and bounding problems.
Equality when \(x = \frac{9}{x} \Rightarrow x = 3\).
Minimum value = 6 at \(x = 3\).
From \(2x = 3y\): \(x = \frac{3y}{2}\). From \(3y = \frac{6}{xy} = \frac{6}{\frac{3y}{2} \cdot y} = \frac{4}{y}\): \(3y^2 = 4\), \(y = \frac{2}{\sqrt{3}}\), \(x = \frac{\sqrt{3}}{1} = \sqrt{3}\).
Minimum \(= 3 \sqrt[3]{36} = 3 \cdot 6^{2/3}\).
- If \(S_n = An^2 + Bn\), then \(d = 2A\) and \(a_1 = A + B\) — instant AP identification.
- For 3 unknowns in GP, always assume \(\frac{a}{r}, a, ar\) to use the product constraint directly.
- Infinite AGP sum: \(S_\infty = \frac{a}{1-r} + \frac{dr}{(1-r)^2}\). Derive it via the multiply-subtract method.
- Telescoping is the go-to technique for sums like \(\sum\frac{1}{k(k+1)\cdots(k+m)}\).
- AM-GM with equality condition gives both the extremum and the point where it is attained — essential for JEE optimization.