Back to ShikshaPal ExplainerClass 11 / Math
ShikshaPal
Class 11 · Math

Sequences and Series

Sequences are ordered lists following a pattern; series are sums of sequences.

Feynman Lens

Start with the simplest version: this lesson is about Sequences and Series. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.

Sequences are ordered lists following a pattern; series are sums of sequences. If you deposit money monthly with interest, your savings form a sequence growing over time, and the total represents a series. Understanding sequences and series is essential for modeling growth, decay, finance, and numerous natural phenomena. This chapter explores arithmetic progressions (where successive terms differ by a constant), geometric progressions (where ratios are constant), and their sums. These concepts form the foundation for calculus, infinite series, and applications throughout science and commerce.

Sequences: Ordered Lists with Pattern

A sequence is a function whose domain is natural numbers. We write it as {aₙ} or a₁, a₂, a₃, ..., where aₙ is the nth term.

Examples:

Sequences can be finite (ending) or infinite (continuing forever).

Arithmetic Progressions (AP)

An arithmetic progression is a sequence where consecutive terms differ by a constant common difference d.

Example: 3, 7, 11, 15, 19, ... (d = 4)

General term: aₙ = a₁ + (n-1)d

Where a₁ is the first term and d is the common difference.

For the example above: a₅ = 3 + (5-1)×4 = 3 + 16 = 19 ✓

Sum of first n terms of an AP: Sₙ = n/2 × [2a₁ + (n-1)d]

Or equivalently: Sₙ = n/2 × (first term + last term) = n/2 × (a₁ + aₙ)

This elegant formula comes from clever pairing. If you add the first and last terms, second and second-to-last, etc., each pair sums to the same value. With n/2 such pairs, the total is n/2 times this value.

Example: Sum of 3, 7, 11, 15, 19: S₅ = 5/2 × (3 + 19) = 5/2 × 22 = 55

Check: 3 + 7 + 11 + 15 + 19 = 55 ✓

Geometric Progressions (GP)

A geometric progression is a sequence where consecutive terms have a constant common ratio r.

Example: 2, 6, 18, 54, 162, ... (r = 3)

General term: aₙ = a₁ × r^(n-1)

For the example: a₄ = 2 × 3^(4-1) = 2 × 27 = 54 ✓

Sum of first n terms of a GP:

Example: Sum of 2, 6, 18, 54: S₄ = 2 × (3⁴ - 1) / (3 - 1) = 2 × 80 / 2 = 80

Check: 2 + 6 + 18 + 54 = 80 ✓

Infinite Geometric Series

When |r| < 1, an infinite geometric series converges (approaches a finite sum):

Sum of infinite GP: S∞ = a₁ / (1 - r) for |r| < 1

This is remarkable: infinitely many terms sum to a finite value.

Example: 1 + 1/2 + 1/4 + 1/8 + ... (r = 1/2) S∞ = 1 / (1 - 1/2) = 1 / (1/2) = 2

Visually, if you keep halving and adding, you approach 2 but never exceed it.

If |r| ≥ 1, the series diverges (doesn't approach a single value).

Harmonic Progressions

A harmonic progression (HP) is a sequence whose reciprocals form an arithmetic progression.

If {aₙ} is an HP, then {1/aₙ} is an AP.

Example: 1, 1/2, 1/3, 1/4, ... is harmonic because its reciprocals {1, 2, 3, 4, ...} form an AP.

There's no simple formula for the sum of HP terms, but understanding the reciprocal relationship is useful.

Real-World Applications

Compound Interest: With principal P, rate r, and n time periods: A = P(1 + r)ⁿ. This is a geometric progression.

Population Growth: Populations often grow geometrically. If growth rate is r%, the population follows a GP.

Loan Payments: Monthly mortgage payments form an arithmetic series. The total paid is the sum of all payments.

Salary Growth: Fixed annual raises create an AP; percentage raises create a GP.

Loan Amortization: Calculating remaining balance uses series summation.

Key Formulas

Socratic Questions

  1. In an arithmetic progression, why is the sum formula n/2 × (first + last) so elegant? What principle underlies this pairing method?
  1. A geometric progression with |r| < 1 sums to a finite value even with infinitely many terms. How is this possible? What happens at the boundary where |r| = 1?
  1. Compound interest involves geometric progressions. Why does "compounding" create exponential growth rather than linear growth? How does the time period affect the final amount?
  1. If you know the first term and the common difference of an AP, you can find any term directly. What information would you need about a GP to do the same? Why is finding specific terms different for these two types?
  1. Harmonic progressions are defined by their reciprocals forming an AP. Why define them this way? What advantages or insights does this reciprocal relationship provide?

Definition
Sequence
tap to flip
A function whose domain is the set of natural numbers; an ordered list a₁, a₂, a₃, … of terms.
Definition
Series
tap to flip
The sum a₁ + a₂ + a₃ + … associated with a sequence — finite if the sequence is finite, otherwise an infinite series.
AP
Arithmetic Progression (AP)
tap to flip
A sequence in which each term differs from the previous by a fixed common difference d: a, a + d, a + 2d, ….
Formula
nth term of an AP
tap to flip
aₙ = a + (n − 1)d, where a is the first term and d is the common difference.
Formula
Sum of n terms of an AP
tap to flip
Sₙ = (n/2)[2a + (n − 1)d] = (n/2)(a + ℓ), where ℓ is the last term.
GP
Geometric Progression (GP)
tap to flip
A sequence in which each term is obtained by multiplying the previous one by a fixed common ratio r: a, ar, ar², ….
Formula
nth term of a GP
tap to flip
aₙ = a · rⁿ⁻¹, where a is the first term and r is the common ratio.
Formula
Sum of n terms of a GP (r ≠ 1)
tap to flip
Sₙ = a(rⁿ − 1)/(r − 1) = a(1 − rⁿ)/(1 − r). When r = 1, Sₙ = na.
Formula
Sum of an infinite GP
tap to flip
If |r| < 1, S∞ = a/(1 − r). If |r| ≥ 1, the series diverges.
Concept
AM and GM
tap to flip
For two positive numbers a, b: arithmetic mean A = (a + b)/2 and geometric mean G = √(ab). Always A ≥ G, with equality iff a = b.
The 15th term of the AP 3, 7, 11, 15, … is:
  • A 55
  • B 59
  • C 60
  • D 63
The sum of the first 20 positive even numbers (2 + 4 + 6 + … + 40) is:
  • A 420
  • B 400
  • C 380
  • D 800
The 6th term of the GP 2, 6, 18, 54, … is:
  • A 162
  • B 243
  • C 486
  • D 729
The sum of the infinite series 1 + 1/3 + 1/9 + 1/27 + … is:
  • A 1
  • B 4/3
  • C 2
  • D 3/2
The arithmetic mean and geometric mean of two positive numbers are 10 and 8 respectively. Which inequality is consistent with this?
  • A AM < GM, so the values are inconsistent.
  • B AM ≥ GM, and AM = GM only when the two numbers are equal.
  • C AM = GM whenever the numbers are positive.
  • D AM and GM are unrelated.