Chapter 9GANITA MANJARI

Predicting What Comes Next: Exploring Sequences and Progressions

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

Predicting What Comes Next: Exploring Sequences and Progressions

Chapter Overview

Predicting What Comes Next: Exploring Sequences and Progressions is a fascinating chapter in Mathematics Class 9 that delves into the world of sequences and progressions. A sequence is a list of numbers in a particular order, while a progression is a sequence in which each term after the first is obtained by adding a fixed constant to the previous term. In this chapter, we will learn about different types of sequences and progressions, their properties, and how to predict what comes next in a sequence.

Learning Objectives

  • Understand the concept of sequences and progressions through rigorous mathematical definitions and real-world observations.
  • Learn to identify and classify different types of sequences, distinguishing between finite and infinite structures.
  • Master explicit and recursive rules to generate sequence terms and predict arbitrary positions (nn-th terms).
  • Understand the properties of arithmetic and geometric progressions, including their graphical representations and visual properties (such as fractals).
  • Apply formulas for the sum of natural numbers and solve advanced application-oriented problems in finance, biology, and physics.

Detailed Chapter Roadmap

The study of patterns and numbers forms the bedrock of algebraic thinking. The chapter follows a structured cognitive progression:

  • 8.1 Introduction to Sequences: Establishes the foundational vocabulary of ordered lists of numbers where each element is called a term, denoted formally as t1,t2,t3,,tnt_1, t_2, t_3, \dots, t_n. It differentiates between finite lists (ending at a fixed position) and infinite lists (continuing indefinitely).
  • 8.2 Explicit Rule: Introduces algebraic formulas that calculate any term directly based on its position index (nn), independent of preceding terms (e.g., tn=3n4t_n = 3n - 4).
  • 8.3 Recursive Rule: Focuses on generating terms by referencing immediate predecessors (e.g., tn=tn1+dt_n = t_{n-1} + d). This section features the famous Virahānka–Fibonacci sequence, linking ancient Indian mathematics to modern biology and computer science.
  • 8.4 Arithmetic Progressions (AP): Formalizes sequences featuring a constant common difference (dd). Includes the derivation of the general term tn=a+(n1)dt_n = a + (n-1)d and visualizes the linear growth behavior via Cartesian graphs.
  • 8.5 Sum of First nn Natural Numbers: Explores summation techniques using historical insights (such as young Gauss's method) and geometric dot-grid proofs to establish Sn=n(n+1)2S_n = \frac{n(n+1)}{2}.
  • 8.6 Geometric Progressions (GP): Explores exponential scaling governed by a constant common ratio (rr).
    • 8.6.1 Fun with Fractals: Uses the recursive generation of the Sierpiński triangle to illustrate self-similar geometric patterns.
    • 8.6.2 Visualising a GP: Demonstrates that exponential sequences exhibit non-linear, parabolic or hyperbolic growth curves when plotted graphically.

Important Concepts

Sequences

A sequence is a list of numbers in a particular order. For example, 2,4,6,8,102, 4, 6, 8, 10 is a sequence of even numbers. Sequences can be finite or infinite. Formally, a sequence is a function whose domain is the set of natural numbers N\mathbb{N} (or a subset {1,2,3,,k}\{1, 2, 3, \dots, k\} for finite sequences), mapping each position index nn to a real number tnt_n.

Progressions

A progression is a sequence in which each term after the first is obtained by following a strict mathematical law, most commonly by adding a fixed constant (Arithmetic) or multiplying by a fixed constant (Geometric). For example, 2,4,6,8,102, 4, 6, 8, 10 is an arithmetic progression with a common difference of 22.

Types of Sequences

  • Arithmetic Sequence: A sequence in which each term after the first is obtained by adding a fixed constant to the previous term.
  • Geometric Sequence: A sequence in which each term after the first is obtained by multiplying the previous term by a fixed constant.
  • Harmonic Sequence: A sequence of numbers whose reciprocals form an arithmetic progression (e.g., 1,12,13,14,1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \dots).

Arithmetic Progression (AP)

An arithmetic progression is a sequence of numbers in which the difference between any two consecutive terms is constant. The general form of an AP is: a,a+d,a+2d,a+3d,a, a + d, a + 2d, a + 3d, \dots, where aa is the first term and dd is the common difference.

Geometric Progression (GP)

A geometric progression is a sequence of numbers in which the ratio between any two consecutive terms is constant. The general form of a GP is: a,ar,ar2,ar3,a, ar, ar^2, ar^3, \dots, where aa is the first term and rr is the common ratio (r0r \neq 0).

Key Definitions

  • Sequence: An ordered collection of numbers governed by a specific rule.
  • Progression: A sequence where terms progress according to a uniform arithmetic or geometric rule.
  • Explicit Formula: An algebraic expression that defines the nn-th term of a sequence directly in terms of its position index nn.
  • Recursive Formula: A rule that defines subsequent terms of a sequence by utilizing one or more preceding terms alongside initial seed values.
  • Arithmetic Progression (AP): A sequence where tntn1=dt_{n} - t_{n-1} = d for all n2n \ge 2.
  • Geometric Progression (GP): A sequence where tntn1=r\frac{t_n}{t_{n-1}} = r for all n2n \ge 2.

Important Terms

TermMeaningMathematical Notation / Example
Common Difference (dd)The difference between any two consecutive terms in an arithmetic sequence.d=tntn1d = t_n - t_{n-1}
Common Ratio (rr)The ratio between any two consecutive terms in a geometric sequence.r=tntn1r = \frac{t_n}{t_{n-1}}
nn-th Term (tnt_n)$The exact value of the term located at position nn in a sequence.tn=5n3t_n = 5n - 3
Finite SequenceA sequence with a countable, limited number of terms.2,4,6,8,102, 4, 6, 8, 10
Infinite SequenceA sequence that continues endlessly without a final term.1,2,3,4,5,1, 2, 3, 4, 5, \dots

Important Formulas

  • nn-th Term of an AP: tn=a+(n1)dt_n = a + (n - 1)d
  • nn-th Term of a GP: tn=arn1t_n = a \cdot r^{n - 1}
  • Sum of First nn Natural Numbers: Sn=n(n+1)2S_n = \frac{n(n+1)}{2}
  • Recursive AP Definition: t1=a,tn=tn1+dt_1 = a, \quad t_n = t_{n-1} + d
  • Recursive GP Definition: t1=a,tn=tn1rt_1 = a, \quad t_n = t_{n-1} \cdot r

Diagrams (Description Only)

  • Linear Growth Plot (AP): A Cartesian coordinate graph where the position index nn is plotted on the horizontal axis (xx-axis) and the term value tnt_n is plotted on the vertical axis (yy-axis). The resulting points form a straight line, illustrating constant linear growth with a slope equal to the common difference dd.
  • Exponential Curve (GP): A Cartesian plot of a Geometric Progression where points curve sharply upward (or downward if 0<r<10 < r < 1), demonstrating non-linear, exponential growth characteristic of compounding and geometric scaling.
  • Sierpiński Triangle (Fractal GP): An equilateral triangle repeatedly subdivided by connecting the midpoints of its sides, removing the central triangle, and creating three smaller self-similar triangles whose area scales by a geometric factor of 34\frac{3}{4} at each iteration.

Deep-Dive Case Studies and Real-Life Applications

  • Compound Interest and Finance: When money is invested in a bank at a fixed annual compound interest rate, the successive total amounts at the end of each year form a Geometric Progression. If principal PP earns interest at rate rr per annum, the amounts form the sequence P(1+r),P(1+r)2,P(1+r)3,P(1+r), P(1+r)^2, P(1+r)^3, \dots, allowing banks to predict future balances accurately.
  • Biological Population Dynamics: In unconstrained environments, bacterial populations undergo binary fission, doubling every hour. This models a geometric progression with common ratio r=2r = 2. Understanding this helps epidemiologists predict infection spreads and plan containment strategies.
  • Acoustics and Musical Scales: The frequencies of musical notes on a standard chromatic piano scale form a geometric progression. Each semitone step multiplies the frequency of the previous note by the twelfth root of two (2121.05946\sqrt[12]{2} \approx 1.05946), demonstrating how ancient mathematicians applied progressions to harmony and sound engineering.

Step-by-Step Problem Solving Strategies & Detailed Proofs

  • Strategy for Finding an Unknown Term in an AP:
    1. Identify the first term (aa) by looking at t1t_1.
    2. Compute the common difference (dd) by subtracting t1t_1 from t2t_2.
    3. Substitute aa, dd, and the target position index (nn) into the formula tn=a+(n1)dt_n = a + (n-1)d.
    4. Evaluate the resulting arithmetic expression using standard order of operations.
  • Proof of the Sum of First nn Natural Numbers (Sn=n(n+1)2S_n = \frac{n(n+1)}{2}): Let Sn=1+2+3++(n1)+nS_n = 1 + 2 + 3 + \dots + (n-1) + n. Writing the sum in reverse order: Sn=n+(n1)+(n2)++2+1S_n = n + (n-1) + (n-2) + \dots + 2 + 1. Adding both equations vertically term by term: 2Sn=(1+n)+(2+n1)+(3+n2)++(n+1)2S_n = (1+n) + (2+n-1) + (3+n-2) + \dots + (n+1) 2Sn=(n+1)+(n+1)+(n+1)++(n+1)n times2S_n = \underbrace{(n+1) + (n+1) + (n+1) + \dots + (n+1)}_{n \text{ times}} 2Sn=n(n+1)    Sn=n(n+1)22S_n = n(n+1) \implies S_n = \frac{n(n+1)}{2}. Q.E.D.

Higher-Order Thinking Skills (HOTS) Questions

  1. Question: In an Arithmetic Progression, if the 4th term is 1414 and the 12th term is 7070, find the 20th term and determine which term equals 112112.
    • Solution: Given t4=14    a+3d=14t_4 = 14 \implies a + 3d = 14 (Equation 1) Given t12=70    a+11d=70t_{12} = 70 \implies a + 11d = 70 (Equation 2) Subtracting Eq 1 from Eq 2: (11d3d)=7014    8d=56    d=7(11d - 3d) = 70 - 14 \implies 8d = 56 \implies d = 7. Substitute d=7d = 7 into Eq 1: a+3(7)=14    a+21=14    a=7a + 3(7) = 14 \implies a + 21 = 14 \implies a = -7. Now, find t20t_{20}: t20=a+19d=7+19(7)=7+133=126t_{20} = a + 19d = -7 + 19(7) = -7 + 133 = 126. To find which term is 112112: a+(n1)d=112    7+(n1)7=112    7(n1)=119    n1=17    n=18a + (n-1)d = 112 \implies -7 + (n-1)7 = 112 \implies 7(n-1) = 119 \implies n-1 = 17 \implies n = 18. Thus, the 18th term is 112112.
  2. Question: Three numbers are in a Geometric Progression. Their sum is 3535, and their product is 10001000. Find the three numbers.
    • Solution: Let the three numbers in GP be ar,a,ar\frac{a}{r}, a, ar. Product: (ar)(a)(ar)=1000    a3=1000    a=10\left(\frac{a}{r}\right) \cdot (a) \cdot (ar) = 1000 \implies a^3 = 1000 \implies a = 10. Sum: ar+a+ar=35    10(1r+1+r)=35    1r+1+r=3.5    1r+r=2.5\frac{a}{r} + a + ar = 35 \implies 10\left(\frac{1}{r} + 1 + r\right) = 35 \implies \frac{1}{r} + 1 + r = 3.5 \implies \frac{1}{r} + r = 2.5. Multiplying by rr: 1+r2=2.5r    r22.5r+1=0    2r25r+2=01 + r^2 = 2.5r \implies r^2 - 2.5r + 1 = 0 \implies 2r^2 - 5r + 2 = 0. Factoring: (2r1)(r2)=0    r=2(2r - 1)(r - 2) = 0 \implies r = 2 or r=12r = \frac{1}{2}. If a=10,r=2a = 10, r = 2, the numbers are 5,10,205, 10, 20. (If r=12r = \frac{1}{2}, the numbers are 20,10,520, 10, 5).

Previous Year Questions (PYQs) with Solutions

  1. Question (CBSE Sample Paper): Find the 11th term of the AP: 3,12,2,-3, -\frac{1}{2}, 2, \dots
    • Solution: Here, first term a=3a = -3. Common difference d=t2t1=12(3)=12+3=52d = t_2 - t_1 = -\frac{1}{2} - (-3) = -\frac{1}{2} + 3 = \frac{5}{2}. Using formula tn=a+(n1)dt_n = a + (n-1)d: t11=3+(111)(52)=3+10(52)=3+25=22t_{11} = -3 + (11-1)\left(\frac{5}{2}\right) = -3 + 10\left(\frac{5}{2}\right) = -3 + 25 = 22. Answer: 2222.
  2. Question (Board Exam): Which term of the geometric progression 2,6,18,54,2, 6, 18, 54, \dots is 43744374?
    • Solution: Here, first term a=2a = 2, common ratio r=62=3r = \frac{6}{2} = 3. Let tn=4374t_n = 4374. Using GP formula tn=arn1t_n = a \cdot r^{n-1}: 23n1=4374    3n1=43742=21872 \cdot 3^{n-1} = 4374 \implies 3^{n-1} = \frac{4374}{2} = 2187. Recognizing powers of 33: 31=3,32=9,33=27,34=81,35=243,36=729,37=21873^1=3, 3^2=9, 3^3=27, 3^4=81, 3^5=243, 3^6=729, 3^7=2187. Therefore, 3n1=37    n1=7    n=83^{n-1} = 3^7 \implies n-1 = 7 \implies n = 8. Answer: The 8th term is 43744374.

NCERT Textbook Questions & Detailed Answers

Exercise Set 8.1 (Page 179)

  1. Find the first 5 terms of each sequence given by the explicit formulas: (i) tn=3n4t_n = 3n - 4

    • Answer:
      • For n=1n = 1: t1=3(1)4=34=1t_1 = 3(1) - 4 = 3 - 4 = -1
      • For n=2n = 2: t2=3(2)4=64=2t_2 = 3(2) - 4 = 6 - 4 = 2
      • For n=3n = 3: t3=3(3)4=94=5t_3 = 3(3) - 4 = 9 - 4 = 5
      • For n=4n = 4: t4=3(4)4=124=8t_4 = 3(4) - 4 = 12 - 4 = 8
      • For n=5n = 5: t5=3(5)4=154=11t_5 = 3(5) - 4 = 15 - 4 = 11
      • First 5 terms: 1,2,5,8,11-1, 2, 5, 8, 11.

    (ii) tn=25nt_n = 2 - 5n

    • Answer:
      • For n=1n = 1: t1=25(1)=25=3t_1 = 2 - 5(1) = 2 - 5 = -3
      • For n=2n = 2: t2=25(2)=210=8t_2 = 2 - 5(2) = 2 - 10 = -8
      • For n=3n = 3: t3=25(3)=215=13t_3 = 2 - 5(3) = 2 - 15 = -13
      • For n=4n = 4: t4=25(4)=220=18t_4 = 2 - 5(4) = 2 - 20 = -18
      • For n=5n = 5: t5=25(5)=225=23t_5 = 2 - 5(5) = 2 - 25 = -23
      • First 5 terms: 3,8,13,18,23-3, -8, -13, -18, -23.

    (iii) tn=n22n+3t_n = n^2 - 2n + 3

    • Answer:
      • For n=1n = 1: t1=122(1)+3=12+3=2t_1 = 1^2 - 2(1) + 3 = 1 - 2 + 3 = 2
      • For n=2n = 2: t2=222(2)+3=44+3=3t_2 = 2^2 - 2(2) + 3 = 4 - 4 + 3 = 3
      • For n=3n = 3: t3=322(3)+3=96+3=6t_3 = 3^2 - 2(3) + 3 = 9 - 6 + 3 = 6
      • For n=4n = 4: t4=422(4)+3=168+3=11t_4 = 4^2 - 2(4) + 3 = 16 - 8 + 3 = 11
      • For n=5n = 5: t5=522(5)+3=2510+3=18t_5 = 5^2 - 2(5) + 3 = 25 - 10 + 3 = 18
      • First 5 terms: 2,3,6,11,182, 3, 6, 11, 18.
  2. Find t10t_{10} and t15t_{15} for the sequence tn=5n3t_n = 5n - 3.

    • Answer:
      • To find t10t_{10}, substitute n=10n = 10: t10=5(10)3=503=47t_{10} = 5(10) - 3 = 50 - 3 = 47.
      • To find t15t_{15}, substitute n=15n = 15: t15=5(15)3=753=72t_{15} = 5(15) - 3 = 75 - 3 = 72.
  3. Check whether 97 and 172 are terms of the sequence tn=5n3t_n = 5n - 3.

    • Answer:
      • Set 5n3=97    5n=100    n=205n - 3 = 97 \implies 5n = 100 \implies n = 20. Since 2020 is a positive natural number, 97 is a valid term (specifically the 20th term).
      • Set 5n3=172    5n=175    n=355n - 3 = 172 \implies 5n = 175 \implies n = 35. Since 3535 is a positive natural number, 172 is a valid term (specifically the 35th term).
  4. Which term of the sequence tn=5n3t_n = 5n - 3 is 607?

    • Answer:
      • Set 5n3=607    5n=610    n=6105=1225n - 3 = 607 \implies 5n = 610 \implies n = \frac{610}{5} = 122.
      • Answer: 607 is the 122nd term of the sequence.
  5. Given the recursive definition t1=5,tn+1=tn+3t_1 = -5, t_{n+1} = t_n + 3, find the first 5 terms and determine which term equals 52.

    • Answer:
      • t1=5t_1 = -5
      • t2=t1+3=5+3=2t_2 = t_1 + 3 = -5 + 3 = -2
      • t3=t2+3=2+3=1t_3 = t_2 + 3 = -2 + 3 = 1
      • t4=t3+3=1+3=4t_4 = t_3 + 3 = 1 + 3 = 4
      • t5=t4+3=4+3=7t_5 = t_4 + 3 = 4 + 3 = 7
      • First 5 terms: 5,2,1,4,7-5, -2, 1, 4, 7. This forms an AP with a=5,d=3a = -5, d = 3.
      • To find when tn=52t_n = 52: 5+(n1)3=52    3(n1)=57    n1=19    n=20-5 + (n-1)3 = 52 \implies 3(n-1) = 57 \implies n-1 = 19 \implies n = 20.
      • Answer: 52 is the 20th term.

Exercise Set 8.2 (Page 185)

  1. Find the 10th10^{th} and 26th26^{th} terms of the AP: 3,8,13,18,3, 8, 13, 18, \dots

    • Answer:
      • Here, first term a=3a = 3, common difference d=83=5d = 8 - 3 = 5.
      • t10=a+9d=3+9(5)=3+45=48t_{10} = a + 9d = 3 + 9(5) = 3 + 45 = 48.
      • t26=a+25d=3+25(5)=3+125=128t_{26} = a + 25d = 3 + 25(5) = 3 + 125 = 128.
  2. Which term of the AP: 21,18,15,21, 18, 15, \dots is 81-81?

    • Answer:
      • Here, a=21,d=1821=3a = 21, d = 18 - 21 = -3.
      • Set tn=81    21+(n1)(3)=81t_n = -81 \implies 21 + (n-1)(-3) = -81.
      • 213n+3=81    243n=81    3n=105    n=3521 - 3n + 3 = -81 \implies 24 - 3n = -81 \implies -3n = -105 \implies n = 35.
      • Answer: 81-81 is the 35th term.
  3. Write the recursive rule for the AP: 11,8,5,2,11, 8, 5, 2, \dots

    • Answer:
      • First term t1=11t_1 = 11.
      • Common difference d=811=3d = 8 - 11 = -3.
      • Recursive rule: t1=11,tn=tn13t_1 = 11, \quad t_n = t_{n-1} - 3 for n2n \ge 2.
  4. Find the 29th29^{th} term of an AP whose 3rd3^{rd} term is 1212 and 50th50^{th} term is 106106.

    • Answer:
      • Given t3=12    a+2d=12t_3 = 12 \implies a + 2d = 12 (Equation 1)
      • Given t50=106    a+49d=106t_{50} = 106 \implies a + 49d = 106 (Equation 2)
      • Subtracting Eq 1 from Eq 2: 47d=94    d=247d = 94 \implies d = 2.
      • Substitute d=2d = 2 into Eq 1: a+2(2)=12    a+4=12    a=8a + 2(2) = 12 \implies a + 4 = 12 \implies a = 8.
      • Now, find t29=a+28d=8+28(2)=8+56=64t_{29} = a + 28d = 8 + 28(2) = 8 + 56 = 64.
      • Answer: The 29th29^{th} term is 6464.

Exercise Set 8.3 (Page 193)

  1. Find the 12th12^{th} term of a Geometric Progression whose 8th8^{th} term is 192192 and common ratio r=2r = 2.

    • Answer:
      • Given t8=ar7=192t_8 = a \cdot r^7 = 192 and r=2r = 2.
      • a27=192    a128=192    a=192128=32=1.5a \cdot 2^7 = 192 \implies a \cdot 128 = 192 \implies a = \frac{192}{128} = \frac{3}{2} = 1.5.
      • Now, find t12=ar11=1.5(211)=1.52048=3072t_{12} = a \cdot r^{11} = 1.5 \cdot (2^{11}) = 1.5 \cdot 2048 = 3072.
      • Answer: The 12th12^{th} term is 30723072.
  2. Find the 10th10^{th} term and the nthn^{th} term of the GP: 5,25,125,5, 25, 125, \dots

    • Answer:
      • Here, first term a=5a = 5, common ratio r=255=5r = \frac{25}{5} = 5.
      • t10=ar9=5(59)=510=9,765,625t_{10} = a \cdot r^9 = 5 \cdot (5^9) = 5^{10} = 9,765,625.
      • tn=arn1=5(5n1)=5nt_n = a \cdot r^{n-1} = 5 \cdot (5^{n-1}) = 5^n.
      • Answer: t10=9,765,625t_{10} = 9,765,625 and tn=5nt_n = 5^n.
  3. Which term of the GP: 2,6,18,2, 6, 18, \dots is 43744374?

    • Answer:
      • Here, a=2,r=62=3a = 2, r = \frac{6}{2} = 3.
      • Set tn=23n1=4374    3n1=2187t_n = 2 \cdot 3^{n-1} = 4374 \implies 3^{n-1} = 2187.
      • Since 37=21873^7 = 2187, we have n1=7    n=8n-1 = 7 \implies n = 8.
      • Answer: 43744374 is the 8th term of the GP.

Common Mistakes to Avoid

  • Mixing up dd and rr: Confusing arithmetic operations (adding common difference dd) with geometric operations (multiplying by common ratio rr). Always check whether terms grow by addition or multiplication.
  • Index Errors with (n1)(n-1): Forgetting that the formula uses (n1)(n-1) instead of nn in terms like a+(n1)da + (n-1)d and arn1ar^{n-1}. For example, the 10th term requires 9d9d, not 10d10d.
  • Negative Sign Errors: Mishandling negative signs when calculating common differences where terms decrease (e.g., d=1821=3d = 18 - 21 = -3).
  • Confusing Explicit and Recursive Rules: Writing an explicit formula when a recursive formula is requested, or failing to provide an initial seed value (t1t_1) alongside a recursive rule.

Quick Revision

  • A sequence is an ordered list of numbers mapping natural numbers to terms.
  • An Arithmetic Progression (AP) features a constant common difference (d=tntn1d = t_n - t_{n-1}), governed by tn=a+(n1)dt_n = a + (n-1)d.
  • A Geometric Progression (GP) features a constant common ratio (r=tntn1r = \frac{t_n}{t_{n-1}}), governed by tn=arn1t_n = ar^{n-1}.
  • The Sum of the first nn natural numbers is given by Sn=n(n+1)2S_n = \frac{n(n+1)}{2}.
  • Explicit rules calculate terms directly using nn, while recursive rules compute terms using preceding values.
  • Sequences and progressions model real-world phenomena including financial investments, biological growth, and fractal geometry.

Chapter Summary

In this chapter, we explored sequences and progressions in depth, covering finite and infinite lists, explicit and recursive formulas, arithmetic progressions, geometric progressions, and natural number summations. We learned how to identify patterns, derive general formulas, graph linear and non-linear progressions, and solve practical problems in finance and science. By mastering these concepts, you are fully equipped to tackle advanced algebraic patterns in higher classes.

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.