Chapter 08 • Grade 9

Predicting What Comes Next

Exploring the logic of sequences, from the growth of triangular numbers to the infinite self-similarity of fractals.

8.1 Patterns of Growth

What is a Sequence?

A sequence is an ordered list of numbers where each number is called a term. Patterns help us predict future terms and solve real-life problems.

Triangular

1, 3, 6, 10, 15...

Square

1, 4, 9, 16, 25...

Sum of first n odd numbers.

Notation

We use \( t_n \) to represent the term in the \( n^{th} \) position. Subscripts match the term numbers!

8.2 & 8.3 Rules

Explicit vs Recursive

Explicit Rule

Uses the position \( n \) directly to find the value.

\( t_n = 2n - 1 \) (Odds)

Recursive Rule

Relates a term to previous terms.

\( t_n = t_{n-1} + 3 \)

Virahānka-Fibonacci

Studied by Virahānka (7th Century CE) in the context of Prakrit poetry meter! Each term is the sum of the previous two.

1, 2, 3, 5, 8, 13...

8.4 Linear Growth

Arithmetic Progressions (AP)

An AP is a sequence where the difference between consecutive terms is constant (\( d \)).

\( t_n = a + (n - 1)d \)
\( a = \text{first term} \mid d = \text{common difference} \)
Visualizing AP

When plotted on a graph, the points of an AP lie exactly on a straight line.

8.5 Summation

Sum of First \( n \) Natural Numbers

Discovered by Āryabhaṭa in the 5th Century, this formula allows us to sum hundreds of numbers instantly.

\( S_n = \frac{n(n + 1)}{2} \)
Āryabhat̤īya

Verse 19, Chapter 2: The sum is the average of the first and last terms multiplied by the number of terms.

8.6 Exponential Growth

Geometric Progressions (GP)

In a GP, each term is obtained by multiplying the previous term by a fixed ratio (\( r \)).

\( t_n = ar^{n-1} \)
Fractals

The Sierpiński Triangle shows GP in action: Number of triangles increases by factor 3, while Area decreases by factor 3/4.

Physics

A bouncing ball reaching 75% height each time forms a decreasing GP.