Resources
Resources

Sequences and Progressions — Class 9 Maths Chapter 8 Notes

Full NCERT notes on arithmetic progressions, geometric sequences, nth term, sum formulas, and practice problems for Class 9 Maths Chapter 8.

8.1 What is a Sequence? 8.2 & 8.3 Explicit vs Recursive & Virahānka Sequence 8.4 Arithmetic Progressions (AP) 8.5 Sum of First n Natural Numbers (Āryabhaṭa) 8.6 Geometric Progressions (GP) 8.6.1 Fractals: Sierpiński Triangle & Carpet Interactive Suite Summary
Section 8.1

What is a Sequence? Patterns in Numbers

A sequence is an ordered list of numbers where each number is called a term. We denote the terms as \( t_1, t_2, t_3, \dots, t_n \), where the subscript \( n \) indicates the position of the term.

Triangular Numbers: 1, 3, 6, 10... t₁=1 t₂=3 t₃=6 Square Numbers: 1, 4, 9, 16... s₁=1 s₂=4 s₃=9
Figure 8.1: Dot Patterns for Triangular Numbers \( t_n = \frac{n(n+1)}{2} \) and Square Numbers \( s_n = n^2 = 1 + 3 + 5 + \dots \)
Square Numbers as Sum of Odd Numbers

Notice that every square number is the sum of consecutive odd numbers:
• \( 1 = 1 \)
• \( 4 = 1 + 3 \)
• \( 9 = 1 + 3 + 5 \)
• \( 16 = 1 + 3 + 5 + 7 \)

Section 8.2 & 8.3

Explicit vs. Recursive Rules & The Virahānka–Fibonacci Sequence

1. Explicit Rule (\( t_n \))

Calculates the term directly from its position number \( n \), without knowing previous terms! (e.g., \( u_n = 2n - 1 \) for odd numbers).

2. Recursive Rule (\( t_n = f(t_{n-1}) \))

Calculates a term using the value of earlier terms in the sequence! (e.g., \( t_1 = 1, t_n = t_{n-1} + 3 \)).

Historical Indian Heritage: Virahānka–Fibonacci Sequence (7th Century CE)
The famous sequence \( 1, 2, 3, 5, 8, 13, 21, 34, \dots \) was first written down and studied by the Indian mathematician Virahānka in his 7th-century work Vṛttajātisamuchaya! He discovered it while calculating the possible long and short poetic beat combinations in Sanskrit/Prakrit prosody. It was later expanded by Gopāla (c. 1135 CE) and Hemachandra (c. 1150 CE) before being studied by Fibonacci in Europe (c. 1200 CE).
Recursive rule: \( V_1 = 1, V_2 = 2, V_n = V_{n-1} + V_{n-2} \text{ for } n \ge 3 \).
Solved Conceptual Example 1: Explicit Rule Position Check

Problem: A sequence is generated by the explicit formula \( s_n = 5n - 2 \).
(i) Find the 62nd term.
(ii) Is 471 a term of this sequence?

Solution:
(i) Substitute \( n = 62 \): \( s_{62} = 5(62) - 2 = 310 - 2 = \mathbf{308} \).
(ii) Set \( 5n - 2 = 471 \implies 5n = 473 \implies n = \frac{473}{5} = 94.6 \).
Since position \( n \) must be a natural number (\( 1, 2, 3, \dots \)), 471 is NOT a term of this sequence!

Practice Sequences & Virahānka-Fibonacci Exercises Interactive NCERT exercise questions on explicit rules, recursive rules, and Virahānka-Fibonacci poetic meter sequence
Section 8.4

Arithmetic Progressions (AP): Linear Growth

An Arithmetic Progression (AP) is a sequence in which the difference between any two consecutive terms is a constant value called the common difference (\( d \)):

General Form of AP: \( a, a + d, a + 2d, a + 3d, \dots, a + (n - 1)d \)
\[ \text{Explicit } n\text{-th Term: } t_n = a + (n - 1)d \]
Visual Property of an AP

When the ordered pairs \( (n, t_n) \) of an AP are plotted on a Cartesian coordinate plane, all points lie strictly on a STRAIGHT LINE!

Solved Conceptual Example 2: Taxi Fare AP Word Problem

Problem: A taxi service charges a fixed booking fee of ₹200 plus ₹40 per kilometre travelled.
(i) Write the AP sequence for total fare for 1 km, 2 km, 3 km.
(ii) Calculate the total fare for a 10 km trip.

Solution:
• 1 km fare: \( t_1 = 200 + 40(1) = 240 \)
• 2 km fare: \( t_2 = 200 + 40(2) = 280 \)
• 3 km fare: \( t_3 = 200 + 40(3) = 320 \)
Sequence: \( 240, 280, 320, \dots \) (AP with \( a = 240, d = 40 \)).
\( t_n = 240 + (n - 1)40 = 200 + 40n \).
For \( n = 10 \text{ km} \): \( t_{10} = 200 + 40(10) = 200 + 400 = \mathbf{\text{₹}600} \).

Section 8.5

Sum of the First n Natural Numbers (Āryabhaṭa, 499 CE)

To find the sum \( S_n = 1 + 2 + 3 + \dots + n \), we write the sum forward and backward and add them pair-by-pair:

\( S_n = 1 + 2 + \dots + n \)
\( S_n = n + (n - 1) + \dots + 1 \)
\( 2S_n = n(n + 1) \implies \mathbf{S_n = \frac{n(n + 1)}{2}} \)

First recorded in Āryabhaṭa’s Āryabhaṭīya (499 CE, Chapter 2, Verse 19), stating that the sum equals the average of first and last terms multiplied by number of terms!

Solved Conceptual Example 3: Consecutive Range Sum

Problem: Calculate the sum of consecutive numbers \( 25 + 26 + 27 + \dots + 58 \).

Solution:
\[ 25 + 26 + \dots + 58 = S_{58} - S_{24} \]
\[ S_{58} = \frac{58 \times 59}{2} = 29 \times 59 = 1711 \]
\[ S_{24} = \frac{24 \times 25}{2} = 12 \times 25 = 300 \]
\[ \text{Sum} = 1711 - 300 = \mathbf{1411} \]

Practice Arithmetic Progressions (AP) Interactive NCERT exercise questions on AP formulas, common differences, and sum rules
Section 8.6

Geometric Progressions (GP): Exponential Growth

A Geometric Progression (GP) is a sequence in which each term after the first is obtained by multiplying the previous term by a constant multiplier called the common ratio (\( r \)):

General Form of GP: \( a, ar, ar^2, ar^3, \dots, ar^{n-1} \)
\[ \text{Explicit } n\text{-th Term: } t_n = a \cdot r^{n-1} \]

Unlike an AP (which forms a straight line), when points \( (n, t_n) \) of a GP are plotted on a graph, they form an exponential curve!

Section 8.6.1

Fun with Fractals: The Sierpiński Triangle & Bouncing Balls

A fractal is a self-similar shape that repeats at different scales. The Sierpiński Triangle (constructed by repeatedly removing central equilateral triangles) illustrates two simultaneous GPs:

Stage (\( n \)) Stage 0 Stage 1 Stage 2 Stage 3 Stage \( n \) Rule
Black Triangles (\( t_n \)) \( 1 = 3^0 \) \( 3 = 3^1 \) \( 9 = 3^2 \) \( 27 = 3^3 \) \( \mathbf{t_n = 3^n} \) (Growing GP, \( r = 3 \))
Shaded Area (\( s_n \)) 1 \( \frac{3}{4} \) \( \left(\frac{3}{4}\right)^2 \) \( \left(\frac{3}{4}\right)^3 \) \( \mathbf{s_n = \left(\frac{3}{4}\right)^n} \) (Shrinking GP, \( r = \frac{3}{4} \))
Solved Conceptual Example 4: Bouncing Ball GP Heights

Problem: A ball is dropped from a height of 24 feet. Each time it bounces back to \( \frac{3}{4} \) (75%) of its previous height.
Write the height sequence for 3 bounces and check after which bounce it falls below \( \frac{1}{6} \) of original height (4 feet).

Solution:
• Initial Height: 24 ft
• Bounce 1: \( 24 \times 0.75 = 18 \text{ ft} \)
• Bounce 2: \( 18 \times 0.75 = 13.5 \text{ ft} \)
• Bounce 3: \( 13.5 \times 0.75 = 10.125 \text{ ft} \)
• Bounce 4: \( 7.594 \text{ ft} \), Bounce 5: \( 5.695 \text{ ft} \), Bounce 6: \( 4.271 \text{ ft} \), Bounce 7: \( \mathbf{3.203 \text{ ft}} \).
After the 7th bounce, the height (3.20 ft) falls below 4 ft (\( \frac{1}{6} \) of 24 ft)!

Practice Geometric Progressions (GP) Interactive NCERT exercise questions on GP formulas, bouncing ball heights, and Sierpiński square carpet fractals
Interactive Suite

Interactive Explorer Widgets

Widget 1: AP & GP Term Calculator
Widget 2: Self-Assessment Quiz

Q1. Who first wrote down and studied the sequence 1, 2, 3, 5, 8, 13... in 7th century CE India?

A) Virahānka
B) Āryabhaṭa
C) Brahmagupta

Q2. What shape do the plotted points (n, t_n) of an Arithmetic Progression (AP) form on a graph?

A) A Straight Line
B) An Exponential Curve
Master Formula Sheet

Summary of Key Formulas