Class 11Mathematics · AlgebraFull chapter

Sequences and Series

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Sequences and Series: Basic Concepts

Quick answer A sequence is an ordered list of numbers generated by a rule (the nth term); a series is the sum of the terms of a sequence.

A sequence is an arrangement of numbers in a definite order according to some rule. If a1, a2, a3, ..., an, ... are the terms of a sequence, then an is called the nth term (or general term) of the sequence. A sequence with a finite number of terms is a finite sequence; otherwise it is an infinite sequence.

When the terms of a sequence are added, the expression a1 + a2 + a3 + ... + an + ... is called a series. A series is finite or infinite according as the corresponding sequence is finite or infinite. The sum of the first n terms is denoted Sn, and an = Sn − Sn−1 for n ≥ 2 (with a1 = S1). This relation lets us recover the general term whenever only Sn is known.

Worked Example. Write the first five terms of the sequence whose nth term is an = (2n − 3)/6.

Substituting n = 1, 2, 3, 4, 5:

  • a1 = (2(1) − 3)/6 = −1/6
  • a2 = (2(2) − 3)/6 = 1/6
  • a3 = (2(3) − 3)/6 = 3/6 = 1/2
  • a4 = (2(4) − 3)/6 = 5/6
  • a5 = (2(5) − 3)/6 = 7/6

So the sequence is −1/6, 1/6, 1/2, 5/6, 7/6, ... and the associated series is −1/6 + 1/6 + 1/2 + 5/6 + 7/6 + ... .

General (nth) term aₙ = nth term of the sequence
Term recovered from sum aₙ = Sₙ − Sₙ−₁ (n ≥ 2); a₁ = S₁
Remember
  • A sequence is a function on the natural numbers; substituting n = 1, 2, 3, ... gives its terms.
  • A series is formed by adding the terms of a sequence; Sn is the sum of its first n terms.
  • an = Sn − Sn−1 (n ≥ 2) recovers the general term from a given sum formula, with a1 = S1.
  • Not every sequence is an AP or GP — the nth term can follow any rule, including quadratic or fractional expressions.
  • Always verify a derived nth term formula by substituting small values of n.

Arithmetic Progression (AP): nth Term and Sum

Quick answer An AP is a sequence in which every term after the first is obtained by adding a fixed common difference to the preceding term.

A sequence a1, a2, a3, ... is an arithmetic progression (AP) if there is a constant d, the common difference, such that an+1 = an + d for every n. With first term a, the AP is a, a + d, a + 2d, a + 3d, ... .

The nth term is an = a + (n − 1)d. If the AP ends at a last term l after n terms, then l = a + (n − 1)d.

The sum of the first n terms is Sn = (n/2)[2a + (n − 1)d], which can equivalently be written as Sn = (n/2)(a + l).

Worked Example 1. Find the sum of the first 20 terms of the AP 2, 7, 12, 17, ... .

Here a = 2, d = 7 − 2 = 5. Using Sn = (n/2)[2a + (n − 1)d] with n = 20:

S20 = (20/2)[2(2) + 19(5)] = 10[4 + 95] = 10(99) = 990.

Worked Example 2. Which term of the AP 3, 8, 13, 18, ... is 78?

Here a = 3, d = 5. Setting an = a + (n − 1)d = 78:

3 + (n − 1)(5) = 78 ⟹ (n − 1)(5) = 75 ⟹ n − 1 = 15 ⟹ n = 16. So 78 is the 16th term.

nth term of AP aₙ = a + (n − 1)d
Sum of n terms (first term & d) Sₙ = (n/2)[2a + (n − 1)d]
Sum of n terms (first & last term) Sₙ = (n/2)(a + l) l is the nth (last) term
Common difference d = aₙ₊₁ − aₙ
Remember
  • Consecutive terms differ by the same constant: d = an+1 − an.
  • nth term: an = a + (n − 1)d.
  • Sum formula has two equivalent forms — one using a and d, another using the first and last term.
  • d > 0 gives an increasing AP, d < 0 a decreasing AP, d = 0 a constant sequence.
  • To find which term equals a given value, solve an = (given value) for n; n must come out a positive integer.

Arithmetic Mean (AM) and Inserting Means

Quick answer The arithmetic mean of two numbers a and b is the value A that keeps a, A, b in AP; more generally, n arithmetic means can be inserted between a and b.

If a, A, b are in AP, A is the arithmetic mean (AM) of a and b, and A = (a + b)/2 (the middle term of an AP equals the average of its neighbours).

More generally, if A1, A2, ..., An are inserted between a and b so that a, A1, A2, ..., An, b forms an AP of (n + 2) terms, they are the n arithmetic means between a and b. Treating b as the (n + 2)th term, b = a + (n + 1)d, so d = (b − a)/(n + 1), and the kth mean is Ak = a + kd.

Worked Example. Insert 3 arithmetic means between 3 and 19.

Here a = 3, b = 19, n = 3, so d = (19 − 3)/(3 + 1) = 16/4 = 4.

The means are A1 = 3 + 4 = 7, A2 = 7 + 4 = 11, A3 = 11 + 4 = 15. The resulting AP is 3, 7, 11, 15, 19 — a common difference of 4 throughout.

A useful fact: the sum of the n inserted arithmetic means equals n times the single AM of a and b, i.e., A1 + A2 + ... + An = n(a + b)/2.

Arithmetic Mean of a and b A = (a + b)/2
Common difference for n means d = (b − a)/(n + 1)
kth of n arithmetic means Ak = a + k(b − a)/(n + 1)
Sum of n inserted means A₁ + A₂ + ... + Aₙ = n(a + b)/2
Remember
  • AM of a and b: A = (a + b)/2.
  • a, A, b are in AP if and only if A is their arithmetic mean.
  • For n inserted means, first find d = (b − a)/(n + 1), then each mean is a + kd.
  • Sum of n inserted arithmetic means = n(a + b)/2.
  • The AM of two distinct numbers always lies strictly between them.

Geometric Progression (GP): nth Term and Sum

Quick answer A GP is a sequence in which every term after the first is obtained by multiplying the preceding term by a fixed non-zero common ratio.

A sequence of non-zero numbers a1, a2, a3, ... is a geometric progression (GP) if there is a constant r ≠ 0, the common ratio, such that an+1/an = r for every n. With first term a, the GP is a, ar, ar2, ar3, ... .

The nth term is an = arn−1.

The sum of the first n terms is:

  • Sn = a(rn − 1)/(r − 1), equivalently a(1 − rn)/(1 − r), when r ≠ 1;
  • Sn = na, when r = 1.

When |r| < 1, rn → 0 as n grows, so the sum to infinity exists: S = a/(1 − r).

Worked Example 1. Find the sum of the first 8 terms of the GP 3, 6, 12, 24, ... .

Here a = 3, r = 6/3 = 2. Since r > 1, S8 = a(r8 − 1)/(r − 1) = 3(28 − 1)/(2 − 1) = 3(256 − 1) = 3(255) = 765.

Worked Example 2. Find the sum to infinity of the GP 3, 1, 1/3, 1/9, ... .

Here a = 3, r = 1/3, and |r| < 1, so S = a/(1 − r) = 3/(1 − 1/3) = 3/(2/3) = 9/2.

nth term of GP aₙ = arⁿ⁻¹
Sum of n terms (r ≠ 1) Sₙ = a(rⁿ − 1)/(r − 1) = a(1 − rⁿ)/(1 − r)
Sum of n terms (r = 1) Sₙ = na
Sum to infinity S∞ = a/(1 − r) valid only when |r| < 1
Common ratio r = aₙ₊₁/aₙ
Remember
  • Common ratio r = an+1/an, and r ≠ 0.
  • nth term: an = ar^(n−1).
  • Sum has two cases: r = 1 gives Sn = na; r ≠ 1 gives Sn = a(r^n − 1)/(r − 1).
  • Sum to infinity S∞ = a/(1 − r) exists only when |r| < 1.
  • r can be negative, giving a GP with alternating signs.

Geometric Mean (GM) and the Relationship Between AM and GM

Quick answer The geometric mean of two positive numbers a and b is G = √(ab); for any two positive numbers, the arithmetic mean is never smaller than the geometric mean.

If a, G, b (all positive) are in GP, G is the geometric mean (GM) of a and b, and G2 = ab, so G = √(ab).

More generally, if G1, G2, ..., Gn are inserted between a and b (a, b > 0) so that a, G1, G2, ..., Gn, b is a GP, they are the n geometric means between a and b. Treating b as the (n + 2)th term, b = arn+1, so r = (b/a)1/(n+1), and the kth mean is Gk = ark.

Worked Example. Insert 2 geometric means between 1 and 8.

Here a = 1, b = 8, n = 2, so r = (8/1)1/3 = 2. The means are G1 = 1(2) = 2, G2 = 1(22) = 4. The GP is 1, 2, 4, 8, with common ratio 2 throughout.

Relationship between AM and GM. For positive reals a and b, with A = (a + b)/2 and G = √(ab):

A − G = (a + b)/2 − √(ab) = (√a − √b)2/2 ≥ 0, so A ≥ G always, with equality if and only if a = b.

Also, since a + b = 2A and ab = G2, the numbers a and b are the two roots of x2 − 2Ax + G2 = 0.

Worked Example. The AM and GM of two positive numbers are 5 and 4 respectively. Find the numbers.

The numbers are roots of x2 − 2(5)x + 42 = 0, i.e., x2 − 10x + 16 = 0. So x = [10 ± √(100 − 64)]/2 = [10 ± 6]/2, giving x = 8 or x = 2. Check: AM of 8 and 2 = 5 ✓; GM = √16 = 4 ✓.

Geometric Mean of a and b G = √(ab) a, b > 0
Common ratio for n geometric means r = (b/a)¹/(ⁿ⁺¹)
kth of n geometric means Gk = ark
AM–GM inequality A ≥ G, i.e. (a + b)/2 ≥ √(ab) equality holds if and only if a = b
Numbers from given A and G x² − 2Ax + G² = 0
Remember
  • GM of two positive numbers a, b: G = √(ab).
  • n geometric means between a and b use r = (b/a)^(1/(n+1)), and Gk = ar^k.
  • AM ≥ GM for positive reals, with equality if and only if a = b.
  • Given A and G, the original two numbers are roots of x² − 2Ax + G² = 0.
  • GM is meaningfully defined only for same-sign (typically positive) real numbers.

Sum to n Terms of Special Series

Quick answer Ready-made formulas exist for the sum of the first n natural numbers, the sum of their squares, and the sum of their cubes.

Three standard series recur throughout this chapter — the sums of the first n natural numbers, their squares, and their cubes:

  • Sum of first n natural numbers: 1 + 2 + 3 + ... + n = Σn = n(n + 1)/2.
  • Sum of squares of first n natural numbers: 12 + 22 + ... + n2 = Σn2 = n(n + 1)(2n + 1)/6.
  • Sum of cubes of first n natural numbers: 13 + 23 + ... + n3 = Σn3 = [n(n + 1)/2]2 = (Σn)2.

These are used to sum more complicated series whose nth term is a polynomial in n, by splitting the nth term into simpler pieces (Σn3, Σn2, Σn, Σ constant) and summing each piece separately.

Worked Example. Find the sum to n terms of the series 1×2 + 2×3 + 3×4 + ... + n(n + 1).

The nth term is an = n(n + 1) = n2 + n. So:

Sn = Σn2 + Σn = n(n + 1)(2n + 1)/6 + n(n + 1)/2.

Taking n(n + 1)/6 common: Sn = [n(n + 1)/6][(2n + 1) + 3] = [n(n + 1)/6](2n + 4) = n(n + 1)(n + 2)/3.

Check for n = 2: actual sum = 1(2) + 2(3) = 2 + 6 = 8; formula gives 2(3)(4)/3 = 24/3 = 8. ✓

Sum of first n natural numbers Σn = n(n + 1)/2
Sum of squares of first n natural numbers Σn² = n(n + 1)(2n + 1)/6
Sum of cubes of first n natural numbers Σn³ = [n(n + 1)/2]²
Remember
  • Σn = n(n + 1)/2.
  • Σn² = n(n + 1)(2n + 1)/6.
  • Σn³ = [n(n + 1)/2]² — notice it equals (Σn)².
  • To sum a series with a polynomial nth term, split it into Σn³, Σn², Σn and constant pieces and add.
  • Always verify a derived closed-form sum formula by checking a small value of n.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

aₙ = nth term of the sequence
General (nth) term
aₙ = Sₙ − Sₙ−₁ (n ≥ 2); a₁ = S₁
Term recovered from sum
aₙ = a + (n − 1)d
nth term of AP
Sₙ = (n/2)[2a + (n − 1)d]
Sum of n terms (first term & d)
Sₙ = (n/2)(a + l)
Sum of n terms (first & last term)
d = aₙ₊₁ − aₙ
Common difference
A = (a + b)/2
Arithmetic Mean of a and b
d = (b − a)/(n + 1)
Common difference for n means
Ak = a + k(b − a)/(n + 1)
kth of n arithmetic means
A₁ + A₂ + ... + Aₙ = n(a + b)/2
Sum of n inserted means
aₙ = arⁿ⁻¹
nth term of GP
Sₙ = a(rⁿ − 1)/(r − 1) = a(1 − rⁿ)/(1 − r)
Sum of n terms (r ≠ 1)
Sₙ = na
Sum of n terms (r = 1)
S∞ = a/(1 − r)
Sum to infinity
r = aₙ₊₁/aₙ
Common ratio
G = √(ab)
Geometric Mean of a and b
r = (b/a)¹/(ⁿ⁺¹)
Common ratio for n geometric means
Gk = ark
kth of n geometric means
A ≥ G, i.e. (a + b)/2 ≥ √(ab)
AM–GM inequality
x² − 2Ax + G² = 0
Numbers from given A and G
Σn = n(n + 1)/2
Sum of first n natural numbers
Σn² = n(n + 1)(2n + 1)/6
Sum of squares of first n natural numbers
Σn³ = [n(n + 1)/2]²
Sum of cubes of first n natural numbers

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 AP – nth term easy

The 10th term of the AP 5, 8, 11, 14, ... is:

Q2 AP – sum of n terms medium

The sum of the first 15 terms of the AP 10, 7, 4, 1, ... is:

Q3 GP – nth term easy

In the GP 2, 6, 18, 54, ..., the 6th term is:

Q4 GP – sum to infinity medium

The sum to infinity of the GP 5, 3, 9/5, 27/25, ... is:

Q5 Arithmetic Mean easy

The arithmetic mean of 12 and 18 is:

Q6 Geometric Mean easy

The geometric mean of 4 and 16 is:

Q7 AP – finding n medium

Which term of the AP 21, 18, 15, 12, ... is −81?

Q8 Special series – sum of squares easy

The sum 1² + 2² + 3² + 4² + 5² + 6² equals:

Q9 Special series – sum of cubes easy

The sum 1³ + 2³ + 3³ + 4³ equals:

Q10 AM–GM – finding the numbers hard

The arithmetic mean and geometric mean of two positive numbers are 10 and 8 respectively. The numbers are:

Q11 GP – common ratio medium

In a GP, the 2nd term is 6 and the 5th term is 162. The common ratio is:

Q12 AM–GM inequality medium

For any two positive real numbers a and b, which statement about their AM (A) and GM (G) is always true?

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Find the sum of odd integers from 1 to 2001.AP – sum of n terms

The odd integers 1, 3, 5, ..., 2001 form an AP with a = 1, d = 2, last term l = 2001.

Number of terms: l = a + (n − 1)d ⟹ 2001 = 1 + (n − 1)(2) ⟹ n − 1 = 1000 ⟹ n = 1001.

Sum: Sn = (n/2)(a + l) = (1001/2)(1 + 2001) = (1001/2)(2002) = 1001 × 1001 = 1002001.

So the required sum is 1002001 (this also matches the identity that the sum of the first n odd numbers is n², here n = 1001, so 1001² = 1002001).

2 The sum of the first three terms of a GP is 39/10 and their product is 1. Find the common ratio and the terms.GP – nth term & properties

Let the three terms be a/r, a, ar.

Product: (a/r)(a)(ar) = a³ = 1 ⟹ a = 1.

Sum: a/r + a + ar = 39/10 ⟹ 1/r + 1 + r = 39/10.

Multiplying throughout by 10r: 10 + 10r + 10r² = 39r ⟹ 10r² − 29r + 10 = 0.

By the quadratic formula: r = [29 ± √(29² − 4·10·10)]/(2·10) = [29 ± √441]/20 = [29 ± 21]/20.

So r = 50/20 = 5/2 or r = 8/20 = 2/5.

With a = 1 and r = 5/2, the terms a/r, a, ar are 2/5, 1, 5/2. (Taking r = 2/5 just gives the same three numbers in reverse order: 5/2, 1, 2/5.)

So the common ratio is 5/2 (or equivalently 2/5) and the GP terms are 2/5, 1, 5/2.

3 How many terms of the AP −6, −11/2, −5, ... are needed to give the sum −25?AP – sum of n terms (quadratic in n)

Here a = −6, d = −11/2 − (−6) = 1/2.

Sn = (n/2)[2a + (n − 1)d] = −25

(n/2)[−12 + (n − 1)(1/2)] = −25 ⟹ n[−12 + (n − 1)/2] = −50.

Multiplying by 2: −24n + n(n − 1) = −100 ⟹ n² − 25n + 100 = 0.

By the quadratic formula: n = [25 ± √(625 − 400)]/2 = [25 ± √225]/2 = [25 ± 15]/2, so n = 20 or n = 5.

Both values are valid: since d > 0, the terms increase from negative to positive, so the extra terms between the 5th and 20th term add up to zero net contribution (S5 = S20 = −25, verified directly).

So the sum −25 is obtained with n = 5 or n = 20 terms.

4 Insert five numbers between 8 and 26 such that the resulting sequence is an AP.Arithmetic Mean – inserting means

Let the five numbers be A1, A2, A3, A4, A5, so that 8, A1, A2, A3, A4, A5, 26 is an AP of 7 terms.

Here a = 8, and the 7th term is 26, so 26 = 8 + 6d ⟹ 6d = 18 ⟹ d = 3.

A1 = 8 + 3 = 11, A2 = 14, A3 = 17, A4 = 20, A5 = 23.

So the five numbers are 11, 14, 17, 20, 23, giving the AP 8, 11, 14, 17, 20, 23, 26.

5 If the AM of two positive numbers is 34 and their GM is 16, find the numbers.AM–GM relationship

Let A = 34 and G = 16. The two numbers are the roots of x² − 2Ax + G² = 0, i.e., x² − 68x + 256 = 0.

By the quadratic formula: x = [68 ± √(68² − 4(256))]/2 = [68 ± √(4624 − 1024)]/2 = [68 ± √3600]/2 = [68 ± 60]/2.

So x = 64 or x = 4.

Check: AM of 64 and 4 = (64 + 4)/2 = 34 ✓; GM = √(64 × 4) = √256 = 16 ✓.

So the required numbers are 64 and 4.

6 Find the sum to n terms of the series whose nth term is n² + 2ⁿ.Special series (mixed with GP)

Sn = Σ(k² + 2k) for k = 1 to n = Σk² + Σ2k.

The first part is the standard sum of squares: Σk² = n(n + 1)(2n + 1)/6.

The second part is a GP with first term 2 and common ratio 2: Σ2k = 2(2n − 1)/(2 − 1) = 2n+1 − 2.

Combining: Sn = n(n + 1)(2n + 1)/6 + 2n+1 − 2.

Check for n = 1: term = 1² + 2¹ = 3. Formula: 1(2)(3)/6 + 4 − 2 = 1 + 2 = 3 ✓.

Previous-year board questions 4

Q1 Find the 20th term of the AP: 9, 13, 17, 21, ... . CBSE 2020 2 marks

Here a = 9, d = 13 − 9 = 4.

a20 = a + (20 − 1)d = 9 + 19(4) = 9 + 76 = 85.

Q2 If the sum of the first n terms of an AP is Sₙ = 3n² + 5n, find its nth term and hence find its common difference. CBSE 2019 3 marks

an = Sn − Sn−1 for n ≥ 2.

Sn = 3n² + 5n, Sn−1 = 3(n − 1)² + 5(n − 1) = 3(n² − 2n + 1) + 5n − 5 = 3n² − 6n + 3 + 5n − 5 = 3n² − n − 2.

an = (3n² + 5n) − (3n² − n − 2) = 6n + 2.

Check: a1 = S1 = 3(1) + 5(1) = 8, and formula gives 6(1) + 2 = 8. ✓

Common difference: d = an − an−1 = (6n + 2) − (6(n − 1) + 2) = 6.

So the nth term is an = 6n + 2, and the common difference is d = 6.

Q3 Find the sum to n terms of the series 3 + 7 + 13 + 21 + 31 + ... . CBSE 2023 5 marks

The successive differences of terms are 4, 6, 8, 10, ... which themselves form an AP, so the nth term is a quadratic in n: let an = An² + Bn + C.

Using a1 = 3, a2 = 7, a3 = 13: A + B + C = 3, 4A + 2B + C = 7, 9A + 3B + C = 13.

Subtracting consecutively: 3A + B = 4 and 5A + B = 6. Subtracting these: 2A = 2 ⟹ A = 1, so B = 1 and C = 1.

Thus an = n² + n + 1 (check: a4 = 16 + 4 + 1 = 21 ✓, a5 = 25 + 5 + 1 = 31 ✓).

Sn = Σ(k² + k + 1) = Σk² + Σk + Σ1 = n(n+1)(2n+1)/6 + n(n+1)/2 + n.

Taking (n+1) common from the first two terms: n(n+1)(2n+1)/6 + n(n+1)/2 = n(n+1)[(2n+1) + 3]/6 = n(n+1)(2n+4)/6 = n(n+1)(n+2)/3.

So Sn = n(n+1)(n+2)/3 + n = [n(n+1)(n+2) + 3n]/3 = n[(n+1)(n+2) + 3]/3 = n(n² + 3n + 5)/3.

Check for n = 3: actual sum = 3 + 7 + 13 = 23; formula gives 3(9 + 9 + 5)/3 = 23 ✓.

So Sn = n(n² + 3n + 5)/3.

Q4 The 4th term of a GP is 24 and the 7th term is 192. Find the common ratio. CBSE 2023 1 mark

a4 = ar³ = 24 and a7 = ar⁶ = 192.

Dividing: ar⁶/ar³ = 192/24 ⟹ r³ = 8 ⟹ r = 2.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI