RankLab
Back to Concepts
MathsMediumClass 11

AP — nth term, sum, AM

Sequences & Series

14

JEE Qs

8%

Hard

75

min

Master the fundamental definitions, formulas, and properties of AP, especially the relationship between a_n and S_n, and strategic term selection to efficiently solve problems.

🧮 Key Formulas

a_n = a + (n-1)d
S_n = n/2 * (2a + (n-1)d)
S_n = n/2 * (a + a_n)
Arithmetic Mean (AM) of a and b = (a+b)/2
If m AMs are inserted between a and b, then the common difference d = (b-a)/(m+1)

✅ Key Points for JEE

  • 1The nth term of an AP (a_n) is a linear function of n (i.e., of the form An + B), where A is the common difference and B = a-d.
  • 2The sum of n terms of an AP (S_n) is a quadratic function of n without a constant term (i.e., of the form An^2 + Bn), where A = d/2 and B = a - d/2.
  • 3The nth term can be derived from the sum of n terms using the relation a_n = S_n - S_{n-1} (for n > 1) and a_1 = S_1. This is crucial for problems where S_n is given as a function of n.
  • 4For problems involving a specific number of terms whose sum is given (e.g., 3, 4, or 5 terms), choose the terms strategically to simplify calculations: for 3 terms (a-d, a, a+d); for 4 terms (a-3d, a-d, a+d, a+3d); for 5 terms (a-2d, a-d, a, a+d, a+2d).
  • 5If three numbers a, b, c are in AP, then the middle term b is the arithmetic mean of a and c, implying 2b = a+c.

⚠️ Common Mistakes

  • Off-by-one errors when calculating the number of terms, especially when the sequence does not start from the first term or when inserting 'm' arithmetic means (m+2 terms in total).
  • Confusing the formula for the nth term (a_n) with the sum of n terms (S_n), or misinterpreting what each formula calculates.
  • Incorrectly applying the relationship a_n = S_n - S_{n-1} for n=1, as S_0 is undefined (always ensure n > 1 for S_n - S_{n-1}).

NCERT Chapters

  • Class 11 Mathematics Ch 9: Sequences and Series