|
Class 11 • Mathematics • Chapter 8 Sequences and SeriesNumbers that follow a clear pattern, and the neat formulae for adding them up.
|
|
Chapter Roadmap Sequences • Series • Arithmetic Progression • Geometric Progression • Sum of a GP • Arithmetic and Geometric Means • Key Results • Applications |
| 1 |
Why Sequences and Series Matter |
Patterns of numbers are everywhere. The instalments of a loan, the bounces of a ball as it loses height, the way savings grow with interest, and even the spirals of a sunflower all follow ordered lists of numbers. A sequence is simply such an ordered list, and a series is what you get when you add the terms of a sequence together.
Adding a long list one number at a time is slow and error-prone, so mathematics gives us short formulae that find the sum in a single step. In this chapter we study two of the most important patterns: the arithmetic progression, where each term increases by a fixed amount, and the geometric progression, where each term is multiplied by a fixed number. We also meet the arithmetic mean and the geometric mean, and a striking relationship between them that holds for all positive numbers.
In an arithmetic progression you add the same number d each time. In a geometric progression you multiply by the same number r each time. Spotting which pattern a list follows is the first step in every problem.
|
| 2 |
Key Terms You Must Know |
| Term | Meaning | Example |
| Sequence | An ordered list of numbers following a rule. | 2, 4, 6, 8, … |
| Term | Each individual number in a sequence, written aₙ for the nth term. | a₃ is the third term |
| Series | The sum of the terms of a sequence. | 2 + 4 + 6 + 8 |
| Arithmetic Progression | A sequence with a constant difference d between terms. | 3, 7, 11, 15 (d = 4) |
| Geometric Progression | A sequence with a constant ratio r between terms. | 2, 6, 18, 54 (r = 3) |
| Arithmetic Mean | The AM of a and b is (a + b)/2. | AM of 4 and 16 is 10 |
| Geometric Mean | The GM of positive a and b is √(ab). | GM of 4 and 16 is 8 |
| 3 |
Core Concepts, Step by Step |
1. Sequences and SeriesA sequence is a list of numbers written in a definite order, such as 2, 4, 6, 8. Each number is a term, and we write the nth term as aₙ. A sequence may be finite (it stops) or infinite (it continues without end, shown with three dots). When we add the terms of a sequence we form a series, for example 2 + 4 + 6 + 8. The whole chapter is about finding such sums quickly.
|
2. Arithmetic Progression (AP)An arithmetic progression is a sequence in which each term is obtained by adding a fixed number, the common difference d, to the term before it. If the first term is a, the terms are a, a + d, a + 2d, and so on. The nth term is aₙ = a + (n − 1)d. To check whether a sequence is an AP, subtract each term from the next: if the difference is always the same, it is an AP.
|
3. Geometric Progression (GP)A geometric progression is a sequence in which each term is obtained by multiplying the term before it by a fixed number, the common ratio r. If the first term is a, the terms are a, ar, ar², and so on. The nth term is aₙ = a rⁿ₋¹. To check for a GP, divide each term by the one before: if the ratio is always the same, it is a GP. The table below sets the two patterns side by side.
|
|
Arithmetic progression or geometric progression?
|
4. The Sum of a Geometric ProgressionThe sum of the first n terms of a GP with first term a and ratio r (where r is not 1) is Sₙ = a(rⁿ − 1)/(r − 1). Something remarkable happens for an infinite GP when the ratio lies strictly between −1 and 1. The terms shrink towards zero, and the whole infinite sum settles down to the finite value S = a/(1 − r). This is how an unending list of numbers can still add up to something finite, such as 1 + ½ + ¼ + … = 2.
|
5. Arithmetic and Geometric MeansBetween any two numbers we can insert a mean. The arithmetic mean (AM) of a and b is (a + b)/2; inserting it makes a, AM, b into an AP. The geometric mean (GM) of two positive numbers a and b is √(ab); inserting it makes a, GM, b into a GP. You can also insert several means between two numbers, which simply creates a longer AP or GP.
|
6. The Relationship Between AM and GMFor any two positive numbers, the arithmetic mean is always greater than or equal to the geometric mean: AM ≥ GM. The two are equal only when the numbers are the same. For example, for 4 and 16 the AM is 10 and the GM is 8, and indeed 10 ≥ 8. This simple inequality is one of the most useful tools in all of mathematics, especially for finding greatest and least values.
|
| 4 |
Key Results & Proofs |
Three results do almost all the work in this chapter. Each is short to prove and well worth understanding.
Statement. The sum of the first n terms of an AP is Sₙ = (n/2)[2a + (n − 1)d]. Proof The clever trick is to write the sum forwards and backwards, then add.
This pairing trick is the same one the young Gauss is said to have used to add 1 to 100 in seconds. |
Statement. The sum of the first n terms of a GP (with r not equal to 1) is Sₙ = a(rⁿ − 1)/(r − 1). Proof Multiply the whole sum by r, then subtract, so nearly everything cancels.
When −1 < r < 1 and n grows without limit, rⁿ tends to 0, giving the infinite sum S = a/(1 − r). |
Statement. For any two positive numbers a and b, (a + b)/2 ≥ √(ab). Proof Everything follows from one fact: a square can never be negative.
Equality holds only when √a = √b, that is when a = b. So AM = GM exactly when the two numbers are equal. |
|||||||||||||||||
| 5 |
Worked Examples |
Question: Find the 10th term of the AP 3, 7, 11, … ▶ Show full workingIdentify a and d, then use aₙ = a + (n − 1)d.
Answer: The 10th term is 39. |
|||||||||||||
Question: Find the sum of the first 20 terms of the AP 2, 5, 8, … ▶ Show full workingHere a = 2 and d = 3. Use Sₙ = (n/2)[2a + (n − 1)d].
Answer: The sum is 610. |
Question: Which term of the AP 5, 8, 11, … is equal to 92? ▶ Show full workingSet aₙ = 92 with a = 5 and d = 3, then solve for n.
Answer: 92 is the 30th term. |
Question: Find the 6th term of the GP 2, 6, 18, … ▶ Show full workingHere a = 2 and r = 6 ÷ 2 = 3. Use aₙ = a rⁿ₋¹.
Answer: The 6th term is 486. |
Question: Find the sum of the first 5 terms of the GP 3, 6, 12, … ▶ Show full workingHere a = 3 and r = 2. Use Sₙ = a(rⁿ − 1)/(r − 1).
Answer: The sum is 93. |
Question: Find the sum of the infinite GP 1 + ½ + ¼ + … ▶ Show full workingHere a = 1 and r = ½, and since −1 < r < 1 the infinite sum is finite.
Answer: The infinite sum is 2. |
Question: Insert the arithmetic mean between 4 and 16. ▶ Show full workingThe AM of two numbers is simply their average.
Answer: The arithmetic mean is 10, and 4, 10, 16 form an AP. |
Question: Find the geometric mean between 4 and 16. ▶ Show full workingThe GM of two positive numbers is the square root of their product.
Answer: The geometric mean is 8, and 4, 8, 16 form a GP. |
Question: Find the sum 1 + 2 + 3 + … + 100. ▶ Show full workingThis is an AP with a = 1, last term l = 100 and n = 100. Use S = (n/2)(a + l).
Answer: The sum is 5050. |
Question: The 3rd term of a GP is 24 and the 6th term is 192. Find the first term and the common ratio. ▶ Show full workingWrite both terms with the formula a rⁿ₋¹, then divide one equation by the other to remove a.
Answer: First term 6 and common ratio 2, so the GP is 6, 12, 24, … |
Question: A person saves 200 rupees in the first month, 250 in the second, 300 in the third, and so on. How much is saved in 12 months? ▶ Show full workingThe savings form an AP with a = 200 and d = 50. Find the sum of 12 terms.
Answer: A total of 5,700 rupees is saved in 12 months. |
Question: Verify that AM ≥ GM for the numbers 4 and 9. ▶ Show full workingWork out both means and compare them.
Answer: AM = 6.5 and GM = 6, so AM ≥ GM is confirmed. |
|||||||||||||
| 6 |
Where You Meet This in Real Life |
|
Savings and loans Equal monthly instalments form an arithmetic progression, while money growing at a fixed interest rate each year forms a geometric progression. |
|
Population and growth Populations, bacteria and viral shares often grow by a fixed multiple in each period, which is exactly a geometric progression. |
|
Bouncing and decay A ball that rebounds to a fixed fraction of its height, or a medicine that leaves the body at a steady rate, follows a decreasing GP. |
|
Patterns in nature The Fibonacci sequence and related ratios appear in petals, shells and pinecones, linking sequences to the world around us. |
|
Salary and increments A starting salary with a fixed yearly increment is an AP, and the total earned over a career is the sum of that AP. |
| 7 |
Practice Sets A to D |
|
Practice Set A – Basics |
|
A1. Find the 12th term of the AP 1, 4, 7, … ▶ Reveal full workingUse aₙ = a + (n − 1)d with a = 1, d = 3.
Answer: 34. |
|
A2. Find the sum of the first 10 terms of the AP 5, 10, 15, … ▶ Reveal full workingHere a = 5, d = 5. Use the sum formula.
Answer: 275. |
|
A3. Find the 5th term of the GP 1, 3, 9, … ▶ Reveal full workingHere a = 1, r = 3. Use aₙ = a rⁿ₋¹.
Answer: 81. |
|
A4. Find the arithmetic mean of 10 and 20. ▶ Reveal full workingAverage the two numbers.
Answer: 15. |
|
Practice Set B – Conceptual |
|
B1. What is the difference between a sequence and a series? ▶ Reveal full workingThink about ordering versus adding.
Answer: A sequence is a list; a series is the sum of that list. |
|||||||
|
B2. When does an infinite geometric progression have a finite sum? ▶ Reveal full workingLook at the size of the common ratio.
Answer: Only when the common ratio satisfies −1 < r < 1. |
|||||||
|
B3. Is the sequence 1, 1, 1, 1 an AP, a GP, or both? ▶ Reveal full workingCheck the common difference and the common ratio.
Answer: It is both: an AP with d = 0 and a GP with r = 1. |
|||||||
|
B4. For two positive numbers, when is the AM equal to the GM? ▶ Reveal full workingRecall the equality condition of AM ≥ GM.
Answer: Only when the two numbers are equal. |
|||||||
|
Practice Set C – Application / Numerical |
|
C1. Which term of the GP 3, 6, 12, … is 384? ▶ Reveal full workingSet a rⁿ₋¹ = 384 with a = 3, r = 2.
Answer: It is the 8th term. |
|
C2. Find the sum of the infinite GP 4 + 4/3 + 4/9 + … ▶ Reveal full workingHere a = 4 and r = 1/3, so use S = a/(1 − r).
Answer: 6. |
|
C3. Find the geometric mean of 3 and 27. ▶ Reveal full workingTake the square root of the product.
Answer: 9. |
|
C4. Find the sum of the AP 7 + 10 + 13 + … to 15 terms. ▶ Reveal full workingHere a = 7, d = 3, n = 15.
Answer: 420. |
|
Practice Set D – HOTS / Word Problems |
|
D1. The sum of the first n terms of an AP is Sₙ = 3n² + 2n. Find the nth term. ▶ Reveal full workingUse aₙ = Sₙ − Sₙ₋₁.
Answer: aₙ = 6n − 1. |
|
D2. Three numbers are in GP. Their product is 216 and their sum is 26. Find them. ▶ Reveal full workingWrite the three numbers as a/r, a and ar, so the product is a³.
Answer: The numbers are 2, 6 and 18. |
|
D3. Insert three arithmetic means between 2 and 14. ▶ Reveal full workingWith the means, there are 5 terms in AP from 2 to 14.
Answer: The three means are 5, 8 and 11. |
||||||||||
|
D4. A ball is dropped from 8 m and each bounce reaches half the previous height. Find the total distance travelled before it comes to rest. ▶ Reveal full workingThe downward and upward bounces each form an infinite GP.
Answer: The total distance is 24 m. |
|||||||||||||||
|
Chapter Summary Everything in One Glance
|
||||||||||||||||||
| 8 |
Are You Exam-Ready? |
|
8-Point Exam Quick-Check
|
||||||||||||||||||||||||||||||||
|
School Revise Virtual Lab Practice the concepts in this chapter with interactive simulations and visual tools.
|
|
Class 11 Mathematics Chapter 8: Sequences and Series, Complete Notes and Practice These free Class 11 Maths Chapter 8 Sequences and Series notes follow the latest NCERT 2026-27 syllabus and give complete, exam-ready coverage for board exams and competitive foundations. Includes worked examples, step-by-step proofs and graded practice, free on SchoolRevise.com. |