RankLab
Back to Concepts
MathsMediumClass 11

GP — nth term, sum, infinite GP, GM

Sequences & Series

14

JEE Qs

8%

Hard

60

min

Master the identification of 'a' and 'r', pay close attention to the `|r| < 1` condition for infinite GPs, and practice strategic term assumption for product-based problems.

🧮 Key Formulas

a_n = a * r^(n-1)
S_n = a * (r^n - 1) / (r - 1) (for r != 1)
S_n = n * a (for r = 1)
S_infinity = a / (1 - r) (for |r| < 1)
GM(x, y) = sqrt(x * y)
GM(x_1, x_2, ..., x_n) = (x_1 * x_2 * ... * x_n)^(1/n)

✅ Key Points for JEE

  • 1Always correctly identify the first term 'a' and the common ratio 'r' from the problem statement, as these are fundamental to all GP calculations.
  • 2The condition `|r| < 1` is absolutely essential for the sum of an infinite geometric progression to converge; otherwise, the sum diverges.
  • 3When a product of terms in a GP is given, assume the terms strategically (e.g., for 3 terms: `a/r, a, ar`; for 4 terms: `a/r^3, a/r, ar, ar^3`) to simplify calculations significantly.
  • 4Geometric Mean is defined for positive numbers. Remember the AM-GM inequality: `GM <= AM` for positive numbers, with equality only if all numbers are equal.
  • 5A key property of GP is that the square of any term is the product of its preceding and succeeding terms: `t_k^2 = t_(k-1) * t_(k+1)`.

⚠️ Common Mistakes

  • Forgetting or misapplying the `|r| < 1` condition for the convergence of an infinite GP, leading to incorrect sums or conclusions about divergence.
  • Algebraic errors, especially with negative common ratios or when dealing with fractional powers in geometric mean calculations.
  • Confusing the formulas or conditions for Geometric Progression with those of Arithmetic Progression or other series types.
  • Incorrectly assuming geometric mean can be applied to negative numbers or not understanding its definition for multiple numbers.

NCERT Chapters

  • Class 11 Maths Ch 9: Sequences and Series