Chapter 8Mathematics

Chapter 8

Read official chapter content, important formulas, and quick notes below.

Chapter 8

Chapter Overview

Chapter 8 of the NCERT Mathematics textbook for Class 11 shifts our focus to the study of Sequences and Series, building upon algebraic foundations established in earlier classes. While the original draft notes erroneously referenced trigonometry (which is covered in Chapter 3), this comprehensive expansion strictly follows the official 2026-27 CBSE/NCERT curriculum for Chapter 8: Sequences and Series. Patterns and progressions are foundational to higher mathematics, computer science algorithms, financial mathematics, and natural phenomena. This chapter systematically introduces the concept of sequences (finite and infinite), series, summation notation, and specifically explores Geometric Progressions (G.P.), along with the fundamental relationship between Arithmetic Mean (A.M.) and Geometric Mean (G.M.).

Learning Objectives

  • Master the fundamental definitions of sequences, series, and recurrence relations, including the historical Fibonacci sequence.
  • Understand and apply the general term (ana_n) and the sum of nn terms (SnS_n) of a Geometric Progression (G.P.).
  • Comprehend and manipulate sigma (\sum) notation for compact representation of algebraic series.
  • Explore and apply the relationship between Arithmetic Mean (A.M.) and Geometric Mean (G.M.) in inequality proofs and optimization problems.
  • Bridge abstract mathematical progressions with real-world financial modeling, population dynamics, and physical systems.

Detailed Chapter Roadmap

The chapter is systematically organized into core thematic sections designed to take students from intuitive pattern recognition to rigorous algebraic formulation:

  • 8.1 Introduction: Exploration of patterns in nature and daily life, setting the stage for mathematical modeling via sequences.
  • 8.2 Sequences: Formal definitions distinguishing finite and infinite sequences, general terms (ana_n), and recursive definitions (e.g., Fibonacci numbers).
  • 8.3 Series: Transition from ordered lists to additive sums, introducing sigma (\sum) notation for concise summation.
  • 8.4 Geometric Progression (G.P.): Comprehensive analysis of constant common ratio progressions, deriving formulas for the nthn^{th} term and the sum of nn terms, and defining Geometric Means.
  • 8.5 Relationship Between A.M. and G.M.: Rigorous proof and application of the inequality AGA \geq G for positive real numbers.

Important Concepts

Introduction to Sequences and Series

A sequence is an ordered list of numbers assigned according to a specific rule, mapping natural numbers N\mathbb{N} to a set of numbers R\mathbb{R}. When the terms of a sequence are added together with plus signs, the resulting expression is called a series.

Sequences & Recurrence Relations

  • Definition: Formally, a sequence is a function f:NRf: \mathbb{N} \to \mathbb{R}, where f(n)=anf(n) = a_n is the nthn^{th} term.
  • Finite vs. Infinite Sequences: A sequence is finite if the number of terms is countable and limited (e.g., days of a week); it is infinite if it continues indefinitely without bound (e.g., prime numbers).
  • Recurrence Relations: Some sequences are defined not by an explicit formula of nn, but by relating a term to its predecessors.
  • Fibonacci Sequence: The quintessential recursive sequence defined by: a1=1,a2=1,an=an1+an2for n>2a_1 = 1, \quad a_2 = 1, \quad a_n = a_{n-1} + a_{n-2} \quad \text{for } n > 2

Series & Sigma (\sum) Notation

  • Series Definition: If a1,a2,a3,,ana_1, a_2, a_3, \dots, a_n is a sequence, then the expression a1+a2+a3++ana_1 + a_2 + a_3 + \dots + a_n is a series.
  • Sigma Notation: Used to write long sums compactly. The sum of the first nn terms is written as: k=1nak=a1+a2+a3++an\sum_{k=1}^{n} a_k = a_1 + a_2 + a_3 + \dots + a_n

Geometric Progression (G.P.)

  • Definition: A sequence a1,a2,a3,,ana_1, a_2, a_3, \dots, a_n is called a geometric progression if each term is non-zero and the ratio of any term to its preceding term is a constant: ak+1ak=r(for all k1)\frac{a_{k+1}}{a_k} = r \quad (\text{for all } k \ge 1) where rr is called the common ratio.
  • General Term (nthn^{th} term): If the first term is aa and the common ratio is rr, the general term is given by: an=arn1a_n = ar^{n-1}
  • Sum of nn Terms (SnS_n):
    • Case 1: When r=1r = 1, Sn=a+a+a++n times=naS_n = a + a + a + \dots + n \text{ times} = na
    • Case 2: When r1r \neq 1, Sn=a(rn1)r1ora(1rn)1rS_n = \frac{a(r^n - 1)}{r - 1} \quad \text{or} \quad \frac{a(1 - r^n)}{1 - r}
  • Geometric Mean (G.M.): For two positive numbers aa and bb, their geometric mean GG is given by G=abG = \sqrt{ab}, such that a,G,ba, G, b form a G.P.

Relationship Between A.M. and G.M.

  • Theorem: Let aa and bb be two positive real numbers. Their Arithmetic Mean is A=a+b2A = \frac{a+b}{2} and their Geometric Mean is G=abG = \sqrt{ab}. Then: AG    a+b2abA \geq G \implies \frac{a+b}{2} \geq \sqrt{ab} Equality holds if and only if a=ba = b.

Key Definitions

  • Sequence: An arrangement of numbers in a definite order according to a specific rule.
  • Series: The sum of the elements of a sequence.
  • Geometric Progression (G.P.): A sequence in which each term except the first is obtained by multiplying the preceding term by a fixed non-zero constant (rr).
  • Common Ratio: The constant ratio (an+1an\frac{a_{n+1}}{a_n}) in a G.P.
  • Geometric Mean: The central value or mean that signifies the central tendency of a set of numbers by using the product of their values.

Important Terms

TermMeaning
SequenceAn ordered function mapping natural numbers to real numbers.
SeriesThe indicated sum of the terms of a sequence.
Common Ratio (rr)The fixed multiplier between consecutive terms in a G.P.
Sigma Notation (\sum)A compact mathematical notation used to denote summation.
Geometric Mean (G.M.)The square root of the product of two positive numbers (G=abG = \sqrt{ab}).

Important Formulas

  • General Term of G.P.: an=arn1a_n = ar^{n-1}
  • Sum of First nn terms of G.P. (r1r \neq 1): Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1}
  • Fibonacci Recurrence Relation: an=an1+an2(n>2)a_n = a_{n-1} + a_{n-2} \quad (n > 2)
  • A.M. vs G.M. Inequality: a+b2ab\frac{a+b}{2} \geq \sqrt{ab}

Deep-Dive Case Studies and Real-Life Applications

  • Compound Interest and Financial Growth: Investments grow exponentially according to a Geometric Progression. If a principal PP is invested at an annual interest rate rr, the total amount after nn years forms the G.P.: P(1+r),P(1+r)2,,P(1+r)nP(1+r), P(1+r)^2, \dots, P(1+r)^n. This models retirement funds, loans, and inflation.
  • Population Dynamics and Biology: Bacterial cell division follows a geometric pattern where a single bacterium splits into two every 20 minutes, generating a G.P. sequence: 1,2,4,8,16,,2n1, 2, 4, 8, 16, \dots, 2^{n}. This models rapid epidemics and cellular growth.
  • The Fibonacci Sequence in Nature: The spiral arrangement of seeds in sunflowers, pinecones, and the branching of trees follow the Fibonacci sequence (1,1,2,3,5,8,13,1, 1, 2, 3, 5, 8, 13, \dots). This maximizes sunlight exposure and structural stability.

Step-by-Step Problem Solving Strategies & Detailed Proofs

Proof of the Sum of nn Terms of a G.P.

To find the sum of the first nn terms of a G.P.: Sn=a+ar+ar2++arn1— (Equation 1)S_n = a + ar + ar^2 + \dots + ar^{n-1} \quad \text{--- (Equation 1)} Multiply both sides by the common ratio rr: rSn=ar+ar2+ar3++arn— (Equation 2)rS_n = ar + ar^2 + ar^3 + \dots + ar^n \quad \text{--- (Equation 2)} Subtract Equation 2 from Equation 1: SnrSn=aarnS_n - rS_n = a - ar^n Sn(1r)=a(1rn)S_n(1 - r) = a(1 - r^n) Sn=a(1rn)1r(for r1)S_n = \frac{a(1 - r^n)}{1 - r} \quad (\text{for } r \neq 1)

Proof of the A.M. \geq G.M. Inequality

Let aa and bb be positive real numbers. Consider the difference between their Arithmetic Mean and Geometric Mean: AG=a+b2ab=a+b2ab2A - G = \frac{a+b}{2} - \sqrt{ab} = \frac{a + b - 2\sqrt{ab}}{2} Rewrite the numerator as a square of a binomial: a+b2ab=(ab)2a + b - 2\sqrt{ab} = (\sqrt{a} - \sqrt{b})^2 Since the square of any real number is always non-negative: (ab)20    (ab)220    AG0    AG(\sqrt{a} - \sqrt{b})^2 \geq 0 \implies \frac{(\sqrt{a} - \sqrt{b})^2}{2} \geq 0 \implies A - G \geq 0 \implies A \geq G

Higher-Order Thinking Skills (HOTS) Questions

  1. Problem: If a,b,ca, b, c are in G.P. and ax=by=cza^x = b^y = c^z, prove that 1x,1y,1z\frac{1}{x}, \frac{1}{y}, \frac{1}{z} are in A.P.
    • Solution Hint: Let ax=by=cz=ka^x = b^y = c^z = k. Then a=k1/x,b=k1/y,c=k1/za = k^{1/x}, b = k^{1/y}, c = k^{1/z}. Use the G.P. condition b2=acb^2 = ac and substitute the exponent values to prove 2/y=1/x+1/z2/y = 1/x + 1/z.
  2. Problem: Find the sum of the series: S=7+77+777+7777+S = 7 + 77 + 777 + 7777 + \dots up to nn terms.
    • Solution Hint: Factor out 77, multiply and divide by 99 to rewrite the terms as (101),(1021),(1031),(10-1), (10^2-1), (10^3-1), \dots, then separate into a geometric series and a constant subtraction term.

Previous Year Questions (PYQs) with Solutions

  1. PYQ: If the 4th4^{th}, 10th10^{th} and 16th16^{th} terms of a G.P. are x,yx, y and zz respectively, prove that x,y,zx, y, z are in G.P.
    • Solution: Let the first term of the G.P. be aa and the common ratio be rr.
      • a4=ar3=xa_4 = ar^3 = x
      • a10=ar9=ya_{10} = ar^9 = y
      • a16=ar15=za_{16} = ar^{15} = z Now, consider y2=(ar9)2=a2r18y^2 = (ar^9)^2 = a^2 r^{18}. Also, xz=(ar3)(ar15)=a2r18xz = (ar^3)(ar^{15}) = a^2 r^{18}. Since y2=xzy^2 = xz, the terms x,y,zx, y, z form a G.P.

NCERT Textbook Questions & Detailed Answers

  1. Question: Write the first five terms of the sequence whose nthn^{th} term is an=n(n+2)a_n = n(n+2).

    • Answer:
      • For n=1n = 1: a1=1(1+2)=3a_1 = 1(1+2) = 3
      • For n=2n = 2: a2=2(2+2)=8a_2 = 2(2+2) = 8
      • For n=3n = 3: a3=3(3+2)=15a_3 = 3(3+2) = 15
      • For n=4n = 4: a4=4(4+2)=24a_4 = 4(4+2) = 24
      • For n=5n = 5: a5=5(5+2)=35a_5 = 5(5+2) = 35
      • First five terms: 3,8,15,24,353, 8, 15, 24, 35.
  2. Question: Find the 10th10^{th} term of the G.P.: 5,25,125,5, 25, 125, \dots

    • Answer:
      • Here, first term a=5a = 5 and common ratio r=255=5r = \frac{25}{5} = 5.
      • The formula for the nthn^{th} term of a G.P. is an=arn1a_n = ar^{n-1}.
      • For n=10n = 10: a10=5(5)101=559=510a_{10} = 5 \cdot (5)^{10-1} = 5 \cdot 5^9 = 5^{10}.
  3. Question: Which term of the G.P.: 2,22,4,2, 2\sqrt{2}, 4, \dots is 128128?

    • Answer:
      • Here, a=2a = 2, r=222=2r = \frac{2\sqrt{2}}{2} = \sqrt{2}. Let the nthn^{th} term be 128128.
      • an=arn1    2(2)n1=128a_n = ar^{n-1} \implies 2 \cdot (\sqrt{2})^{n-1} = 128
      • (2)n1=64    (21/2)n1=26(\sqrt{2})^{n-1} = 64 \implies (2^{1/2})^{n-1} = 2^6
      • 2n12=26    n12=6    n1=12    n=132^{\frac{n-1}{2}} = 2^6 \implies \frac{n-1}{2} = 6 \implies n - 1 = 12 \implies n = 13.
      • Answer: The 13th13^{th} term is 128128.
  4. Question: Find the sum of the first nn terms of the geometric progression: 1,13,19,1, \frac{1}{3}, \frac{1}{9}, \dots

    • Answer:
      • Here, a=1a = 1 and r=13<1r = \frac{1}{3} < 1.
      • Using the sum formula Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1 - r}: Sn=1(1(13)n)113=1(13)n23=32(113n)S_n = \frac{1 \cdot (1 - (\frac{1}{3})^n)}{1 - \frac{1}{3}} = \frac{1 - (\frac{1}{3})^n}{\frac{2}{3}} = \frac{3}{2} \left(1 - \frac{1}{3^n}\right)

Common Mistakes

  • Confusing the general term formula of an Arithmetic Progression (a+(n1)da + (n-1)d) with a Geometric Progression (arn1ar^{n-1}).
  • Forgetting to check if r=1r = 1 when applying the sum formula for a G.P., which results in division by zero.
  • Mixing up index boundaries when expanding sigma (\sum) notation.

Quick Revision

  • Sequence: An ordered list of numbers following a mathematical rule.
  • Series: The sum of the terms of a sequence represented via \sum.
  • G.P. General Term: an=arn1a_n = ar^{n-1}.
  • G.P. Sum Formula: Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1} (for r1r \neq 1).
  • A.M. \geq G.M. Inequality: a+b2ab\frac{a+b}{2} \geq \sqrt{ab} for positive real numbers.

Chapter Summary

Chapter 8 equips students with the tools to analyze complex number patterns and progressions. By mastering sequences, recurrence relations, geometric progressions, and fundamental inequalities like A.M. \geq G.M., students build a strong analytical foundation for calculus, advanced algebra, and real-world mathematical modeling.

Pro Tip for this Chapter

Ensure you practice the in-text questions provided in the official NCERT PDF. If you find any topic difficult, review the formulas and concepts highlighted above. For advanced doubts, join our classroom coaching in Begusarai.